Shades of Spring Green #1DED6F
Tints of Spring Green #1DED6F
RGB
CMYK
RGB Variations
Color information
#1DED6F (or 0x1DED6F) is known color: Spring Green. HEX triplet: 1D, ED and 6F. RGB value is (29,237,111). Sum of RGB (Red+Green+Blue) = 29+237+111=377 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.69% from 377); Green value is 237 (92.97% from 255 or 62.86% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DED6F is #E21290. Grayscale: #A0A0A0. Windows color (decimal): -14815889 or 7335197. OLE color: 7335197.
HSL color Cylindrical-coordinate representation of color #1DED6F: hue angle of 143.65º 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 #1DED6F is Cyan = 0.88, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 111 | - |
| CMYK | 0.88 | 0 | 0.53 | 0.07 |
| HSL | 143.65º | 0.85% | 0.52% | - |
| HSV(B) | 143.65º | 0.88% | 0.93% | - |
| XYZ | 33.66 | 61.98 | 25.23 | - |
| YUV | 160.44 | 100.09 | 34.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 111 | 0.88 | 0 | 0.53 | 0.07 | 143.65 | 0.85 | 0.52 |
| Hex | 1D | ED | 6F | 58 | 0 | 35 | 7 | 90 | 55 | 34 |
| Octal | 35 | 355 | 157 | 130 | 0 | 65 | 7 | 220 | 125 | 64 |
| Binary | 11101 | 11101101 | 1101111 | 1011000 | 0 | 110101 | 111 | 10010000 | 1010101 | 110100 |
Color Harmonies of #1DED6F
Complementary color
Monochromatic Colors of #1DED6F
Black with #1DED6F
Text Example
Text Example
White with #1DED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED6F; }
p { color: rgb(29,237,111); }
H1.HeaderClassName
{
color: #1DED6F;
}
.AnyTagClassName
{
color: #1DED6F;
}
</style>
background-color css
<style>
a { background-color: #1DED6F; }
a { background-color: rgb(29,237,111); }
div.DivClassName
{
background-color: #1DED6F;
}
.BgClassName
{
background-color: #1DED6F;
}
</style>
border-color css
<style>
span { border-color: #1DED6F; }
span { border-color: rgb(29,237,111); }
td.TdClassName
{
border-color: #1DED6F;
}
.TagClassName
{
border-color: #1DED6F;
}
</style>