#50AF42
A medium, moderate green closely aligning with Forestgreen.
About #50AF42
When working with digital screens, the color #50AF42 is rendered by mixing light. Designers often compare it to the standard color Forestgreen. This translates to an RGB value of rgb(80, 175, 66).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 54% cyan, 0% magenta, 62% yellow, and 31% black. Always request a physical proof before doing a large print run with this exact code.
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#50AF42
RGB80, 175, 66
HSL112.3°, 45.2%, 47.3%
CMYK54%, 0%, 62%, 31%
HSV112.3°, 62.3%, 68.6%
LAB64.0, -49.2, 46.3
XYZ19.6, 32.8, 10.4
Decimal5287746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.55:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #50AF42;
}
.text-color {
color: #50AF42;
}
.border-color {
border: 2px solid #50AF42;
}