Shades of Spring Green #01F770
Tints of Spring Green #01F770
RGB
CMYK
RGB Variations
Color information
#01F770 (or 0x01F770) is known color: Spring Green. HEX triplet: 01, F7 and 70. RGB value is (1,247,112). Sum of RGB (Red+Green+Blue) = 1+247+112=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 247 (96.88% from 255 or 68.61% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 247 - color contains mainly: green. Hex color #01F770 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F770 is #FE088F. Grayscale: #9E9E9E. Windows color (decimal): -16648336 or 7403265. OLE color: 7403265.
HSL color Cylindrical-coordinate representation of color #01F770: hue angle of 147.07º 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 #01F770 is Cyan = 1.00, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 247 | 112 | - |
| CMYK | 1.00 | 0 | 0.55 | 0.03 |
| HSL | 147.07º | 0.99% | 0.49% | - |
| HSV(B) | 147.07º | 1% | 0.97% | - |
| XYZ | 36.2 | 67.7 | 26.49 | - |
| YUV | 158.06 | 102 | 15.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 247 | 112 | 1.00 | 0 | 0.55 | 0.03 | 147.07 | 0.99 | 0.49 |
| Hex | 1 | F7 | 70 | 64 | 0 | 37 | 3 | 93 | 63 | 31 |
| Octal | 1 | 367 | 160 | 144 | 0 | 67 | 3 | 223 | 143 | 61 |
| Binary | 1 | 11110111 | 1110000 | 1100100 | 0 | 110111 | 11 | 10010011 | 1100011 | 110001 |
Color Harmonies of #01F770
Complementary color
Monochromatic Colors of #01F770
Black with #01F770
Text Example
Text Example
White with #01F770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F770; }
p { color: rgb(1,247,112); }
H1.HeaderClassName
{
color: #01F770;
}
.AnyTagClassName
{
color: #01F770;
}
</style>
background-color css
<style>
a { background-color: #01F770; }
a { background-color: rgb(1,247,112); }
div.DivClassName
{
background-color: #01F770;
}
.BgClassName
{
background-color: #01F770;
}
</style>
border-color css
<style>
span { border-color: #01F770; }
span { border-color: rgb(1,247,112); }
td.TdClassName
{
border-color: #01F770;
}
.TagClassName
{
border-color: #01F770;
}
</style>