Shades of Spring Green #01FB77
Tints of Spring Green #01FB77
RGB
CMYK
RGB Variations
Color information
#01FB77 (or 0x01FB77) is known color: Spring Green. HEX triplet: 01, FB and 77. RGB value is (1,251,119). Sum of RGB (Red+Green+Blue) = 1+251+119=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB77 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB77 is #FE0488. Grayscale: #A1A1A1. Windows color (decimal): -16647305 or 7863041. OLE color: 7863041.
HSL color Cylindrical-coordinate representation of color #01FB77: hue angle of 148.32º 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 #01FB77 is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 119 | - |
| CMYK | 1.00 | 0 | 0.53 | 0.02 |
| HSL | 148.32º | 0.99% | 0.49% | - |
| HSV(B) | 148.32º | 1% | 0.98% | - |
| XYZ | 37.84 | 70.33 | 29.03 | - |
| YUV | 161.2 | 104.18 | 13.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 119 | 1.00 | 0 | 0.53 | 0.02 | 148.32 | 0.99 | 0.49 |
| Hex | 1 | FB | 77 | 64 | 0 | 35 | 2 | 94 | 63 | 31 |
| Octal | 1 | 373 | 167 | 144 | 0 | 65 | 2 | 224 | 143 | 61 |
| Binary | 1 | 11111011 | 1110111 | 1100100 | 0 | 110101 | 10 | 10010100 | 1100011 | 110001 |
Color Harmonies of #01FB77
Complementary color
Monochromatic Colors of #01FB77
Black with #01FB77
Text Example
Text Example
White with #01FB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB77; }
p { color: rgb(1,251,119); }
H1.HeaderClassName
{
color: #01FB77;
}
.AnyTagClassName
{
color: #01FB77;
}
</style>
background-color css
<style>
a { background-color: #01FB77; }
a { background-color: rgb(1,251,119); }
div.DivClassName
{
background-color: #01FB77;
}
.BgClassName
{
background-color: #01FB77;
}
</style>
border-color css
<style>
span { border-color: #01FB77; }
span { border-color: rgb(1,251,119); }
td.TdClassName
{
border-color: #01FB77;
}
.TagClassName
{
border-color: #01FB77;
}
</style>