#AFB61D
A medium, vivid yellow closely aligning with Yellowgreen.
About #AFB61D
At its core, #AFB61D is a medium and vivid hue. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(175, 182, 29).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 4% cyan, 0% magenta, 84% yellow, and 29% black. The HSL representation is 62.7° hue, 72.5% saturation, and 41.4% 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#AFB61D
RGB175, 182, 29
HSL62.7°, 72.5%, 41.4%
CMYK4%, 0%, 84%, 29%
HSV62.7°, 84.1%, 71.4%
LAB71.3, -19.3, 68.3
XYZ34.6, 42.7, 7.6
Decimal11515421
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.53:1
Text on #000000
AAA
2.11:1
Text on #F8FAFC
FAIL
8.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFB61D;
}
.text-color {
color: #AFB61D;
}
.border-color {
border: 2px solid #AFB61D;
}