#AFDB57
A light, moderate green closely aligning with Yellowgreen.
About #AFDB57
At its core, #AFDB57 is a light and moderate hue. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 175 red, 219 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 20% cyan, 0% magenta, 60% yellow, and 14% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFDB57
RGB175, 219, 87
HSL80.0°, 64.7%, 60.0%
CMYK20%, 0%, 60%, 14%
HSV80.0°, 60.3%, 85.9%
LAB82.1, -33.9, 58.7
XYZ44.7, 60.5, 18.3
Decimal11524951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.09:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB57;
}
.text-color {
color: #AFDB57;
}
.border-color {
border: 2px solid #AFDB57;
}