Shades of Spring Green #01F773
Tints of Spring Green #01F773
RGB
CMYK
RGB Variations
Color information
#01F773 (or 0x01F773) is known color: Spring Green. HEX triplet: 01, F7 and 73. RGB value is (1,247,115). Sum of RGB (Red+Green+Blue) = 1+247+115=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 247 (96.88% from 255 or 68.04% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 247 - color contains mainly: green. Hex color #01F773 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F773 is #FE088C. Grayscale: #9E9E9E. Windows color (decimal): -16648333 or 7599873. OLE color: 7599873.
HSL color Cylindrical-coordinate representation of color #01F773: hue angle of 147.8º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F773 is Cyan = 1.00, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 247 | 115 | - |
| CMYK | 1.00 | 0 | 0.53 | 0.03 |
| HSL | 147.8º | 0.99% | 0.49% | - |
| HSV(B) | 147.8º | 1% | 0.97% | - |
| XYZ | 36.37 | 67.77 | 27.38 | - |
| YUV | 158.4 | 103.5 | 15.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 247 | 115 | 1.00 | 0 | 0.53 | 0.03 | 147.8 | 0.99 | 0.49 |
| Hex | 1 | F7 | 73 | 64 | 0 | 35 | 3 | 94 | 63 | 31 |
| Octal | 1 | 367 | 163 | 144 | 0 | 65 | 3 | 224 | 143 | 61 |
| Binary | 1 | 11110111 | 1110011 | 1100100 | 0 | 110101 | 11 | 10010100 | 1100011 | 110001 |
Color Harmonies of #01F773
Complementary color
Monochromatic Colors of #01F773
Black with #01F773
Text Example
Text Example
White with #01F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F773; }
p { color: rgb(1,247,115); }
H1.HeaderClassName
{
color: #01F773;
}
.AnyTagClassName
{
color: #01F773;
}
</style>
background-color css
<style>
a { background-color: #01F773; }
a { background-color: rgb(1,247,115); }
div.DivClassName
{
background-color: #01F773;
}
.BgClassName
{
background-color: #01F773;
}
</style>
border-color css
<style>
span { border-color: #01F773; }
span { border-color: rgb(1,247,115); }
td.TdClassName
{
border-color: #01F773;
}
.TagClassName
{
border-color: #01F773;
}
</style>