Shades of Spring Green #01E077
Tints of Spring Green #01E077
RGB
CMYK
RGB Variations
Color information
#01E077 (or 0x01E077) is known color: Spring Green. HEX triplet: 01, E0 and 77. RGB value is (1,224,119). Sum of RGB (Red+Green+Blue) = 1+224+119=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 224 (87.89% from 255 or 65.12% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 224 - color contains mainly: green. Hex color #01E077 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01E077 is #FE1F88. Grayscale: #919191. Windows color (decimal): -16654217 or 7856129. OLE color: 7856129.
HSL color Cylindrical-coordinate representation of color #01E077: hue angle of 151.75º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E077 is Cyan = 1.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 1 | 224 | 119 | - |
| CMYK | 1.00 | 0 | 0.47 | 0.12 |
| HSL | 151.75º | 0.99% | 0.44% | - |
| HSV(B) | 151.75º | 1% | 0.88% | - |
| XYZ | 30 | 54.65 | 26.42 | - |
| YUV | 145.35 | 113.12 | 25.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 224 | 119 | 1.00 | 0 | 0.47 | 0.12 | 151.75 | 0.99 | 0.44 |
| Hex | 1 | E0 | 77 | 64 | 0 | 2F | C | 98 | 63 | 2C |
| Octal | 1 | 340 | 167 | 144 | 0 | 57 | 14 | 230 | 143 | 54 |
| Binary | 1 | 11100000 | 1110111 | 1100100 | 0 | 101111 | 1100 | 10011000 | 1100011 | 101100 |
Color Harmonies of #01E077
Complementary color
Monochromatic Colors of #01E077
Black with #01E077
Text Example
Text Example
White with #01E077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E077; }
p { color: rgb(1,224,119); }
H1.HeaderClassName
{
color: #01E077;
}
.AnyTagClassName
{
color: #01E077;
}
</style>
background-color css
<style>
a { background-color: #01E077; }
a { background-color: rgb(1,224,119); }
div.DivClassName
{
background-color: #01E077;
}
.BgClassName
{
background-color: #01E077;
}
</style>
border-color css
<style>
span { border-color: #01E077; }
span { border-color: rgb(1,224,119); }
td.TdClassName
{
border-color: #01E077;
}
.TagClassName
{
border-color: #01E077;
}
</style>