#80BD44
A medium, moderate green closely aligning with Yellowgreen.
About #80BD44
When working with digital screens, the color #80BD44 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Yellowgreen. Its digital footprint relies on 128 parts red, 189 parts green, and 68 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 32% C, 0% M, 64% Y, and 26% K. The HSL representation is 90.2° hue, 47.8% saturation, and 50.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#80BD44
RGB128, 189, 68
HSL90.2°, 47.8%, 50.4%
CMYK32%, 0%, 64%, 26%
HSV90.2°, 64.0%, 74.1%
LAB70.5, -39.4, 53.2
XYZ28.1, 41.4, 12.0
Decimal8437060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.28:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.89:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #80BD44;
}
.text-color {
color: #80BD44;
}
.border-color {
border: 2px solid #80BD44;
}