#5F9942
A medium, moderate green closely aligning with Olivedrab.
About #5F9942
At its core, #5F9942 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Olivedrab. In the RGB color space, it consists of 95 red, 153 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 38% cyan, 0% magenta, 57% yellow, and 40% black. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#5F9942
RGB95, 153, 66
HSL100.0°, 39.7%, 42.9%
CMYK38%, 0%, 57%, 40%
HSV100.0°, 56.9%, 60.0%
LAB57.7, -35.3, 39.3
XYZ17.1, 25.6, 9.2
Decimal6265154
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.43:1
Text on #FFFFFF
AA Large
6.12:1
Text on #000000
AA
3.28:1
Text on #F8FAFC
AA Large
5.20:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F9942;
}
.text-color {
color: #5F9942;
}
.border-color {
border: 2px solid #5F9942;
}