#AFCC50
A medium, moderate yellow closely aligning with Yellowgreen.
About #AFCC50
When working with digital screens, the color #AFCC50 is rendered by mixing light. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 204, and 80.
If you are designing for print, the four-color process is what matters most. The color uses 14% Cyan, 0% Magenta, 61% Yellow, and 20% Black. With a hue angle of 74.0 degrees, it sits comfortably in the yellow spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFCC50
RGB175, 204, 80
HSL74.0°, 54.9%, 55.7%
CMYK14%, 0%, 61%, 20%
HSV74.0°, 60.8%, 80.0%
LAB77.8, -27.4, 57.0
XYZ40.7, 52.9, 15.6
Decimal11521104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.81:1
Text on #FFFFFF
FAIL
11.58:1
Text on #000000
AAA
1.73:1
Text on #F8FAFC
FAIL
9.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFCC50;
}
.text-color {
color: #AFCC50;
}
.border-color {
border: 2px solid #AFCC50;
}