#5FBD5F
A medium, moderate green closely aligning with Mediumseagreen.
About #5FBD5F
At its core, #5FBD5F is a medium and moderate hue. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(95, 189, 95).
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 0% Magenta, 50% Yellow, and 26% Black. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
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#5FBD5F
RGB95, 189, 95
HSL120.0°, 41.6%, 55.7%
CMYK50%, 0%, 50%, 26%
HSV120.0°, 49.7%, 74.1%
LAB69.2, -47.1, 38.9
XYZ25.0, 39.7, 17.2
Decimal6274399
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.93:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FBD5F;
}
.text-color {
color: #5FBD5F;
}
.border-color {
border: 2px solid #5FBD5F;
}