Shades of Spring Green #01F762
Tints of Spring Green #01F762
RGB
CMYK
RGB Variations
Color information
#01F762 (or 0x01F762) is known color: Spring Green. HEX triplet: 01, F7 and 62. RGB value is (1,247,98). Sum of RGB (Red+Green+Blue) = 1+247+98=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 247 (96.88% from 255 or 71.39% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 247 - color contains mainly: green. Hex color #01F762 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01F762 is #FE089D. Grayscale: #9C9C9C. Windows color (decimal): -16648350 or 6485761. OLE color: 6485761.
HSL color Cylindrical-coordinate representation of color #01F762: hue angle of 143.66º 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 #01F762 is Cyan = 1.00, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 247 | 98 | - |
| CMYK | 1.00 | 0 | 0.60 | 0.03 |
| HSL | 143.66º | 0.99% | 0.49% | - |
| HSV(B) | 143.66º | 1% | 0.97% | - |
| XYZ | 35.48 | 67.41 | 22.7 | - |
| YUV | 156.46 | 95 | 17.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 247 | 98 | 1.00 | 0 | 0.60 | 0.03 | 143.66 | 0.99 | 0.49 |
| Hex | 1 | F7 | 62 | 64 | 0 | 3C | 3 | 90 | 63 | 31 |
| Octal | 1 | 367 | 142 | 144 | 0 | 74 | 3 | 220 | 143 | 61 |
| Binary | 1 | 11110111 | 1100010 | 1100100 | 0 | 111100 | 11 | 10010000 | 1100011 | 110001 |
Color Harmonies of #01F762
Complementary color
Monochromatic Colors of #01F762
Black with #01F762
Text Example
Text Example
White with #01F762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F762; }
p { color: rgb(1,247,98); }
H1.HeaderClassName
{
color: #01F762;
}
.AnyTagClassName
{
color: #01F762;
}
</style>
background-color css
<style>
a { background-color: #01F762; }
a { background-color: rgb(1,247,98); }
div.DivClassName
{
background-color: #01F762;
}
.BgClassName
{
background-color: #01F762;
}
</style>
border-color css
<style>
span { border-color: #01F762; }
span { border-color: rgb(1,247,98); }
td.TdClassName
{
border-color: #01F762;
}
.TagClassName
{
border-color: #01F762;
}
</style>