Shades of Spring Green #01FC64
Tints of Spring Green #01FC64
RGB
CMYK
RGB Variations
Color information
#01FC64 (or 0x01FC64) is known color: Spring Green. HEX triplet: 01, FC and 64. RGB value is (1,252,100). Sum of RGB (Red+Green+Blue) = 1+252+100=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 252 (98.83% from 255 or 71.39% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 252 - color contains mainly: green. Hex color #01FC64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FC64 is #FE039B. Grayscale: #9F9F9F. Windows color (decimal): -16647068 or 6618113. OLE color: 6618113.
HSL color Cylindrical-coordinate representation of color #01FC64: hue angle of 143.67º 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 #01FC64 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 252 | 100 | - |
| CMYK | 1.00 | 0 | 0.60 | 0.01 |
| HSL | 143.67º | 0.99% | 0.5% | - |
| HSV(B) | 143.67º | 1% | 0.99% | - |
| XYZ | 37.12 | 70.55 | 23.72 | - |
| YUV | 159.62 | 94.34 | 14.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 252 | 100 | 1.00 | 0 | 0.60 | 0.01 | 143.67 | 0.99 | 0.5 |
| Hex | 1 | FC | 64 | 64 | 0 | 3C | 1 | 90 | 63 | 32 |
| Octal | 1 | 374 | 144 | 144 | 0 | 74 | 1 | 220 | 143 | 62 |
| Binary | 1 | 11111100 | 1100100 | 1100100 | 0 | 111100 | 1 | 10010000 | 1100011 | 110010 |
Color Harmonies of #01FC64
Complementary color
Monochromatic Colors of #01FC64
Black with #01FC64
Text Example
Text Example
White with #01FC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FC64; }
p { color: rgb(1,252,100); }
H1.HeaderClassName
{
color: #01FC64;
}
.AnyTagClassName
{
color: #01FC64;
}
</style>
background-color css
<style>
a { background-color: #01FC64; }
a { background-color: rgb(1,252,100); }
div.DivClassName
{
background-color: #01FC64;
}
.BgClassName
{
background-color: #01FC64;
}
</style>
border-color css
<style>
span { border-color: #01FC64; }
span { border-color: rgb(1,252,100); }
td.TdClassName
{
border-color: #01FC64;
}
.TagClassName
{
border-color: #01FC64;
}
</style>