#83AF33
A medium, moderate green closely aligning with Olivedrab.
About #83AF33
Visually, #83AF33 is defined as a moderate green. If you're using CSS, you might find it aligns closely with Olivedrab. In the RGB color space, it consists of 131 red, 175 green, and 51 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 25% Cyan, 0% Magenta, 71% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83AF33
RGB131, 175, 51
HSL81.3°, 54.9%, 44.3%
CMYK25%, 0%, 71%, 31%
HSV81.3°, 70.9%, 68.6%
LAB66.3, -33.2, 55.8
XYZ25.3, 35.7, 8.7
Decimal8630067
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.58:1
Text on #FFFFFF
FAIL
8.14:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83AF33;
}
.text-color {
color: #83AF33;
}
.border-color {
border: 2px solid #83AF33;
}