Shades of Spring Green #01FB73
Tints of Spring Green #01FB73
RGB
CMYK
RGB Variations
Color information
#01FB73 (or 0x01FB73) is known color: Spring Green. HEX triplet: 01, FB and 73. RGB value is (1,251,115). Sum of RGB (Red+Green+Blue) = 1+251+115=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 251 (98.44% from 255 or 68.39% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 251 - color contains mainly: green. Hex color #01FB73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01FB73 is #FE048C. Grayscale: #A1A1A1. Windows color (decimal): -16647309 or 7600897. OLE color: 7600897.
HSL color Cylindrical-coordinate representation of color #01FB73: hue angle of 147.36º 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 #01FB73 is Cyan = 1.00, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 115 | - |
| CMYK | 1.00 | 0 | 0.54 | 0.02 |
| HSL | 147.36º | 0.99% | 0.49% | - |
| HSV(B) | 147.36º | 1% | 0.98% | - |
| XYZ | 37.6 | 70.24 | 27.8 | - |
| YUV | 160.75 | 102.18 | 14.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 115 | 1.00 | 0 | 0.54 | 0.02 | 147.36 | 0.99 | 0.49 |
| Hex | 1 | FB | 73 | 64 | 0 | 36 | 2 | 93 | 63 | 31 |
| Octal | 1 | 373 | 163 | 144 | 0 | 66 | 2 | 223 | 143 | 61 |
| Binary | 1 | 11111011 | 1110011 | 1100100 | 0 | 110110 | 10 | 10010011 | 1100011 | 110001 |
Color Harmonies of #01FB73
Complementary color
Monochromatic Colors of #01FB73
Black with #01FB73
Text Example
Text Example
White with #01FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FB73; }
p { color: rgb(1,251,115); }
H1.HeaderClassName
{
color: #01FB73;
}
.AnyTagClassName
{
color: #01FB73;
}
</style>
background-color css
<style>
a { background-color: #01FB73; }
a { background-color: rgb(1,251,115); }
div.DivClassName
{
background-color: #01FB73;
}
.BgClassName
{
background-color: #01FB73;
}
</style>
border-color css
<style>
span { border-color: #01FB73; }
span { border-color: rgb(1,251,115); }
td.TdClassName
{
border-color: #01FB73;
}
.TagClassName
{
border-color: #01FB73;
}
</style>