Shades of Malachite #04DD46
Tints of Malachite #04DD46
RGB
CMYK
RGB Variations
Color information
#04DD46 (or 0x04DD46) is known color: Malachite. HEX triplet: 04, DD and 46. RGB value is (4,221,70). Sum of RGB (Red+Green+Blue) = 4+221+70=295 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #04DD46 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DD46 is #FB22B9. Grayscale: #8B8B8B. Windows color (decimal): -16458426 or 4644100. OLE color: 4644100.
HSL color Cylindrical-coordinate representation of color #04DD46: hue angle of 138.25º 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 #04DD46 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 221 | 70 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.13 |
| HSL | 138.25º | 0.96% | 0.44% | - |
| HSV(B) | 138.25º | 0.98% | 0.87% | - |
| XYZ | 27.01 | 52.18 | 14.44 | - |
| YUV | 138.9 | 89.11 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 221 | 70 | 0.98 | 0 | 0.68 | 0.13 | 138.25 | 0.96 | 0.44 |
| Hex | 4 | DD | 46 | 62 | 0 | 44 | D | 8A | 60 | 2C |
| Octal | 4 | 335 | 106 | 142 | 0 | 104 | 15 | 212 | 140 | 54 |
| Binary | 100 | 11011101 | 1000110 | 1100010 | 0 | 1000100 | 1101 | 10001010 | 1100000 | 101100 |
Color Harmonies of #04DD46
Complementary color
Monochromatic Colors of #04DD46
Black with #04DD46
Text Example
Text Example
White with #04DD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DD46; }
p { color: rgb(4,221,70); }
H1.HeaderClassName
{
color: #04DD46;
}
.AnyTagClassName
{
color: #04DD46;
}
</style>
background-color css
<style>
a { background-color: #04DD46; }
a { background-color: rgb(4,221,70); }
div.DivClassName
{
background-color: #04DD46;
}
.BgClassName
{
background-color: #04DD46;
}
</style>
border-color css
<style>
span { border-color: #04DD46; }
span { border-color: rgb(4,221,70); }
td.TdClassName
{
border-color: #04DD46;
}
.TagClassName
{
border-color: #04DD46;
}
</style>