Shades of Spring Green #1DEE88
Tints of Spring Green #1DEE88
RGB
CMYK
RGB Variations
Color information
#1DEE88 (or 0x1DEE88) is known color: Spring Green. HEX triplet: 1D, EE and 88. RGB value is (29,238,136). Sum of RGB (Red+Green+Blue) = 29+238+136=403 (53% of max value = 765). Red value is 29 (11.72% from 255 or 7.20% from 403); Green value is 238 (93.36% from 255 or 59.06% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 238 - color contains mainly: green. Hex color #1DEE88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DEE88 is #E21177. Grayscale: #A4A4A4. Windows color (decimal): -14815608 or 8973853. OLE color: 8973853.
HSL color Cylindrical-coordinate representation of color #1DEE88: hue angle of 150.72º degrees, saturation: 0.86, 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 #1DEE88 is Cyan = 0.88, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 238 | 136 | - |
| CMYK | 0.88 | 0 | 0.43 | 0.07 |
| HSL | 150.72º | 0.86% | 0.52% | - |
| HSV(B) | 150.72º | 0.88% | 0.93% | - |
| XYZ | 35.53 | 63.19 | 33.62 | - |
| YUV | 163.88 | 112.26 | 31.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 238 | 136 | 0.88 | 0 | 0.43 | 0.07 | 150.72 | 0.86 | 0.52 |
| Hex | 1D | EE | 88 | 58 | 0 | 2B | 7 | 97 | 56 | 34 |
| Octal | 35 | 356 | 210 | 130 | 0 | 53 | 7 | 227 | 126 | 64 |
| Binary | 11101 | 11101110 | 10001000 | 1011000 | 0 | 101011 | 111 | 10010111 | 1010110 | 110100 |
Color Harmonies of #1DEE88
Complementary color
Monochromatic Colors of #1DEE88
Black with #1DEE88
Text Example
Text Example
White with #1DEE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEE88; }
p { color: rgb(29,238,136); }
H1.HeaderClassName
{
color: #1DEE88;
}
.AnyTagClassName
{
color: #1DEE88;
}
</style>
background-color css
<style>
a { background-color: #1DEE88; }
a { background-color: rgb(29,238,136); }
div.DivClassName
{
background-color: #1DEE88;
}
.BgClassName
{
background-color: #1DEE88;
}
</style>
border-color css
<style>
span { border-color: #1DEE88; }
span { border-color: rgb(29,238,136); }
td.TdClassName
{
border-color: #1DEE88;
}
.TagClassName
{
border-color: #1DEE88;
}
</style>