Shades of Spring Green #01FB60
Tints of Spring Green #01FB60
RGB
CMYK
RGB Variations
Color information
#01FB60 (or 0x01FB60) is known color: Spring Green. HEX triplet: 01, FB and 60. RGB value is (1,251,96). Sum of RGB (Red+Green+Blue) = 1+251+96=348 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 348); Green value is 251 (98.44% from 255 or 72.13% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB60 is #FE049F. Grayscale: #9E9E9E. Windows color (decimal): -16647328 or 6355713. OLE color: 6355713.
HSL color Cylindrical-coordinate representation of color #01FB60: hue angle of 142.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FB60 is Cyan = 1.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 96 | - |
| CMYK | 1.00 | 0 | 0.62 | 0.02 |
| HSL | 142.8º | 0.99% | 0.49% | - |
| HSV(B) | 142.8º | 1% | 0.98% | - |
| XYZ | 36.62 | 69.85 | 22.62 | - |
| YUV | 158.58 | 92.68 | 15.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 96 | 1.00 | 0 | 0.62 | 0.02 | 142.8 | 0.99 | 0.49 |
| Hex | 1 | FB | 60 | 64 | 0 | 3E | 2 | 8F | 63 | 31 |
| Octal | 1 | 373 | 140 | 144 | 0 | 76 | 2 | 217 | 143 | 61 |
| Binary | 1 | 11111011 | 1100000 | 1100100 | 0 | 111110 | 10 | 10001111 | 1100011 | 110001 |
Color Harmonies of #01FB60
Complementary color
Monochromatic Colors of #01FB60
Black with #01FB60
Text Example
Text Example
White with #01FB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB60; }
p { color: rgb(1,251,96); }
H1.HeaderClassName
{
color: #01FB60;
}
.AnyTagClassName
{
color: #01FB60;
}
</style>
background-color css
<style>
a { background-color: #01FB60; }
a { background-color: rgb(1,251,96); }
div.DivClassName
{
background-color: #01FB60;
}
.BgClassName
{
background-color: #01FB60;
}
</style>
border-color css
<style>
span { border-color: #01FB60; }
span { border-color: rgb(1,251,96); }
td.TdClassName
{
border-color: #01FB60;
}
.TagClassName
{
border-color: #01FB60;
}
</style>