Shades of Spring Green #01DD74
Tints of Spring Green #01DD74
RGB
CMYK
RGB Variations
Color information
#01DD74 (or 0x01DD74) is known color: Spring Green. HEX triplet: 01, DD and 74. RGB value is (1,221,116). Sum of RGB (Red+Green+Blue) = 1+221+116=338 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #01DD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01DD74 is #FE228B. Grayscale: #8F8F8F. Windows color (decimal): -16654988 or 7658753. OLE color: 7658753.
HSL color Cylindrical-coordinate representation of color #01DD74: hue angle of 151.36º 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 #01DD74 is Cyan = 1.00, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 221 | 116 | - |
| CMYK | 1.00 | 0 | 0.48 | 0.13 |
| HSL | 151.36º | 0.99% | 0.44% | - |
| HSV(B) | 151.36º | 1% | 0.87% | - |
| XYZ | 29.02 | 52.98 | 25.22 | - |
| YUV | 143.25 | 112.61 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 221 | 116 | 1.00 | 0 | 0.48 | 0.13 | 151.36 | 0.99 | 0.44 |
| Hex | 1 | DD | 74 | 64 | 0 | 30 | D | 97 | 63 | 2C |
| Octal | 1 | 335 | 164 | 144 | 0 | 60 | 15 | 227 | 143 | 54 |
| Binary | 1 | 11011101 | 1110100 | 1100100 | 0 | 110000 | 1101 | 10010111 | 1100011 | 101100 |
Color Harmonies of #01DD74
Complementary color
Monochromatic Colors of #01DD74
Black with #01DD74
Text Example
Text Example
White with #01DD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DD74; }
p { color: rgb(1,221,116); }
H1.HeaderClassName
{
color: #01DD74;
}
.AnyTagClassName
{
color: #01DD74;
}
</style>
background-color css
<style>
a { background-color: #01DD74; }
a { background-color: rgb(1,221,116); }
div.DivClassName
{
background-color: #01DD74;
}
.BgClassName
{
background-color: #01DD74;
}
</style>
border-color css
<style>
span { border-color: #01DD74; }
span { border-color: rgb(1,221,116); }
td.TdClassName
{
border-color: #01DD74;
}
.TagClassName
{
border-color: #01DD74;
}
</style>