#AFDB42
A medium, moderate green closely aligning with Yellowgreen.
About #AFDB42
The precise color #AFDB42 is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellowgreen. In the RGB color space, it consists of 175 red, 219 green, and 66 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 20% cyan, 0% magenta, 70% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#AFDB42
RGB175, 219, 66
HSL77.3°, 68.0%, 55.9%
CMYK20%, 0%, 70%, 14%
HSV77.3°, 69.9%, 85.9%
LAB81.9, -35.3, 66.8
XYZ44.0, 60.2, 14.4
Decimal11524930
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.61:1
Text on #FFFFFF
FAIL
13.03:1
Text on #000000
AAA
1.54:1
Text on #F8FAFC
FAIL
11.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB42;
}
.text-color {
color: #AFDB42;
}
.border-color {
border: 2px solid #AFDB42;
}