Shades of Spring Green #01E776
Tints of Spring Green #01E776
RGB
CMYK
RGB Variations
Color information
#01E776 (or 0x01E776) is known color: Spring Green. HEX triplet: 01, E7 and 76. RGB value is (1,231,118). Sum of RGB (Red+Green+Blue) = 1+231+118=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 231 (90.62% from 255 or 66% from 350); Blue value is 118 (46.48% from 255 or 33.71% from 350); Max value from RGB is 231 - color contains mainly: green. Hex color #01E776 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #01E776 is #FE1889. Grayscale: #959595. Windows color (decimal): -16652426 or 7792385. OLE color: 7792385.
HSL color Cylindrical-coordinate representation of color #01E776: hue angle of 150.52º 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 #01E776 is Cyan = 1.00, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 231 | 118 | - |
| CMYK | 1.00 | 0 | 0.49 | 0.09 |
| HSL | 150.52º | 0.99% | 0.45% | - |
| HSV(B) | 150.52º | 1% | 0.91% | - |
| XYZ | 31.86 | 58.47 | 26.75 | - |
| YUV | 149.35 | 110.3 | 22.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 231 | 118 | 1.00 | 0 | 0.49 | 0.09 | 150.52 | 0.99 | 0.45 |
| Hex | 1 | E7 | 76 | 64 | 0 | 31 | 9 | 97 | 63 | 2D |
| Octal | 1 | 347 | 166 | 144 | 0 | 61 | 11 | 227 | 143 | 55 |
| Binary | 1 | 11100111 | 1110110 | 1100100 | 0 | 110001 | 1001 | 10010111 | 1100011 | 101101 |
Color Harmonies of #01E776
Complementary color
Monochromatic Colors of #01E776
Black with #01E776
Text Example
Text Example
White with #01E776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E776; }
p { color: rgb(1,231,118); }
H1.HeaderClassName
{
color: #01E776;
}
.AnyTagClassName
{
color: #01E776;
}
</style>
background-color css
<style>
a { background-color: #01E776; }
a { background-color: rgb(1,231,118); }
div.DivClassName
{
background-color: #01E776;
}
.BgClassName
{
background-color: #01E776;
}
</style>
border-color css
<style>
span { border-color: #01E776; }
span { border-color: rgb(1,231,118); }
td.TdClassName
{
border-color: #01E776;
}
.TagClassName
{
border-color: #01E776;
}
</style>