Matching Color
Match the colors with the RGB values. Your choices are:
a) 0 255 255
b) 255 255 0
c) 255 0 255
d) 255 255 255
Color.MAGENTA |
255 0 255 | Watch Sara's answer video to see how she figures it out using BlueJ. |
Color.YELLOW |
255 255 0 | Yellow is the opposite of blue. |
Color.WHITE |
255 255 255 | All (additive) primary colors together give white. |
Color.CYAN |
0 255 255 | Cyan is blue-green. |