#AFCC57
A medium, moderate yellow closely aligning with Yellowgreen.
About #AFCC57
At its core, #AFCC57 is a medium and moderate hue. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(175, 204, 87).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 14% Cyan, 0% Magenta, 57% Yellow, and 20% Black. The HSL representation is 74.9° hue, 53.4% saturation, and 57.1% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#AFCC57
RGB175, 204, 87
HSL74.9°, 53.4%, 57.1%
CMYK14%, 0%, 57%, 20%
HSV74.9°, 57.4%, 80.0%
LAB77.9, -26.8, 54.0
XYZ41.0, 53.0, 17.1
Decimal11521111
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.60:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCC57;
}
.text-color {
color: #AFCC57;
}
.border-color {
border: 2px solid #AFCC57;
}