Shades of Spring Green #1DEC83
Tints of Spring Green #1DEC83
RGB
CMYK
RGB Variations
Color information
#1DEC83 (or 0x1DEC83) is known color: Spring Green. HEX triplet: 1D, EC and 83. RGB value is (29,236,131). Sum of RGB (Red+Green+Blue) = 29+236+131=396 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.32% from 396); Green value is 236 (92.58% from 255 or 59.60% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DEC83 is #E2137C. Grayscale: #A2A2A2. Windows color (decimal): -14816125 or 8645661. OLE color: 8645661.
HSL color Cylindrical-coordinate representation of color #1DEC83: hue angle of 149.57º 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 #1DEC83 is Cyan = 0.88, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 131 | - |
| CMYK | 0.88 | 0 | 0.44 | 0.07 |
| HSL | 149.57º | 0.84% | 0.52% | - |
| HSV(B) | 149.57º | 0.88% | 0.93% | - |
| XYZ | 34.6 | 61.89 | 31.6 | - |
| YUV | 162.14 | 110.42 | 33.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 131 | 0.88 | 0 | 0.44 | 0.07 | 149.57 | 0.84 | 0.52 |
| Hex | 1D | EC | 83 | 58 | 0 | 2C | 7 | 96 | 54 | 34 |
| Octal | 35 | 354 | 203 | 130 | 0 | 54 | 7 | 226 | 124 | 64 |
| Binary | 11101 | 11101100 | 10000011 | 1011000 | 0 | 101100 | 111 | 10010110 | 1010100 | 110100 |
Color Harmonies of #1DEC83
Complementary color
Monochromatic Colors of #1DEC83
Black with #1DEC83
Text Example
Text Example
White with #1DEC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC83; }
p { color: rgb(29,236,131); }
H1.HeaderClassName
{
color: #1DEC83;
}
.AnyTagClassName
{
color: #1DEC83;
}
</style>
background-color css
<style>
a { background-color: #1DEC83; }
a { background-color: rgb(29,236,131); }
div.DivClassName
{
background-color: #1DEC83;
}
.BgClassName
{
background-color: #1DEC83;
}
</style>
border-color css
<style>
span { border-color: #1DEC83; }
span { border-color: rgb(29,236,131); }
td.TdClassName
{
border-color: #1DEC83;
}
.TagClassName
{
border-color: #1DEC83;
}
</style>