Shades of Malachite #04DD6D
Tints of Malachite #04DD6D
RGB
CMYK
RGB Variations
Color information
#04DD6D (or 0x04DD6D) is known color: Malachite. HEX triplet: 04, DD and 6D. RGB value is (4,221,109). Sum of RGB (Red+Green+Blue) = 4+221+109=334 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD6D is #FB2292. Grayscale: #8F8F8F. Windows color (decimal): -16458387 or 7200004. OLE color: 7200004.
HSL color Cylindrical-coordinate representation of color #04DD6D: hue angle of 149.03º 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 #04DD6D is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 109 | - |
| CMYK | 0.98 | 0 | 0.51 | 0.13 |
| HSL | 149.03º | 0.96% | 0.44% | - |
| HSV(B) | 149.03º | 0.98% | 0.87% | - |
| XYZ | 28.67 | 52.84 | 23.16 | - |
| YUV | 143.35 | 108.61 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 109 | 0.98 | 0 | 0.51 | 0.13 | 149.03 | 0.96 | 0.44 |
| Hex | 4 | DD | 6D | 62 | 0 | 33 | D | 95 | 60 | 2C |
| Octal | 4 | 335 | 155 | 142 | 0 | 63 | 15 | 225 | 140 | 54 |
| Binary | 100 | 11011101 | 1101101 | 1100010 | 0 | 110011 | 1101 | 10010101 | 1100000 | 101100 |
Color Harmonies of #04DD6D
Complementary color
Monochromatic Colors of #04DD6D
Black with #04DD6D
Text Example
Text Example
White with #04DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD6D; }
p { color: rgb(4,221,109); }
H1.HeaderClassName
{
color: #04DD6D;
}
.AnyTagClassName
{
color: #04DD6D;
}
</style>
background-color css
<style>
a { background-color: #04DD6D; }
a { background-color: rgb(4,221,109); }
div.DivClassName
{
background-color: #04DD6D;
}
.BgClassName
{
background-color: #04DD6D;
}
</style>
border-color css
<style>
span { border-color: #04DD6D; }
span { border-color: rgb(4,221,109); }
td.TdClassName
{
border-color: #04DD6D;
}
.TagClassName
{
border-color: #04DD6D;
}
</style>