#F0FF75
A light, vivid yellow closely aligning with Khaki.
About #F0FF75
Visually, #F0FF75 is defined as a vivid yellow. Designers often compare it to the standard color Khaki. Its digital footprint relies on 240 parts red, 255 parts green, and 117 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 6% cyan, 0% magenta, 54% yellow, and 0% black. With a hue angle of 66.5 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F0FF75
RGB240, 255, 117
HSL66.5°, 100.0%, 72.9%
CMYK6%, 0%, 54%, 0%
HSV66.5°, 54.1%, 100.0%
LAB96.5, -23.3, 63.2
XYZ74.9, 91.3, 30.5
Decimal15794037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.09:1
Text on #FFFFFF
FAIL
19.27:1
Text on #000000
AAA
1.04:1
Text on #F8FAFC
FAIL
16.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F0FF75;
}
.text-color {
color: #F0FF75;
}
.border-color {
border: 2px solid #F0FF75;
}