Shades of Spring Green #01DD7A
Tints of Spring Green #01DD7A
RGB
CMYK
RGB Variations
Color information
#01DD7A (or 0x01DD7A) is known color: Spring Green. HEX triplet: 01, DD and 7A. RGB value is (1,221,122). Sum of RGB (Red+Green+Blue) = 1+221+122=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD7A is #FE2285. Grayscale: #909090. Windows color (decimal): -16654982 or 8051969. OLE color: 8051969.
HSL color Cylindrical-coordinate representation of color #01DD7A: hue angle of 153º 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 #01DD7A is Cyan = 1.00, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 122 | - |
| CMYK | 1.00 | 0 | 0.45 | 0.13 |
| HSL | 153º | 0.99% | 0.44% | - |
| HSV(B) | 153º | 1% | 0.87% | - |
| XYZ | 29.38 | 53.12 | 27.12 | - |
| YUV | 143.93 | 115.61 | 26.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 122 | 1.00 | 0 | 0.45 | 0.13 | 153 | 0.99 | 0.44 |
| Hex | 1 | DD | 7A | 64 | 0 | 2D | D | 99 | 63 | 2C |
| Octal | 1 | 335 | 172 | 144 | 0 | 55 | 15 | 231 | 143 | 54 |
| Binary | 1 | 11011101 | 1111010 | 1100100 | 0 | 101101 | 1101 | 10011001 | 1100011 | 101100 |
Color Harmonies of #01DD7A
Complementary color
Monochromatic Colors of #01DD7A
Black with #01DD7A
Text Example
Text Example
White with #01DD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD7A; }
p { color: rgb(1,221,122); }
H1.HeaderClassName
{
color: #01DD7A;
}
.AnyTagClassName
{
color: #01DD7A;
}
</style>
background-color css
<style>
a { background-color: #01DD7A; }
a { background-color: rgb(1,221,122); }
div.DivClassName
{
background-color: #01DD7A;
}
.BgClassName
{
background-color: #01DD7A;
}
</style>
border-color css
<style>
span { border-color: #01DD7A; }
span { border-color: rgb(1,221,122); }
td.TdClassName
{
border-color: #01DD7A;
}
.TagClassName
{
border-color: #01DD7A;
}
</style>