#AFDB33
A medium, moderate green closely aligning with Yellowgreen.
About #AFDB33
Visually, #AFDB33 is defined as a moderate green. It is closely associated with the named CSS color Yellowgreen. Its digital footprint relies on 175 parts red, 219 parts green, and 51 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 20% Cyan, 0% Magenta, 77% Yellow, and 14% Black. With a hue angle of 75.7 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFDB33
RGB175, 219, 51
HSL75.7°, 70.0%, 52.9%
CMYK20%, 0%, 77%, 14%
HSV75.7°, 76.7%, 85.9%
LAB81.8, -36.1, 71.7
XYZ43.6, 60.0, 12.4
Decimal11524915
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.00:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB33;
}
.text-color {
color: #AFDB33;
}
.border-color {
border: 2px solid #AFDB33;
}