Shades of Malachite #04DC42
Tints of Malachite #04DC42
RGB
CMYK
RGB Variations
Color information
#04DC42 (or 0x04DC42) is known color: Malachite. HEX triplet: 04, DC and 42. RGB value is (4,220,66). Sum of RGB (Red+Green+Blue) = 4+220+66=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DC42 is #FB23BD. Grayscale: #8A8A8A. Windows color (decimal): -16458686 or 4381700. OLE color: 4381700.
HSL color Cylindrical-coordinate representation of color #04DC42: hue angle of 137.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04DC42 is Cyan = 0.98, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 66 | - |
| CMYK | 0.98 | 0 | 0.7 | 0.14 |
| HSL | 137.22º | 0.96% | 0.44% | - |
| HSV(B) | 137.22º | 0.98% | 0.86% | - |
| XYZ | 26.63 | 51.61 | 13.71 | - |
| YUV | 137.86 | 87.44 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 66 | 0.98 | 0 | 0.7 | 0.14 | 137.22 | 0.96 | 0.44 |
| Hex | 4 | DC | 42 | 62 | 0 | 46 | E | 89 | 60 | 2C |
| Octal | 4 | 334 | 102 | 142 | 0 | 106 | 16 | 211 | 140 | 54 |
| Binary | 100 | 11011100 | 1000010 | 1100010 | 0 | 1000110 | 1110 | 10001001 | 1100000 | 101100 |
Color Harmonies of #04DC42
Complementary color
Monochromatic Colors of #04DC42
Black with #04DC42
Text Example
Text Example
White with #04DC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DC42; }
p { color: rgb(4,220,66); }
H1.HeaderClassName
{
color: #04DC42;
}
.AnyTagClassName
{
color: #04DC42;
}
</style>
background-color css
<style>
a { background-color: #04DC42; }
a { background-color: rgb(4,220,66); }
div.DivClassName
{
background-color: #04DC42;
}
.BgClassName
{
background-color: #04DC42;
}
</style>
border-color css
<style>
span { border-color: #04DC42; }
span { border-color: rgb(4,220,66); }
td.TdClassName
{
border-color: #04DC42;
}
.TagClassName
{
border-color: #04DC42;
}
</style>