|
|
|
|
|
by alpha_squared
363 days ago
|
|
I got 14/20 on my first try just by knowing how the color mixing works. A few simple rules: - Higher values mean brighter colors - The closer the individual colors are to each other, the closer to "gray" it looks - R + G = Yellow, R + B = Fuchsia, G + B = Teal |
|
In additive color mixing, Red (#F00), Green (#0F0) and Blue (#00F) are the primary colors, and Cyan, Magenta and Yellow are the secondary colors.
Cyan: Green+Blue (#0FF)
Magenta: Red+Blue (#F0F)
Yellow: Red+Green (#FF0)