#AFBD07
A dark, vivid yellow closely aligning with Yellowgreen.
About #AFBD07
Visually, #AFBD07 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Yellowgreen. In the RGB color space, it consists of 175 red, 189 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 7% Cyan, 0% Magenta, 96% Yellow, and 26% Black. With a hue angle of 64.6 degrees, it sits comfortably in the yellow spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#AFBD07
RGB175, 189, 7
HSL64.6°, 92.9%, 38.4%
CMYK7%, 0%, 96%, 26%
HSV64.6°, 96.3%, 74.1%
LAB73.2, -23.2, 73.4
XYZ35.9, 45.5, 7.1
Decimal11517191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.08:1
Text on #FFFFFF
FAIL
10.10:1
Text on #000000
AAA
1.99:1
Text on #F8FAFC
FAIL
8.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #AFBD07;
}
.text-color {
color: #AFBD07;
}
.border-color {
border: 2px solid #AFBD07;
}