Shades of Spring Green #01FB71
Tints of Spring Green #01FB71
RGB
CMYK
RGB Variations
Color information
#01FB71 (or 0x01FB71) is known color: Spring Green. HEX triplet: 01, FB and 71. RGB value is (1,251,113). Sum of RGB (Red+Green+Blue) = 1+251+113=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB71 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB71 is #FE048E. Grayscale: #A0A0A0. Windows color (decimal): -16647311 or 7469825. OLE color: 7469825.
HSL color Cylindrical-coordinate representation of color #01FB71: hue angle of 146.88º 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 #01FB71 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 113 | - |
| CMYK | 1.00 | 0 | 0.55 | 0.02 |
| HSL | 146.88º | 0.99% | 0.49% | - |
| HSV(B) | 146.88º | 1% | 0.98% | - |
| XYZ | 37.49 | 70.19 | 27.2 | - |
| YUV | 160.52 | 101.18 | 14.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 113 | 1.00 | 0 | 0.55 | 0.02 | 146.88 | 0.99 | 0.49 |
| Hex | 1 | FB | 71 | 64 | 0 | 37 | 2 | 93 | 63 | 31 |
| Octal | 1 | 373 | 161 | 144 | 0 | 67 | 2 | 223 | 143 | 61 |
| Binary | 1 | 11111011 | 1110001 | 1100100 | 0 | 110111 | 10 | 10010011 | 1100011 | 110001 |
Color Harmonies of #01FB71
Complementary color
Monochromatic Colors of #01FB71
Black with #01FB71
Text Example
Text Example
White with #01FB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB71; }
p { color: rgb(1,251,113); }
H1.HeaderClassName
{
color: #01FB71;
}
.AnyTagClassName
{
color: #01FB71;
}
</style>
background-color css
<style>
a { background-color: #01FB71; }
a { background-color: rgb(1,251,113); }
div.DivClassName
{
background-color: #01FB71;
}
.BgClassName
{
background-color: #01FB71;
}
</style>
border-color css
<style>
span { border-color: #01FB71; }
span { border-color: rgb(1,251,113); }
td.TdClassName
{
border-color: #01FB71;
}
.TagClassName
{
border-color: #01FB71;
}
</style>