Shades of Spring Green #13F58B
Tints of Spring Green #13F58B
RGB
CMYK
RGB Variations
Color information
#13F58B (or 0x13F58B) is known color: Spring Green. HEX triplet: 13, F5 and 8B. RGB value is (19,245,139). Sum of RGB (Red+Green+Blue) = 19+245+139=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 245 (96.09% from 255 or 60.79% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 245 - color contains mainly: green. Hex color #13F58B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13F58B is #EC0A74. Grayscale: #A5A5A5. Windows color (decimal): -15469173 or 9172243. OLE color: 9172243.
HSL color Cylindrical-coordinate representation of color #13F58B: hue angle of 151.86º 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 #13F58B is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 245 | 139 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.04 |
| HSL | 151.86º | 0.92% | 0.52% | - |
| HSV(B) | 151.86º | 0.92% | 0.96% | - |
| XYZ | 37.58 | 67.31 | 35.44 | - |
| YUV | 165.34 | 113.13 | 23.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 245 | 139 | 0.92 | 0 | 0.43 | 0.04 | 151.86 | 0.92 | 0.52 |
| Hex | 13 | F5 | 8B | 5C | 0 | 2B | 4 | 98 | 5C | 34 |
| Octal | 23 | 365 | 213 | 134 | 0 | 53 | 4 | 230 | 134 | 64 |
| Binary | 10011 | 11110101 | 10001011 | 1011100 | 0 | 101011 | 100 | 10011000 | 1011100 | 110100 |
Color Harmonies of #13F58B
Complementary color
Monochromatic Colors of #13F58B
Black with #13F58B
Text Example
Text Example
White with #13F58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F58B; }
p { color: rgb(19,245,139); }
H1.HeaderClassName
{
color: #13F58B;
}
.AnyTagClassName
{
color: #13F58B;
}
</style>
background-color css
<style>
a { background-color: #13F58B; }
a { background-color: rgb(19,245,139); }
div.DivClassName
{
background-color: #13F58B;
}
.BgClassName
{
background-color: #13F58B;
}
</style>
border-color css
<style>
span { border-color: #13F58B; }
span { border-color: rgb(19,245,139); }
td.TdClassName
{
border-color: #13F58B;
}
.TagClassName
{
border-color: #13F58B;
}
</style>