Shades of Spring Green #01FF66
Tints of Spring Green #01FF66
RGB
CMYK
RGB Variations
Color information
#01FF66 (or 0x01FF66) is known color: Spring Green. HEX triplet: 01, FF and 66. RGB value is (1,255,102). Sum of RGB (Red+Green+Blue) = 1+255+102=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 255 (100% from 255 or 71.23% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF66 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FF66 is #FE0099. Grayscale: #A1A1A1. Windows color (decimal): -16646298 or 6749953. OLE color: 6749953.
HSL color Cylindrical-coordinate representation of color #01FF66: hue angle of 143.86º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF66 is Cyan = 1.00, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 102 | - |
| CMYK | 1.00 | 0 | 0.6 | 0 |
| HSL | 143.86º | 1% | 0.5% | - |
| HSV(B) | 143.86º | 1% | 1% | - |
| XYZ | 38.17 | 72.49 | 24.55 | - |
| YUV | 161.61 | 94.35 | 13.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 102 | 1.00 | 0 | 0.6 | 0 | 143.86 | 1 | 0.5 |
| Hex | 1 | FF | 66 | 64 | 0 | 3C | 0 | 90 | 64 | 32 |
| Octal | 1 | 377 | 146 | 144 | 0 | 74 | 0 | 220 | 144 | 62 |
| Binary | 1 | 11111111 | 1100110 | 1100100 | 0 | 111100 | 0 | 10010000 | 1100100 | 110010 |
Color Harmonies of #01FF66
Complementary color
Monochromatic Colors of #01FF66
Black with #01FF66
Text Example
Text Example
White with #01FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF66; }
p { color: rgb(1,255,102); }
H1.HeaderClassName
{
color: #01FF66;
}
.AnyTagClassName
{
color: #01FF66;
}
</style>
background-color css
<style>
a { background-color: #01FF66; }
a { background-color: rgb(1,255,102); }
div.DivClassName
{
background-color: #01FF66;
}
.BgClassName
{
background-color: #01FF66;
}
</style>
border-color css
<style>
span { border-color: #01FF66; }
span { border-color: rgb(1,255,102); }
td.TdClassName
{
border-color: #01FF66;
}
.TagClassName
{
border-color: #01FF66;
}
</style>