#AFDB07
A medium, vivid yellow closely aligning with Yellowgreen.
About #AFDB07
The precise color #AFDB07 is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 219, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 20% C, 0% M, 97% Y, and 14% K. With a hue angle of 72.5 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFDB07
RGB175, 219, 7
HSL72.5°, 93.8%, 44.3%
CMYK20%, 0%, 97%, 14%
HSV72.5°, 96.8%, 85.9%
LAB81.7, -37.2, 79.9
XYZ43.0, 59.8, 9.5
Decimal11524871
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.62:1
Text on #FFFFFF
FAIL
12.96:1
Text on #000000
AAA
1.55:1
Text on #F8FAFC
FAIL
11.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB07;
}
.text-color {
color: #AFDB07;
}
.border-color {
border: 2px solid #AFDB07;
}