Shades of Spring Green #04DD72
Tints of Spring Green #04DD72
RGB
CMYK
RGB Variations
Color information
#04DD72 (or 0x04DD72) is known color: Spring Green. HEX triplet: 04, DD and 72. RGB value is (4,221,114). Sum of RGB (Red+Green+Blue) = 4+221+114=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 221 (86.72% from 255 or 65.19% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD72 is #FB228D. Grayscale: #909090. Windows color (decimal): -16458382 or 7527684. OLE color: 7527684.
HSL color Cylindrical-coordinate representation of color #04DD72: hue angle of 150.41º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DD72 is Cyan = 0.98, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 114 | - |
| CMYK | 0.98 | 0 | 0.48 | 0.13 |
| HSL | 150.41º | 0.96% | 0.44% | - |
| HSV(B) | 150.41º | 0.98% | 0.87% | - |
| XYZ | 28.94 | 52.95 | 24.62 | - |
| YUV | 143.92 | 111.11 | 28.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 114 | 0.98 | 0 | 0.48 | 0.13 | 150.41 | 0.96 | 0.44 |
| Hex | 4 | DD | 72 | 62 | 0 | 30 | D | 96 | 60 | 2C |
| Octal | 4 | 335 | 162 | 142 | 0 | 60 | 15 | 226 | 140 | 54 |
| Binary | 100 | 11011101 | 1110010 | 1100010 | 0 | 110000 | 1101 | 10010110 | 1100000 | 101100 |
Color Harmonies of #04DD72
Complementary color
Monochromatic Colors of #04DD72
Black with #04DD72
Text Example
Text Example
White with #04DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD72; }
p { color: rgb(4,221,114); }
H1.HeaderClassName
{
color: #04DD72;
}
.AnyTagClassName
{
color: #04DD72;
}
</style>
background-color css
<style>
a { background-color: #04DD72; }
a { background-color: rgb(4,221,114); }
div.DivClassName
{
background-color: #04DD72;
}
.BgClassName
{
background-color: #04DD72;
}
</style>
border-color css
<style>
span { border-color: #04DD72; }
span { border-color: rgb(4,221,114); }
td.TdClassName
{
border-color: #04DD72;
}
.TagClassName
{
border-color: #04DD72;
}
</style>