#5FF099
A light, vivid green closely aligning with Mediumspringgreen.
About #5FF099
The precise color #5FF099 is an excellent choice for modern design projects. Its closest recognized web color is Mediumspringgreen. This translates to an RGB value of rgb(95, 240, 153).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 60% cyan and 0% magenta inks. With a hue angle of 144.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FF099
RGB95, 240, 153
HSL144.0°, 82.9%, 65.7%
CMYK60%, 0%, 36%, 6%
HSV144.0°, 60.4%, 94.1%
LAB85.5, -57.9, 30.8
XYZ41.6, 67.1, 40.9
Decimal6287513
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.41:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FF099;
}
.text-color {
color: #5FF099;
}
.border-color {
border: 2px solid #5FF099;
}