Shades of Spring Green #13E574
Tints of Spring Green #13E574
RGB
CMYK
RGB Variations
Color information
#13E574 (or 0x13E574) is known color: Spring Green. HEX triplet: 13, E5 and 74. RGB value is (19,229,116). Sum of RGB (Red+Green+Blue) = 19+229+116=364 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.22% from 364); Green value is 229 (89.84% from 255 or 62.91% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 229 - color contains mainly: green. Hex color #13E574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13E574 is #EC1A8B. Grayscale: #999999. Windows color (decimal): -15473292 or 7660819. OLE color: 7660819.
HSL color Cylindrical-coordinate representation of color #13E574: hue angle of 147.71º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E574 is Cyan = 0.92, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 229 | 116 | - |
| CMYK | 0.92 | 0 | 0.49 | 0.10 |
| HSL | 147.71º | 0.85% | 0.49% | - |
| HSV(B) | 147.71º | 0.92% | 0.9% | - |
| XYZ | 31.44 | 57.44 | 25.95 | - |
| YUV | 153.33 | 106.93 | 32.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 229 | 116 | 0.92 | 0 | 0.49 | 0.10 | 147.71 | 0.85 | 0.49 |
| Hex | 13 | E5 | 74 | 5C | 0 | 31 | A | 94 | 55 | 31 |
| Octal | 23 | 345 | 164 | 134 | 0 | 61 | 12 | 224 | 125 | 61 |
| Binary | 10011 | 11100101 | 1110100 | 1011100 | 0 | 110001 | 1010 | 10010100 | 1010101 | 110001 |
Color Harmonies of #13E574
Complementary color
Monochromatic Colors of #13E574
Black with #13E574
Text Example
Text Example
White with #13E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13E574; }
p { color: rgb(19,229,116); }
H1.HeaderClassName
{
color: #13E574;
}
.AnyTagClassName
{
color: #13E574;
}
</style>
background-color css
<style>
a { background-color: #13E574; }
a { background-color: rgb(19,229,116); }
div.DivClassName
{
background-color: #13E574;
}
.BgClassName
{
background-color: #13E574;
}
</style>
border-color css
<style>
span { border-color: #13E574; }
span { border-color: rgb(19,229,116); }
td.TdClassName
{
border-color: #13E574;
}
.TagClassName
{
border-color: #13E574;
}
</style>