#83A800
A dark, vivid yellow closely aligning with Yellowgreen.
About #83A800
Visually, #83A800 is defined as a vivid yellow. Its closest recognized web color is Yellowgreen. This translates to an RGB value of rgb(131, 168, 0).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 22% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#83A800
RGB131, 168, 0
HSL73.2°, 100.0%, 32.9%
CMYK22%, 0%, 100%, 34%
HSV73.2°, 100.0%, 65.9%
LAB64.0, -31.7, 65.9
XYZ23.4, 32.8, 5.1
Decimal8628224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.57:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #83A800;
}
.text-color {
color: #83A800;
}
.border-color {
border: 2px solid #83A800;
}