Which of the following RGB triplets contains an error?

A. (0, 213, 23)
B. (15, 255, 257)
C. (55,55,55)
D. (0, 0, 0)

Answer: B

Computer Science & Information Technology

You might also like to view...

What is the value of x after the following code segment?

int x = 5, y = 3; do { x = x * 2; y = y + 2; } while (y < 7);

Computer Science & Information Technology

To complete a custom calculation, you need to create a(n) ____________________ field in the design grid.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology