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