Shades of Spring Green #1DED7F
Tints of Spring Green #1DED7F
RGB
CMYK
RGB Variations
Color information
#1DED7F (or 0x1DED7F) is known color: Spring Green. HEX triplet: 1D, ED and 7F. RGB value is (29,237,127). Sum of RGB (Red+Green+Blue) = 29+237+127=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 237 (92.97% from 255 or 60.31% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DED7F is #E21280. Grayscale: #A2A2A2. Windows color (decimal): -14815873 or 8383773. OLE color: 8383773.
HSL color Cylindrical-coordinate representation of color #1DED7F: hue angle of 148.27º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DED7F is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 127 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.07 |
| HSL | 148.27º | 0.85% | 0.52% | - |
| HSV(B) | 148.27º | 0.88% | 0.93% | - |
| XYZ | 34.62 | 62.36 | 30.29 | - |
| YUV | 162.27 | 108.09 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 127 | 0.88 | 0 | 0.46 | 0.07 | 148.27 | 0.85 | 0.52 |
| Hex | 1D | ED | 7F | 58 | 0 | 2E | 7 | 94 | 55 | 34 |
| Octal | 35 | 355 | 177 | 130 | 0 | 56 | 7 | 224 | 125 | 64 |
| Binary | 11101 | 11101101 | 1111111 | 1011000 | 0 | 101110 | 111 | 10010100 | 1010101 | 110100 |
Color Harmonies of #1DED7F
Complementary color
Monochromatic Colors of #1DED7F
Black with #1DED7F
Text Example
Text Example
White with #1DED7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED7F; }
p { color: rgb(29,237,127); }
H1.HeaderClassName
{
color: #1DED7F;
}
.AnyTagClassName
{
color: #1DED7F;
}
</style>
background-color css
<style>
a { background-color: #1DED7F; }
a { background-color: rgb(29,237,127); }
div.DivClassName
{
background-color: #1DED7F;
}
.BgClassName
{
background-color: #1DED7F;
}
</style>
border-color css
<style>
span { border-color: #1DED7F; }
span { border-color: rgb(29,237,127); }
td.TdClassName
{
border-color: #1DED7F;
}
.TagClassName
{
border-color: #1DED7F;
}
</style>