#AFE207
A medium, vivid yellow closely aligning with Greenyellow.
About #AFE207
When working with digital screens, the color #AFE207 is rendered by mixing light. It is closely associated with the named CSS color Greenyellow. In the RGB color space, it consists of 175 red, 226 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. The color uses 23% Cyan, 0% Magenta, 97% Yellow, and 11% Black. The HSL representation is 74.0° hue, 94.0% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFE207
RGB175, 226, 7
HSL74.0°, 94.0%, 45.7%
CMYK23%, 0%, 97%, 11%
HSV74.0°, 96.9%, 88.6%
LAB83.7, -40.4, 81.4
XYZ44.9, 63.5, 10.1
Decimal11526663
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.70:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFE207;
}
.text-color {
color: #AFE207;
}
.border-color {
border: 2px solid #AFE207;
}