Shades of Spring Green #01DE77
Tints of Spring Green #01DE77
RGB
CMYK
RGB Variations
Color information
#01DE77 (or 0x01DE77) is known color: Spring Green. HEX triplet: 01, DE and 77. RGB value is (1,222,119). Sum of RGB (Red+Green+Blue) = 1+222+119=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 222 (87.11% from 255 or 64.91% from 342); Blue value is 119 (46.88% from 255 or 34.80% from 342); Max value from RGB is 222 - color contains mainly: green. Hex color #01DE77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DE77 is #FE2188. Grayscale: #909090. Windows color (decimal): -16654729 or 7855617. OLE color: 7855617.
HSL color Cylindrical-coordinate representation of color #01DE77: hue angle of 152.04º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DE77 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 222 | 119 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.13 |
| HSL | 152.04º | 0.99% | 0.44% | - |
| HSV(B) | 152.04º | 1% | 0.87% | - |
| XYZ | 29.46 | 53.58 | 26.24 | - |
| YUV | 144.18 | 113.78 | 25.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 222 | 119 | 1.00 | 0 | 0.46 | 0.13 | 152.04 | 0.99 | 0.44 |
| Hex | 1 | DE | 77 | 64 | 0 | 2E | D | 98 | 63 | 2C |
| Octal | 1 | 336 | 167 | 144 | 0 | 56 | 15 | 230 | 143 | 54 |
| Binary | 1 | 11011110 | 1110111 | 1100100 | 0 | 101110 | 1101 | 10011000 | 1100011 | 101100 |
Color Harmonies of #01DE77
Complementary color
Monochromatic Colors of #01DE77
Black with #01DE77
Text Example
Text Example
White with #01DE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DE77; }
p { color: rgb(1,222,119); }
H1.HeaderClassName
{
color: #01DE77;
}
.AnyTagClassName
{
color: #01DE77;
}
</style>
background-color css
<style>
a { background-color: #01DE77; }
a { background-color: rgb(1,222,119); }
div.DivClassName
{
background-color: #01DE77;
}
.BgClassName
{
background-color: #01DE77;
}
</style>
border-color css
<style>
span { border-color: #01DE77; }
span { border-color: rgb(1,222,119); }
td.TdClassName
{
border-color: #01DE77;
}
.TagClassName
{
border-color: #01DE77;
}
</style>