CSCI 576

Spring 2026, University of Southern California | Instructor: Parag Havaldar

#The Visible Spectrum

The visible spectrum spans roughly 400-700 nm. Our eyes are not equally sensitive across all wavelengths — the photopic luminosity function V(λ)V(\lambda) peaks around 555 nm (green-yellow), which is why we perceive that region as the brightest part of the spectrum.

Higher FrequencyLower FrequencyUVIR400500600700Wavelength (nm)
Higher FrequencyLower FrequencySensitivityUltra VioletInfrared400500600700Wavelength (nm)

#Cone Sensitivity Curves

The three types of cone cells in the human eye each respond to a different range of wavelengths. They are commonly labelled by the Greek letters β\beta (short/blue), γ\gamma (medium/green), and ρ\rho (long/red), corresponding to their peak sensitivities at approximately 441 nm, 543 nm, and 567 nm respectively.

βγρ400500600700Wavelength (nm)

#RGB

Each pixel contains three color channels: red, green, and blue. Each channel ranges from 0 to 255 (or 8 bits, since 28=2562^{8} = 256) representing the intensity of that color. By mixing different combinations of these three colors, we can create a wide spectrum of colors. You can even try mixing them yourself!

Red99
Green102
Blue241

RGB (99, 102, 241)