Shades of Spring Green #13EF73
Tints of Spring Green #13EF73
RGB
CMYK
RGB Variations
Color information
#13EF73 (or 0x13EF73) is known color: Spring Green. HEX triplet: 13, EF and 73. RGB value is (19,239,115). Sum of RGB (Red+Green+Blue) = 19+239+115=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EF73 is #EC108C. Grayscale: #9F9F9F. Windows color (decimal): -15470733 or 7597843. OLE color: 7597843.
HSL color Cylindrical-coordinate representation of color #13EF73: hue angle of 146.18º 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 #13EF73 is Cyan = 0.92, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 115 | - |
| CMYK | 0.92 | 0 | 0.52 | 0.06 |
| HSL | 146.18º | 0.87% | 0.51% | - |
| HSV(B) | 146.18º | 0.92% | 0.94% | - |
| XYZ | 34.23 | 63.11 | 26.6 | - |
| YUV | 159.08 | 103.11 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 115 | 0.92 | 0 | 0.52 | 0.06 | 146.18 | 0.87 | 0.51 |
| Hex | 13 | EF | 73 | 5C | 0 | 34 | 6 | 92 | 57 | 33 |
| Octal | 23 | 357 | 163 | 134 | 0 | 64 | 6 | 222 | 127 | 63 |
| Binary | 10011 | 11101111 | 1110011 | 1011100 | 0 | 110100 | 110 | 10010010 | 1010111 | 110011 |
Color Harmonies of #13EF73
Complementary color
Monochromatic Colors of #13EF73
Black with #13EF73
Text Example
Text Example
White with #13EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF73; }
p { color: rgb(19,239,115); }
H1.HeaderClassName
{
color: #13EF73;
}
.AnyTagClassName
{
color: #13EF73;
}
</style>
background-color css
<style>
a { background-color: #13EF73; }
a { background-color: rgb(19,239,115); }
div.DivClassName
{
background-color: #13EF73;
}
.BgClassName
{
background-color: #13EF73;
}
</style>
border-color css
<style>
span { border-color: #13EF73; }
span { border-color: rgb(19,239,115); }
td.TdClassName
{
border-color: #13EF73;
}
.TagClassName
{
border-color: #13EF73;
}
</style>