#505F00
A very dark, vivid yellow closely aligning with Darkolivegreen.
About #505F00
When working with digital screens, the color #505F00 is rendered by mixing light. Designers often compare it to the standard color Darkolivegreen. This translates to an RGB value of rgb(80, 95, 0).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 16% C, 0% M, 100% Y, and 63% K. With a hue angle of 69.5 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#505F00
RGB80, 95, 0
HSL69.5°, 100.0%, 18.6%
CMYK16%, 0%, 100%, 63%
HSV69.5°, 100.0%, 37.3%
LAB37.6, -17.7, 44.3
XYZ7.4, 9.9, 1.5
Decimal5267200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.05:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.74:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #505F00;
}
.text-color {
color: #505F00;
}
.border-color {
border: 2px solid #505F00;
}