#5FB649
A medium, moderate green closely aligning with Forestgreen.
About #5FB649
When working with digital screens, the color #5FB649 is rendered by mixing light. Its closest recognized web color is Forestgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 182, and 73.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 48% cyan and 0% magenta inks. The HSL representation is 107.9° hue, 42.7% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FB649
RGB95, 182, 73
HSL107.9°, 42.7%, 50.0%
CMYK48%, 0%, 60%, 29%
HSV107.9°, 59.9%, 71.4%
LAB66.8, -46.9, 46.5
XYZ22.6, 36.4, 12.1
Decimal6272585
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.54:1
Text on #FFFFFF
FAIL
8.27:1
Text on #000000
AAA
2.43:1
Text on #F8FAFC
FAIL
7.03:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FB649;
}
.text-color {
color: #5FB649;
}
.border-color {
border: 2px solid #5FB649;
}