Shades of Malachite #04DD71
Tints of Malachite #04DD71
RGB
CMYK
RGB Variations
Color information
#04DD71 (or 0x04DD71) is known color: Malachite. HEX triplet: 04, DD and 71. RGB value is (4,221,113). Sum of RGB (Red+Green+Blue) = 4+221+113=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 221 (86.72% from 255 or 65.38% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD71 is #FB228E. Grayscale: #909090. Windows color (decimal): -16458383 or 7462148. OLE color: 7462148.
HSL color Cylindrical-coordinate representation of color #04DD71: hue angle of 150.14º 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 #04DD71 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 113 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.13 |
| HSL | 150.14º | 0.96% | 0.44% | - |
| HSV(B) | 150.14º | 0.98% | 0.87% | - |
| XYZ | 28.89 | 52.93 | 24.32 | - |
| YUV | 143.81 | 110.61 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 113 | 0.98 | 0 | 0.49 | 0.13 | 150.14 | 0.96 | 0.44 |
| Hex | 4 | DD | 71 | 62 | 0 | 31 | D | 96 | 60 | 2C |
| Octal | 4 | 335 | 161 | 142 | 0 | 61 | 15 | 226 | 140 | 54 |
| Binary | 100 | 11011101 | 1110001 | 1100010 | 0 | 110001 | 1101 | 10010110 | 1100000 | 101100 |
Color Harmonies of #04DD71
Complementary color
Monochromatic Colors of #04DD71
Black with #04DD71
Text Example
Text Example
White with #04DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD71; }
p { color: rgb(4,221,113); }
H1.HeaderClassName
{
color: #04DD71;
}
.AnyTagClassName
{
color: #04DD71;
}
</style>
background-color css
<style>
a { background-color: #04DD71; }
a { background-color: rgb(4,221,113); }
div.DivClassName
{
background-color: #04DD71;
}
.BgClassName
{
background-color: #04DD71;
}
</style>
border-color css
<style>
span { border-color: #04DD71; }
span { border-color: rgb(4,221,113); }
td.TdClassName
{
border-color: #04DD71;
}
.TagClassName
{
border-color: #04DD71;
}
</style>