#50AF49
A medium, moderate green closely aligning with Forestgreen.
About #50AF49
Visually, #50AF49 is defined as a moderate green. Designers often compare it to the standard color Forestgreen. This translates to an RGB value of rgb(80, 175, 73).
For print applications, it's crucial to understand its CMYK makeup. The color uses 54% Cyan, 0% Magenta, 58% Yellow, and 31% Black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#50AF49
RGB80, 175, 73
HSL115.9°, 41.1%, 48.6%
CMYK54%, 0%, 58%, 31%
HSV115.9°, 58.3%, 68.6%
LAB64.0, -48.4, 43.2
XYZ19.8, 32.8, 11.6
Decimal5287753
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.77: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: #50AF49;
}
.text-color {
color: #50AF49;
}
.border-color {
border: 2px solid #50AF49;
}