Shades of Spring Green #01FF5F
Tints of Spring Green #01FF5F
RGB
CMYK
RGB Variations
Color information
#01FF5F (or 0x01FF5F) is known color: Spring Green. HEX triplet: 01, FF and 5F. RGB value is (1,255,95). Sum of RGB (Red+Green+Blue) = 1+255+95=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 95 (37.5% from 255 or 27.07% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF5F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FF5F is #FE00A0. Grayscale: #A1A1A1. Windows color (decimal): -16646305 or 6291201. OLE color: 6291201.
HSL color Cylindrical-coordinate representation of color #01FF5F: hue angle of 142.2º 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 #01FF5F is Cyan = 1.00, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 95 | - |
| CMYK | 1.00 | 0 | 0.63 | 0 |
| HSL | 142.2º | 1% | 0.5% | - |
| HSV(B) | 142.2º | 1% | 1% | - |
| XYZ | 37.84 | 72.35 | 22.8 | - |
| YUV | 160.81 | 90.85 | 14.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 95 | 1.00 | 0 | 0.63 | 0 | 142.2 | 1 | 0.5 |
| Hex | 1 | FF | 5F | 64 | 0 | 3F | 0 | 8E | 64 | 32 |
| Octal | 1 | 377 | 137 | 144 | 0 | 77 | 0 | 216 | 144 | 62 |
| Binary | 1 | 11111111 | 1011111 | 1100100 | 0 | 111111 | 0 | 10001110 | 1100100 | 110010 |
Color Harmonies of #01FF5F
Complementary color
Monochromatic Colors of #01FF5F
Black with #01FF5F
Text Example
Text Example
White with #01FF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF5F; }
p { color: rgb(1,255,95); }
H1.HeaderClassName
{
color: #01FF5F;
}
.AnyTagClassName
{
color: #01FF5F;
}
</style>
background-color css
<style>
a { background-color: #01FF5F; }
a { background-color: rgb(1,255,95); }
div.DivClassName
{
background-color: #01FF5F;
}
.BgClassName
{
background-color: #01FF5F;
}
</style>
border-color css
<style>
span { border-color: #01FF5F; }
span { border-color: rgb(1,255,95); }
td.TdClassName
{
border-color: #01FF5F;
}
.TagClassName
{
border-color: #01FF5F;
}
</style>