Shades of Spring Green #13F36F
Tints of Spring Green #13F36F
RGB
CMYK
RGB Variations
Color information
#13F36F (or 0x13F36F) is known color: Spring Green. HEX triplet: 13, F3 and 6F. RGB value is (19,243,111). Sum of RGB (Red+Green+Blue) = 19+243+111=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 243 (95.31% from 255 or 65.15% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 243 - color contains mainly: green. Hex color #13F36F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F36F is #EC0C90. Grayscale: #A1A1A1. Windows color (decimal): -15469713 or 7336723. OLE color: 7336723.
HSL color Cylindrical-coordinate representation of color #13F36F: hue angle of 144.64º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F36F is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 111 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.05 |
| HSL | 144.64º | 0.9% | 0.51% | - |
| HSV(B) | 144.64º | 0.92% | 0.95% | - |
| XYZ | 35.19 | 65.39 | 25.81 | - |
| YUV | 160.98 | 99.79 | 26.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 111 | 0.92 | 0 | 0.54 | 0.05 | 144.64 | 0.9 | 0.51 |
| Hex | 13 | F3 | 6F | 5C | 0 | 36 | 5 | 91 | 5A | 33 |
| Octal | 23 | 363 | 157 | 134 | 0 | 66 | 5 | 221 | 132 | 63 |
| Binary | 10011 | 11110011 | 1101111 | 1011100 | 0 | 110110 | 101 | 10010001 | 1011010 | 110011 |
Color Harmonies of #13F36F
Complementary color
Monochromatic Colors of #13F36F
Black with #13F36F
Text Example
Text Example
White with #13F36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F36F; }
p { color: rgb(19,243,111); }
H1.HeaderClassName
{
color: #13F36F;
}
.AnyTagClassName
{
color: #13F36F;
}
</style>
background-color css
<style>
a { background-color: #13F36F; }
a { background-color: rgb(19,243,111); }
div.DivClassName
{
background-color: #13F36F;
}
.BgClassName
{
background-color: #13F36F;
}
</style>
border-color css
<style>
span { border-color: #13F36F; }
span { border-color: rgb(19,243,111); }
td.TdClassName
{
border-color: #13F36F;
}
.TagClassName
{
border-color: #13F36F;
}
</style>