Shades of Spring Green #1DEC7F
Tints of Spring Green #1DEC7F
RGB
CMYK
RGB Variations
Color information
#1DEC7F (or 0x1DEC7F) is known color: Spring Green. HEX triplet: 1D, EC and 7F. RGB value is (29,236,127). Sum of RGB (Red+Green+Blue) = 29+236+127=392 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.40% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC7F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DEC7F is #E21380. Grayscale: #A1A1A1. Windows color (decimal): -14816129 or 8383517. OLE color: 8383517.
HSL color Cylindrical-coordinate representation of color #1DEC7F: hue angle of 148.41º degrees, saturation: 0.84, 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 #1DEC7F is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 127 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.07 |
| HSL | 148.41º | 0.84% | 0.52% | - |
| HSV(B) | 148.41º | 0.88% | 0.93% | - |
| XYZ | 34.33 | 61.78 | 30.19 | - |
| YUV | 161.68 | 108.42 | 33.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 127 | 0.88 | 0 | 0.46 | 0.07 | 148.41 | 0.84 | 0.52 |
| Hex | 1D | EC | 7F | 58 | 0 | 2E | 7 | 94 | 54 | 34 |
| Octal | 35 | 354 | 177 | 130 | 0 | 56 | 7 | 224 | 124 | 64 |
| Binary | 11101 | 11101100 | 1111111 | 1011000 | 0 | 101110 | 111 | 10010100 | 1010100 | 110100 |
Color Harmonies of #1DEC7F
Complementary color
Monochromatic Colors of #1DEC7F
Black with #1DEC7F
Text Example
Text Example
White with #1DEC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC7F; }
p { color: rgb(29,236,127); }
H1.HeaderClassName
{
color: #1DEC7F;
}
.AnyTagClassName
{
color: #1DEC7F;
}
</style>
background-color css
<style>
a { background-color: #1DEC7F; }
a { background-color: rgb(29,236,127); }
div.DivClassName
{
background-color: #1DEC7F;
}
.BgClassName
{
background-color: #1DEC7F;
}
</style>
border-color css
<style>
span { border-color: #1DEC7F; }
span { border-color: rgb(29,236,127); }
td.TdClassName
{
border-color: #1DEC7F;
}
.TagClassName
{
border-color: #1DEC7F;
}
</style>