Shades of Spring Green #13F581
Tints of Spring Green #13F581
RGB
CMYK
RGB Variations
Color information
#13F581 (or 0x13F581) is known color: Spring Green. HEX triplet: 13, F5 and 81. RGB value is (19,245,129). Sum of RGB (Red+Green+Blue) = 19+245+129=393 (52% of max value = 765). Red value is 19 (7.81% from 255 or 4.83% from 393); Green value is 245 (96.09% from 255 or 62.34% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 245 - color contains mainly: green. Hex color #13F581 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F581 is #EC0A7E. Grayscale: #A4A4A4. Windows color (decimal): -15469183 or 8516883. OLE color: 8516883.
HSL color Cylindrical-coordinate representation of color #13F581: hue angle of 149.2º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F581 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 245 | 129 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.04 |
| HSL | 149.2º | 0.92% | 0.52% | - |
| HSV(B) | 149.2º | 0.92% | 0.96% | - |
| XYZ | 36.88 | 67.03 | 31.76 | - |
| YUV | 164.2 | 108.13 | 24.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 245 | 129 | 0.92 | 0 | 0.47 | 0.04 | 149.2 | 0.92 | 0.52 |
| Hex | 13 | F5 | 81 | 5C | 0 | 2F | 4 | 95 | 5C | 34 |
| Octal | 23 | 365 | 201 | 134 | 0 | 57 | 4 | 225 | 134 | 64 |
| Binary | 10011 | 11110101 | 10000001 | 1011100 | 0 | 101111 | 100 | 10010101 | 1011100 | 110100 |
Color Harmonies of #13F581
Complementary color
Monochromatic Colors of #13F581
Black with #13F581
Text Example
Text Example
White with #13F581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F581; }
p { color: rgb(19,245,129); }
H1.HeaderClassName
{
color: #13F581;
}
.AnyTagClassName
{
color: #13F581;
}
</style>
background-color css
<style>
a { background-color: #13F581; }
a { background-color: rgb(19,245,129); }
div.DivClassName
{
background-color: #13F581;
}
.BgClassName
{
background-color: #13F581;
}
</style>
border-color css
<style>
span { border-color: #13F581; }
span { border-color: rgb(19,245,129); }
td.TdClassName
{
border-color: #13F581;
}
.TagClassName
{
border-color: #13F581;
}
</style>