Shades of Spring Green #13EC81
Tints of Spring Green #13EC81
RGB
CMYK
RGB Variations
Color information
#13EC81 (or 0x13EC81) is known color: Spring Green. HEX triplet: 13, EC and 81. RGB value is (19,236,129). Sum of RGB (Red+Green+Blue) = 19+236+129=384 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.95% from 384); Green value is 236 (92.58% from 255 or 61.46% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 236 - color contains mainly: green. Hex color #13EC81 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EC81 is #EC137E. Grayscale: #9F9F9F. Windows color (decimal): -15471487 or 8514579. OLE color: 8514579.
HSL color Cylindrical-coordinate representation of color #13EC81: hue angle of 150.41º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EC81 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 129 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.07 |
| HSL | 150.41º | 0.85% | 0.5% | - |
| HSV(B) | 150.41º | 0.92% | 0.93% | - |
| XYZ | 34.23 | 61.71 | 30.88 | - |
| YUV | 158.92 | 111.11 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 129 | 0.92 | 0 | 0.45 | 0.07 | 150.41 | 0.85 | 0.5 |
| Hex | 13 | EC | 81 | 5C | 0 | 2D | 7 | 96 | 55 | 32 |
| Octal | 23 | 354 | 201 | 134 | 0 | 55 | 7 | 226 | 125 | 62 |
| Binary | 10011 | 11101100 | 10000001 | 1011100 | 0 | 101101 | 111 | 10010110 | 1010101 | 110010 |
Color Harmonies of #13EC81
Complementary color
Monochromatic Colors of #13EC81
Black with #13EC81
Text Example
Text Example
White with #13EC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EC81; }
p { color: rgb(19,236,129); }
H1.HeaderClassName
{
color: #13EC81;
}
.AnyTagClassName
{
color: #13EC81;
}
</style>
background-color css
<style>
a { background-color: #13EC81; }
a { background-color: rgb(19,236,129); }
div.DivClassName
{
background-color: #13EC81;
}
.BgClassName
{
background-color: #13EC81;
}
</style>
border-color css
<style>
span { border-color: #13EC81; }
span { border-color: rgb(19,236,129); }
td.TdClassName
{
border-color: #13EC81;
}
.TagClassName
{
border-color: #13EC81;
}
</style>