Shades of Spring Green #01FC66
Tints of Spring Green #01FC66
RGB
CMYK
RGB Variations
Color information
#01FC66 (or 0x01FC66) is known color: Spring Green. HEX triplet: 01, FC and 66. RGB value is (1,252,102). Sum of RGB (Red+Green+Blue) = 1+252+102=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 252 (98.83% from 255 or 70.99% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC66 is #FE0399. Grayscale: #A0A0A0. Windows color (decimal): -16647066 or 6749185. OLE color: 6749185.
HSL color Cylindrical-coordinate representation of color #01FC66: hue angle of 144.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FC66 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 102 | - |
| CMYK | 1.00 | 0 | 0.60 | 0.01 |
| HSL | 144.14º | 0.99% | 0.5% | - |
| HSV(B) | 144.14º | 1% | 0.99% | - |
| XYZ | 37.22 | 70.59 | 24.23 | - |
| YUV | 159.85 | 95.34 | 14.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 102 | 1.00 | 0 | 0.60 | 0.01 | 144.14 | 0.99 | 0.5 |
| Hex | 1 | FC | 66 | 64 | 0 | 3C | 1 | 90 | 63 | 32 |
| Octal | 1 | 374 | 146 | 144 | 0 | 74 | 1 | 220 | 143 | 62 |
| Binary | 1 | 11111100 | 1100110 | 1100100 | 0 | 111100 | 1 | 10010000 | 1100011 | 110010 |
Color Harmonies of #01FC66
Complementary color
Monochromatic Colors of #01FC66
Black with #01FC66
Text Example
Text Example
White with #01FC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FC66; }
p { color: rgb(1,252,102); }
H1.HeaderClassName
{
color: #01FC66;
}
.AnyTagClassName
{
color: #01FC66;
}
</style>
background-color css
<style>
a { background-color: #01FC66; }
a { background-color: rgb(1,252,102); }
div.DivClassName
{
background-color: #01FC66;
}
.BgClassName
{
background-color: #01FC66;
}
</style>
border-color css
<style>
span { border-color: #01FC66; }
span { border-color: rgb(1,252,102); }
td.TdClassName
{
border-color: #01FC66;
}
.TagClassName
{
border-color: #01FC66;
}
</style>