Shades of Spring Green #01FA71
Tints of Spring Green #01FA71
RGB
CMYK
RGB Variations
Color information
#01FA71 (or 0x01FA71) is known color: Spring Green. HEX triplet: 01, FA and 71. RGB value is (1,250,113). Sum of RGB (Red+Green+Blue) = 1+250+113=364 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FA71 is #FE058E. Grayscale: #A0A0A0. Windows color (decimal): -16647567 or 7469569. OLE color: 7469569.
HSL color Cylindrical-coordinate representation of color #01FA71: hue angle of 146.99º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA71 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 113 | - |
| CMYK | 1.00 | 0 | 0.55 | 0.02 |
| HSL | 146.99º | 0.99% | 0.49% | - |
| HSV(B) | 146.99º | 1% | 0.98% | - |
| XYZ | 37.18 | 69.57 | 27.09 | - |
| YUV | 159.93 | 101.51 | 14.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 113 | 1.00 | 0 | 0.55 | 0.02 | 146.99 | 0.99 | 0.49 |
| Hex | 1 | FA | 71 | 64 | 0 | 37 | 2 | 93 | 63 | 31 |
| Octal | 1 | 372 | 161 | 144 | 0 | 67 | 2 | 223 | 143 | 61 |
| Binary | 1 | 11111010 | 1110001 | 1100100 | 0 | 110111 | 10 | 10010011 | 1100011 | 110001 |
Color Harmonies of #01FA71
Complementary color
Monochromatic Colors of #01FA71
Black with #01FA71
Text Example
Text Example
White with #01FA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA71; }
p { color: rgb(1,250,113); }
H1.HeaderClassName
{
color: #01FA71;
}
.AnyTagClassName
{
color: #01FA71;
}
</style>
background-color css
<style>
a { background-color: #01FA71; }
a { background-color: rgb(1,250,113); }
div.DivClassName
{
background-color: #01FA71;
}
.BgClassName
{
background-color: #01FA71;
}
</style>
border-color css
<style>
span { border-color: #01FA71; }
span { border-color: rgb(1,250,113); }
td.TdClassName
{
border-color: #01FA71;
}
.TagClassName
{
border-color: #01FA71;
}
</style>