Shades of Spring Green #01FF61
Tints of Spring Green #01FF61
RGB
CMYK
RGB Variations
Color information
#01FF61 (or 0x01FF61) is known color: Spring Green. HEX triplet: 01, FF and 61. RGB value is (1,255,97). Sum of RGB (Red+Green+Blue) = 1+255+97=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 255 (100% from 255 or 72.24% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FF61 is #FE009E. Grayscale: #A1A1A1. Windows color (decimal): -16646303 or 6422273. OLE color: 6422273.
HSL color Cylindrical-coordinate representation of color #01FF61: hue angle of 142.68º 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 #01FF61 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 97 | - |
| CMYK | 1.00 | 0 | 0.62 | 0 |
| HSL | 142.68º | 1% | 0.5% | - |
| HSV(B) | 142.68º | 1% | 1% | - |
| XYZ | 37.93 | 72.39 | 23.28 | - |
| YUV | 161.04 | 91.85 | 13.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 97 | 1.00 | 0 | 0.62 | 0 | 142.68 | 1 | 0.5 |
| Hex | 1 | FF | 61 | 64 | 0 | 3E | 0 | 8F | 64 | 32 |
| Octal | 1 | 377 | 141 | 144 | 0 | 76 | 0 | 217 | 144 | 62 |
| Binary | 1 | 11111111 | 1100001 | 1100100 | 0 | 111110 | 0 | 10001111 | 1100100 | 110010 |
Color Harmonies of #01FF61
Complementary color
Monochromatic Colors of #01FF61
Black with #01FF61
Text Example
Text Example
White with #01FF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF61; }
p { color: rgb(1,255,97); }
H1.HeaderClassName
{
color: #01FF61;
}
.AnyTagClassName
{
color: #01FF61;
}
</style>
background-color css
<style>
a { background-color: #01FF61; }
a { background-color: rgb(1,255,97); }
div.DivClassName
{
background-color: #01FF61;
}
.BgClassName
{
background-color: #01FF61;
}
</style>
border-color css
<style>
span { border-color: #01FF61; }
span { border-color: rgb(1,255,97); }
td.TdClassName
{
border-color: #01FF61;
}
.TagClassName
{
border-color: #01FF61;
}
</style>