Shades of Spring Green #13EF77
Tints of Spring Green #13EF77
RGB
CMYK
RGB Variations
Color information
#13EF77 (or 0x13EF77) is known color: Spring Green. HEX triplet: 13, EF and 77. RGB value is (19,239,119). Sum of RGB (Red+Green+Blue) = 19+239+119=377 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.04% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EF77 is #EC1088. Grayscale: #9F9F9F. Windows color (decimal): -15470729 or 7859987. OLE color: 7859987.
HSL color Cylindrical-coordinate representation of color #13EF77: hue angle of 147.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EF77 is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 119 | - |
| CMYK | 0.92 | 0 | 0.50 | 0.06 |
| HSL | 147.27º | 0.87% | 0.51% | - |
| HSV(B) | 147.27º | 0.92% | 0.94% | - |
| XYZ | 34.46 | 63.2 | 27.84 | - |
| YUV | 159.54 | 105.11 | 27.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 119 | 0.92 | 0 | 0.50 | 0.06 | 147.27 | 0.87 | 0.51 |
| Hex | 13 | EF | 77 | 5C | 0 | 32 | 6 | 93 | 57 | 33 |
| Octal | 23 | 357 | 167 | 134 | 0 | 62 | 6 | 223 | 127 | 63 |
| Binary | 10011 | 11101111 | 1110111 | 1011100 | 0 | 110010 | 110 | 10010011 | 1010111 | 110011 |
Color Harmonies of #13EF77
Complementary color
Monochromatic Colors of #13EF77
Black with #13EF77
Text Example
Text Example
White with #13EF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF77; }
p { color: rgb(19,239,119); }
H1.HeaderClassName
{
color: #13EF77;
}
.AnyTagClassName
{
color: #13EF77;
}
</style>
background-color css
<style>
a { background-color: #13EF77; }
a { background-color: rgb(19,239,119); }
div.DivClassName
{
background-color: #13EF77;
}
.BgClassName
{
background-color: #13EF77;
}
</style>
border-color css
<style>
span { border-color: #13EF77; }
span { border-color: rgb(19,239,119); }
td.TdClassName
{
border-color: #13EF77;
}
.TagClassName
{
border-color: #13EF77;
}
</style>