Shades of Malachite #04DC4D
Tints of Malachite #04DC4D
RGB
CMYK
RGB Variations
Color information
#04DC4D (or 0x04DC4D) is known color: Malachite. HEX triplet: 04, DC and 4D. RGB value is (4,220,77). Sum of RGB (Red+Green+Blue) = 4+220+77=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC4D is #FB23B2. Grayscale: #8B8B8B. Windows color (decimal): -16458675 or 5102596. OLE color: 5102596.
HSL color Cylindrical-coordinate representation of color #04DC4D: hue angle of 140.28º 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 #04DC4D is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 77 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.14 |
| HSL | 140.28º | 0.96% | 0.44% | - |
| HSV(B) | 140.28º | 0.98% | 0.86% | - |
| XYZ | 26.98 | 51.75 | 15.59 | - |
| YUV | 139.11 | 92.94 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 77 | 0.98 | 0 | 0.65 | 0.14 | 140.28 | 0.96 | 0.44 |
| Hex | 4 | DC | 4D | 62 | 0 | 41 | E | 8C | 60 | 2C |
| Octal | 4 | 334 | 115 | 142 | 0 | 101 | 16 | 214 | 140 | 54 |
| Binary | 100 | 11011100 | 1001101 | 1100010 | 0 | 1000001 | 1110 | 10001100 | 1100000 | 101100 |
Color Harmonies of #04DC4D
Complementary color
Monochromatic Colors of #04DC4D
Black with #04DC4D
Text Example
Text Example
White with #04DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DC4D; }
p { color: rgb(4,220,77); }
H1.HeaderClassName
{
color: #04DC4D;
}
.AnyTagClassName
{
color: #04DC4D;
}
</style>
background-color css
<style>
a { background-color: #04DC4D; }
a { background-color: rgb(4,220,77); }
div.DivClassName
{
background-color: #04DC4D;
}
.BgClassName
{
background-color: #04DC4D;
}
</style>
border-color css
<style>
span { border-color: #04DC4D; }
span { border-color: rgb(4,220,77); }
td.TdClassName
{
border-color: #04DC4D;
}
.TagClassName
{
border-color: #04DC4D;
}
</style>