Based on the Biology of Sight, Color Theory, and Light and Color pages.

The Oatmeal has a great educational comics on an animal with even more color sensitivity.
void setup() {
SpinWheel.begin();
}
void loop() {
SpinWheel.drawFrame(); }
The science of mixing paints and lights
| Primary Pigment Color (a.k.a. subtractive) |
Complemented by Primary Light Color (a.k.a. additive) |
|---|---|
| Cyan (absorbs red and reflects green and blue) |
Red |
| Magenta (absorbs green and reflects red and blue) |
Green |
| Yellow (absorbs blue and reflects red and green) |
Blue |
The physics of colored light
A wave is a repetitive motion traveling through a medium. Some examples are shown in the table below.
| Type of Wave | Medium |
|---|---|
| Ocean wave | Water |
| Sound wave | Air |
| Light | ? |