Shades of Malachite #04DD67
Tints of Malachite #04DD67
RGB
CMYK
RGB Variations
Color information
#04DD67 (or 0x04DD67) is known color: Malachite. HEX triplet: 04, DD and 67. RGB value is (4,221,103). Sum of RGB (Red+Green+Blue) = 4+221+103=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DD67 is #FB2298. Grayscale: #8E8E8E. Windows color (decimal): -16458393 or 6806788. OLE color: 6806788.
HSL color Cylindrical-coordinate representation of color #04DD67: hue angle of 147.37º 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 #04DD67 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 103 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.13 |
| HSL | 147.37º | 0.96% | 0.44% | - |
| HSV(B) | 147.37º | 0.98% | 0.87% | - |
| XYZ | 28.35 | 52.72 | 21.51 | - |
| YUV | 142.67 | 105.61 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 103 | 0.98 | 0 | 0.53 | 0.13 | 147.37 | 0.96 | 0.44 |
| Hex | 4 | DD | 67 | 62 | 0 | 35 | D | 93 | 60 | 2C |
| Octal | 4 | 335 | 147 | 142 | 0 | 65 | 15 | 223 | 140 | 54 |
| Binary | 100 | 11011101 | 1100111 | 1100010 | 0 | 110101 | 1101 | 10010011 | 1100000 | 101100 |
Color Harmonies of #04DD67
Complementary color
Monochromatic Colors of #04DD67
Black with #04DD67
Text Example
Text Example
White with #04DD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD67; }
p { color: rgb(4,221,103); }
H1.HeaderClassName
{
color: #04DD67;
}
.AnyTagClassName
{
color: #04DD67;
}
</style>
background-color css
<style>
a { background-color: #04DD67; }
a { background-color: rgb(4,221,103); }
div.DivClassName
{
background-color: #04DD67;
}
.BgClassName
{
background-color: #04DD67;
}
</style>
border-color css
<style>
span { border-color: #04DD67; }
span { border-color: rgb(4,221,103); }
td.TdClassName
{
border-color: #04DD67;
}
.TagClassName
{
border-color: #04DD67;
}
</style>