#83AF42
A medium, moderate green closely aligning with Olivedrab.
About #83AF42
When working with digital screens, the color #83AF42 is rendered by mixing light. Its closest recognized web color is Olivedrab. In the RGB color space, it consists of 131 red, 175 green, and 66 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 25% Cyan, 0% Magenta, 62% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#83AF42
RGB131, 175, 66
HSL84.2°, 45.2%, 47.3%
CMYK25%, 0%, 62%, 31%
HSV84.2°, 62.3%, 68.6%
LAB66.4, -32.1, 49.7
XYZ25.7, 35.9, 10.7
Decimal8630082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.18:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83AF42;
}
.text-color {
color: #83AF42;
}
.border-color {
border: 2px solid #83AF42;
}