#AFC50F
A medium, vivid yellow closely aligning with Yellowgreen.
About #AFC50F
Visually, #AFC50F is defined as a vivid yellow. Designers often compare it to the standard color Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 175, 197, and 15.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 11% C, 0% M, 92% Y, and 23% K. The HSL representation is 67.3° hue, 85.8% saturation, and 41.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#AFC50F
RGB175, 197, 15
HSL67.3°, 85.8%, 41.6%
CMYK11%, 0%, 92%, 23%
HSV67.3°, 92.4%, 77.3%
LAB75.5, -26.9, 74.2
XYZ37.7, 49.1, 7.9
Decimal11519247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.94:1
Text on #FFFFFF
FAIL
10.82:1
Text on #000000
AAA
1.86:1
Text on #F8FAFC
FAIL
9.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFC50F;
}
.text-color {
color: #AFC50F;
}
.border-color {
border: 2px solid #AFC50F;
}