#1DBD75
A medium, vivid green closely aligning with Mediumseagreen.
About #1DBD75
The hex code #1DBD75 represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 29 red, 189 green, and 117 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. With a hue angle of 153.0 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DBD75
RGB29, 189, 117
HSL153.0°, 73.4%, 42.7%
CMYK85%, 0%, 38%, 26%
HSV153.0°, 84.7%, 74.1%
LAB68.0, -55.4, 25.7
XYZ21.9, 37.9, 23.0
Decimal1949045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.59:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBD75;
}
.text-color {
color: #1DBD75;
}
.border-color {
border: 2px solid #1DBD75;
}