Shades of Spring Green #1DEC88
Tints of Spring Green #1DEC88
RGB
CMYK
RGB Variations
Color information
#1DEC88 (or 0x1DEC88) is known color: Spring Green. HEX triplet: 1D, EC and 88. RGB value is (29,236,136). Sum of RGB (Red+Green+Blue) = 29+236+136=401 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.23% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DEC88 is #E21377. Grayscale: #A2A2A2. Windows color (decimal): -14816120 or 8973341. OLE color: 8973341.
HSL color Cylindrical-coordinate representation of color #1DEC88: hue angle of 151.01º 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 #1DEC88 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 136 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.07 |
| HSL | 151.01º | 0.84% | 0.52% | - |
| HSV(B) | 151.01º | 0.88% | 0.93% | - |
| XYZ | 34.95 | 62.03 | 33.42 | - |
| YUV | 162.71 | 112.92 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 136 | 0.88 | 0 | 0.42 | 0.07 | 151.01 | 0.84 | 0.52 |
| Hex | 1D | EC | 88 | 58 | 0 | 2A | 7 | 97 | 54 | 34 |
| Octal | 35 | 354 | 210 | 130 | 0 | 52 | 7 | 227 | 124 | 64 |
| Binary | 11101 | 11101100 | 10001000 | 1011000 | 0 | 101010 | 111 | 10010111 | 1010100 | 110100 |
Color Harmonies of #1DEC88
Complementary color
Monochromatic Colors of #1DEC88
Black with #1DEC88
Text Example
Text Example
White with #1DEC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC88; }
p { color: rgb(29,236,136); }
H1.HeaderClassName
{
color: #1DEC88;
}
.AnyTagClassName
{
color: #1DEC88;
}
</style>
background-color css
<style>
a { background-color: #1DEC88; }
a { background-color: rgb(29,236,136); }
div.DivClassName
{
background-color: #1DEC88;
}
.BgClassName
{
background-color: #1DEC88;
}
</style>
border-color css
<style>
span { border-color: #1DEC88; }
span { border-color: rgb(29,236,136); }
td.TdClassName
{
border-color: #1DEC88;
}
.TagClassName
{
border-color: #1DEC88;
}
</style>