#1DC575
A medium, vivid green closely aligning with Mediumseagreen.
About #1DC575
At its core, #1DC575 is a medium and vivid hue. Its closest recognized web color is Mediumseagreen. This translates to an RGB value of rgb(29, 197, 117).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 85% cyan, 0% magenta, 41% yellow, and 23% black. The HSL representation is 151.4° hue, 74.3% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DC575
RGB29, 197, 117
HSL151.4°, 74.3%, 44.3%
CMYK85%, 0%, 41%, 23%
HSV151.4°, 85.3%, 77.3%
LAB70.5, -58.3, 29.0
XYZ23.7, 41.5, 23.6
Decimal1951093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.26:1
Text on #FFFFFF
FAIL
9.30:1
Text on #000000
AAA
2.16:1
Text on #F8FAFC
FAIL
7.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DC575;
}
.text-color {
color: #1DC575;
}
.border-color {
border: 2px solid #1DC575;
}