Shades of Spring Green #01F471
Tints of Spring Green #01F471
RGB
CMYK
RGB Variations
Color information
#01F471 (or 0x01F471) is known color: Spring Green. HEX triplet: 01, F4 and 71. RGB value is (1,244,113). Sum of RGB (Red+Green+Blue) = 1+244+113=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 244 (95.70% from 255 or 68.16% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 244 - color contains mainly: green. Hex color #01F471 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F471 is #FE0B8E. Grayscale: #9C9C9C. Windows color (decimal): -16649103 or 7468033. OLE color: 7468033.
HSL color Cylindrical-coordinate representation of color #01F471: hue angle of 147.65º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F471 is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 244 | 113 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.04 |
| HSL | 147.65º | 0.99% | 0.48% | - |
| HSV(B) | 147.65º | 1% | 0.96% | - |
| XYZ | 35.34 | 65.9 | 26.48 | - |
| YUV | 156.41 | 103.49 | 17.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 244 | 113 | 1.00 | 0 | 0.54 | 0.04 | 147.65 | 0.99 | 0.48 |
| Hex | 1 | F4 | 71 | 64 | 0 | 36 | 4 | 94 | 63 | 30 |
| Octal | 1 | 364 | 161 | 144 | 0 | 66 | 4 | 224 | 143 | 60 |
| Binary | 1 | 11110100 | 1110001 | 1100100 | 0 | 110110 | 100 | 10010100 | 1100011 | 110000 |
Color Harmonies of #01F471
Complementary color
Monochromatic Colors of #01F471
Black with #01F471
Text Example
Text Example
White with #01F471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F471; }
p { color: rgb(1,244,113); }
H1.HeaderClassName
{
color: #01F471;
}
.AnyTagClassName
{
color: #01F471;
}
</style>
background-color css
<style>
a { background-color: #01F471; }
a { background-color: rgb(1,244,113); }
div.DivClassName
{
background-color: #01F471;
}
.BgClassName
{
background-color: #01F471;
}
</style>
border-color css
<style>
span { border-color: #01F471; }
span { border-color: rgb(1,244,113); }
td.TdClassName
{
border-color: #01F471;
}
.TagClassName
{
border-color: #01F471;
}
</style>