Shades of Spring Green #01FD64
Tints of Spring Green #01FD64
RGB
CMYK
RGB Variations
Color information
#01FD64 (or 0x01FD64) is known color: Spring Green. HEX triplet: 01, FD and 64. RGB value is (1,253,100). Sum of RGB (Red+Green+Blue) = 1+253+100=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 253 (99.22% from 255 or 71.47% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 253 - color contains mainly: green. Hex color #01FD64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FD64 is #FE029B. Grayscale: #A0A0A0. Windows color (decimal): -16646812 or 6618369. OLE color: 6618369.
HSL color Cylindrical-coordinate representation of color #01FD64: hue angle of 143.57º 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 #01FD64 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 253 | 100 | - |
| CMYK | 1.00 | 0 | 0.60 | 0.01 |
| HSL | 143.57º | 0.99% | 0.5% | - |
| HSV(B) | 143.57º | 1% | 0.99% | - |
| XYZ | 37.44 | 71.18 | 23.82 | - |
| YUV | 160.21 | 94.01 | 14.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 253 | 100 | 1.00 | 0 | 0.60 | 0.01 | 143.57 | 0.99 | 0.5 |
| Hex | 1 | FD | 64 | 64 | 0 | 3C | 1 | 90 | 63 | 32 |
| Octal | 1 | 375 | 144 | 144 | 0 | 74 | 1 | 220 | 143 | 62 |
| Binary | 1 | 11111101 | 1100100 | 1100100 | 0 | 111100 | 1 | 10010000 | 1100011 | 110010 |
Color Harmonies of #01FD64
Complementary color
Monochromatic Colors of #01FD64
Black with #01FD64
Text Example
Text Example
White with #01FD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FD64; }
p { color: rgb(1,253,100); }
H1.HeaderClassName
{
color: #01FD64;
}
.AnyTagClassName
{
color: #01FD64;
}
</style>
background-color css
<style>
a { background-color: #01FD64; }
a { background-color: rgb(1,253,100); }
div.DivClassName
{
background-color: #01FD64;
}
.BgClassName
{
background-color: #01FD64;
}
</style>
border-color css
<style>
span { border-color: #01FD64; }
span { border-color: rgb(1,253,100); }
td.TdClassName
{
border-color: #01FD64;
}
.TagClassName
{
border-color: #01FD64;
}
</style>