Shades of Spring Green #01FB64
Tints of Spring Green #01FB64
RGB
CMYK
RGB Variations
Color information
#01FB64 (or 0x01FB64) is known color: Spring Green. HEX triplet: 01, FB and 64. RGB value is (1,251,100). Sum of RGB (Red+Green+Blue) = 1+251+100=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 251 (98.44% from 255 or 71.31% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB64 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB64 is #FE049B. Grayscale: #9F9F9F. Windows color (decimal): -16647324 or 6617857. OLE color: 6617857.
HSL color Cylindrical-coordinate representation of color #01FB64: hue angle of 143.76º 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 #01FB64 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 100 | - |
| CMYK | 1.00 | 0 | 0.60 | 0.02 |
| HSL | 143.76º | 0.99% | 0.49% | - |
| HSV(B) | 143.76º | 1% | 0.98% | - |
| XYZ | 36.81 | 69.92 | 23.61 | - |
| YUV | 159.04 | 94.68 | 15.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 100 | 1.00 | 0 | 0.60 | 0.02 | 143.76 | 0.99 | 0.49 |
| Hex | 1 | FB | 64 | 64 | 0 | 3C | 2 | 90 | 63 | 31 |
| Octal | 1 | 373 | 144 | 144 | 0 | 74 | 2 | 220 | 143 | 61 |
| Binary | 1 | 11111011 | 1100100 | 1100100 | 0 | 111100 | 10 | 10010000 | 1100011 | 110001 |
Color Harmonies of #01FB64
Complementary color
Monochromatic Colors of #01FB64
Black with #01FB64
Text Example
Text Example
White with #01FB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB64; }
p { color: rgb(1,251,100); }
H1.HeaderClassName
{
color: #01FB64;
}
.AnyTagClassName
{
color: #01FB64;
}
</style>
background-color css
<style>
a { background-color: #01FB64; }
a { background-color: rgb(1,251,100); }
div.DivClassName
{
background-color: #01FB64;
}
.BgClassName
{
background-color: #01FB64;
}
</style>
border-color css
<style>
span { border-color: #01FB64; }
span { border-color: rgb(1,251,100); }
td.TdClassName
{
border-color: #01FB64;
}
.TagClassName
{
border-color: #01FB64;
}
</style>