Shades of Spring Green #01F564
Tints of Spring Green #01F564
RGB
CMYK
RGB Variations
Color information
#01F564 (or 0x01F564) is known color: Spring Green. HEX triplet: 01, F5 and 64. RGB value is (1,245,100). Sum of RGB (Red+Green+Blue) = 1+245+100=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 245 (96.09% from 255 or 70.81% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 245 - color contains mainly: green. Hex color #01F564 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F564 is #FE0A9B. Grayscale: #9B9B9B. Windows color (decimal): -16648860 or 6616321. OLE color: 6616321.
HSL color Cylindrical-coordinate representation of color #01F564: hue angle of 144.34º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F564 is Cyan = 1.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 100 | - |
| CMYK | 1.00 | 0 | 0.59 | 0.04 |
| HSL | 144.34º | 0.99% | 0.48% | - |
| HSV(B) | 144.34º | 1% | 0.96% | - |
| XYZ | 34.97 | 66.23 | 23 | - |
| YUV | 155.51 | 96.66 | 17.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 100 | 1.00 | 0 | 0.59 | 0.04 | 144.34 | 0.99 | 0.48 |
| Hex | 1 | F5 | 64 | 64 | 0 | 3B | 4 | 90 | 63 | 30 |
| Octal | 1 | 365 | 144 | 144 | 0 | 73 | 4 | 220 | 143 | 60 |
| Binary | 1 | 11110101 | 1100100 | 1100100 | 0 | 111011 | 100 | 10010000 | 1100011 | 110000 |
Color Harmonies of #01F564
Complementary color
Monochromatic Colors of #01F564
Black with #01F564
Text Example
Text Example
White with #01F564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F564; }
p { color: rgb(1,245,100); }
H1.HeaderClassName
{
color: #01F564;
}
.AnyTagClassName
{
color: #01F564;
}
</style>
background-color css
<style>
a { background-color: #01F564; }
a { background-color: rgb(1,245,100); }
div.DivClassName
{
background-color: #01F564;
}
.BgClassName
{
background-color: #01F564;
}
</style>
border-color css
<style>
span { border-color: #01F564; }
span { border-color: rgb(1,245,100); }
td.TdClassName
{
border-color: #01F564;
}
.TagClassName
{
border-color: #01F564;
}
</style>