#99BD07
A dark, vivid yellow closely aligning with Yellowgreen.
About #99BD07
The precise color #99BD07 is an excellent choice for modern design projects. It is closely associated with the named CSS color Yellowgreen. This translates to an RGB value of rgb(153, 189, 7).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 19% C, 0% M, 96% Y, and 26% K. Always request a physical proof before doing a large print run with this exact code.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#99BD07
RGB153, 189, 7
HSL71.9°, 92.9%, 38.4%
CMYK19%, 0%, 96%, 26%
HSV71.9°, 96.3%, 74.1%
LAB71.7, -32.4, 71.5
XYZ31.4, 43.2, 6.9
Decimal10075399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.18:1
Text on #FFFFFF
FAIL
9.64:1
Text on #000000
AAA
2.08:1
Text on #F8FAFC
FAIL
8.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99BD07;
}
.text-color {
color: #99BD07;
}
.border-color {
border: 2px solid #99BD07;
}