Shades of Spring Green #13F471
Tints of Spring Green #13F471
RGB
CMYK
RGB Variations
Color information
#13F471 (or 0x13F471) is known color: Spring Green. HEX triplet: 13, F4 and 71. RGB value is (19,244,113). Sum of RGB (Red+Green+Blue) = 19+244+113=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 244 (95.70% from 255 or 64.89% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 244 - color contains mainly: green. Hex color #13F471 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F471 is #EC0B8E. Grayscale: #A2A2A2. Windows color (decimal): -15469455 or 7468051. OLE color: 7468051.
HSL color Cylindrical-coordinate representation of color #13F471: hue angle of 145.07º degrees, saturation: 0.91, 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 #13F471 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 19 | 244 | 113 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.04 |
| HSL | 145.07º | 0.91% | 0.52% | - |
| HSV(B) | 145.07º | 0.92% | 0.96% | - |
| XYZ | 35.6 | 66.03 | 26.49 | - |
| YUV | 161.79 | 100.46 | 26.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 244 | 113 | 0.92 | 0 | 0.54 | 0.04 | 145.07 | 0.91 | 0.52 |
| Hex | 13 | F4 | 71 | 5C | 0 | 36 | 4 | 91 | 5B | 34 |
| Octal | 23 | 364 | 161 | 134 | 0 | 66 | 4 | 221 | 133 | 64 |
| Binary | 10011 | 11110100 | 1110001 | 1011100 | 0 | 110110 | 100 | 10010001 | 1011011 | 110100 |
Color Harmonies of #13F471
Complementary color
Monochromatic Colors of #13F471
Black with #13F471
Text Example
Text Example
White with #13F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F471; }
p { color: rgb(19,244,113); }
H1.HeaderClassName
{
color: #13F471;
}
.AnyTagClassName
{
color: #13F471;
}
</style>
background-color css
<style>
a { background-color: #13F471; }
a { background-color: rgb(19,244,113); }
div.DivClassName
{
background-color: #13F471;
}
.BgClassName
{
background-color: #13F471;
}
</style>
border-color css
<style>
span { border-color: #13F471; }
span { border-color: rgb(19,244,113); }
td.TdClassName
{
border-color: #13F471;
}
.TagClassName
{
border-color: #13F471;
}
</style>