Shades of Spring Green #01E772
Tints of Spring Green #01E772
RGB
CMYK
RGB Variations
Color information
#01E772 (or 0x01E772) is known color: Spring Green. HEX triplet: 01, E7 and 72. RGB value is (1,231,114). Sum of RGB (Red+Green+Blue) = 1+231+114=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 231 (90.62% from 255 or 66.76% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 231 - color contains mainly: green. Hex color #01E772 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E772 is #FE188D. Grayscale: #959595. Windows color (decimal): -16652430 or 7530241. OLE color: 7530241.
HSL color Cylindrical-coordinate representation of color #01E772: hue angle of 149.48º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E772 is Cyan = 1.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 114 | - |
| CMYK | 1.00 | 0 | 0.51 | 0.09 |
| HSL | 149.48º | 0.99% | 0.45% | - |
| HSV(B) | 149.48º | 1% | 0.91% | - |
| XYZ | 31.63 | 58.37 | 25.52 | - |
| YUV | 148.89 | 108.3 | 22.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 114 | 1.00 | 0 | 0.51 | 0.09 | 149.48 | 0.99 | 0.45 |
| Hex | 1 | E7 | 72 | 64 | 0 | 33 | 9 | 95 | 63 | 2D |
| Octal | 1 | 347 | 162 | 144 | 0 | 63 | 11 | 225 | 143 | 55 |
| Binary | 1 | 11100111 | 1110010 | 1100100 | 0 | 110011 | 1001 | 10010101 | 1100011 | 101101 |
Color Harmonies of #01E772
Complementary color
Monochromatic Colors of #01E772
Black with #01E772
Text Example
Text Example
White with #01E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E772; }
p { color: rgb(1,231,114); }
H1.HeaderClassName
{
color: #01E772;
}
.AnyTagClassName
{
color: #01E772;
}
</style>
background-color css
<style>
a { background-color: #01E772; }
a { background-color: rgb(1,231,114); }
div.DivClassName
{
background-color: #01E772;
}
.BgClassName
{
background-color: #01E772;
}
</style>
border-color css
<style>
span { border-color: #01E772; }
span { border-color: rgb(1,231,114); }
td.TdClassName
{
border-color: #01E772;
}
.TagClassName
{
border-color: #01E772;
}
</style>