Shades of Spring Green #01DD77
Tints of Spring Green #01DD77
RGB
CMYK
RGB Variations
Color information
#01DD77 (or 0x01DD77) is known color: Spring Green. HEX triplet: 01, DD and 77. RGB value is (1,221,119). Sum of RGB (Red+Green+Blue) = 1+221+119=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD77 is #FE2288. Grayscale: #8F8F8F. Windows color (decimal): -16654985 or 7855361. OLE color: 7855361.
HSL color Cylindrical-coordinate representation of color #01DD77: hue angle of 152.18º 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 #01DD77 is Cyan = 1.00, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 119 | - |
| CMYK | 1.00 | 0 | 0.46 | 0.13 |
| HSL | 152.18º | 0.99% | 0.44% | - |
| HSV(B) | 152.18º | 1% | 0.87% | - |
| XYZ | 29.2 | 53.05 | 26.15 | - |
| YUV | 143.59 | 114.11 | 26.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 119 | 1.00 | 0 | 0.46 | 0.13 | 152.18 | 0.99 | 0.44 |
| Hex | 1 | DD | 77 | 64 | 0 | 2E | D | 98 | 63 | 2C |
| Octal | 1 | 335 | 167 | 144 | 0 | 56 | 15 | 230 | 143 | 54 |
| Binary | 1 | 11011101 | 1110111 | 1100100 | 0 | 101110 | 1101 | 10011000 | 1100011 | 101100 |
Color Harmonies of #01DD77
Complementary color
Monochromatic Colors of #01DD77
Black with #01DD77
Text Example
Text Example
White with #01DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD77; }
p { color: rgb(1,221,119); }
H1.HeaderClassName
{
color: #01DD77;
}
.AnyTagClassName
{
color: #01DD77;
}
</style>
background-color css
<style>
a { background-color: #01DD77; }
a { background-color: rgb(1,221,119); }
div.DivClassName
{
background-color: #01DD77;
}
.BgClassName
{
background-color: #01DD77;
}
</style>
border-color css
<style>
span { border-color: #01DD77; }
span { border-color: rgb(1,221,119); }
td.TdClassName
{
border-color: #01DD77;
}
.TagClassName
{
border-color: #01DD77;
}
</style>