Shades of Spring Green #13EF7C
Tints of Spring Green #13EF7C
RGB
CMYK
RGB Variations
Color information
#13EF7C (or 0x13EF7C) is known color: Spring Green. HEX triplet: 13, EF and 7C. RGB value is (19,239,124). Sum of RGB (Red+Green+Blue) = 19+239+124=382 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.97% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #13EF7C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13EF7C is #EC1083. Grayscale: #A0A0A0. Windows color (decimal): -15470724 or 8187667. OLE color: 8187667.
HSL color Cylindrical-coordinate representation of color #13EF7C: hue angle of 148.64º 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 #13EF7C is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 124 | - |
| CMYK | 0.92 | 0 | 0.48 | 0.06 |
| HSL | 148.64º | 0.87% | 0.51% | - |
| HSV(B) | 148.64º | 0.92% | 0.94% | - |
| XYZ | 34.77 | 63.33 | 29.46 | - |
| YUV | 160.11 | 107.61 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 124 | 0.92 | 0 | 0.48 | 0.06 | 148.64 | 0.87 | 0.51 |
| Hex | 13 | EF | 7C | 5C | 0 | 30 | 6 | 95 | 57 | 33 |
| Octal | 23 | 357 | 174 | 134 | 0 | 60 | 6 | 225 | 127 | 63 |
| Binary | 10011 | 11101111 | 1111100 | 1011100 | 0 | 110000 | 110 | 10010101 | 1010111 | 110011 |
Color Harmonies of #13EF7C
Complementary color
Monochromatic Colors of #13EF7C
Black with #13EF7C
Text Example
Text Example
White with #13EF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EF7C; }
p { color: rgb(19,239,124); }
H1.HeaderClassName
{
color: #13EF7C;
}
.AnyTagClassName
{
color: #13EF7C;
}
</style>
background-color css
<style>
a { background-color: #13EF7C; }
a { background-color: rgb(19,239,124); }
div.DivClassName
{
background-color: #13EF7C;
}
.BgClassName
{
background-color: #13EF7C;
}
</style>
border-color css
<style>
span { border-color: #13EF7C; }
span { border-color: rgb(19,239,124); }
td.TdClassName
{
border-color: #13EF7C;
}
.TagClassName
{
border-color: #13EF7C;
}
</style>