#AFDB5F
A light, moderate green closely aligning with Yellowgreen.
About #AFDB5F
The hex code #AFDB5F represents a beautifully specific shade of green. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(175, 219, 95).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 20% C, 0% M, 57% Y, and 14% K. The HSL representation is 81.3° hue, 63.3% saturation, and 61.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#AFDB5F
RGB175, 219, 95
HSL81.3°, 63.3%, 61.6%
CMYK20%, 0%, 57%, 14%
HSV81.3°, 56.6%, 85.9%
LAB82.2, -33.2, 55.3
XYZ45.1, 60.6, 20.1
Decimal11524959
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.12:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFDB5F;
}
.text-color {
color: #AFDB5F;
}
.border-color {
border: 2px solid #AFDB5F;
}