Shades of Malachite #04DC5D
Tints of Malachite #04DC5D
RGB
CMYK
RGB Variations
Color information
#04DC5D (or 0x04DC5D) is known color: Malachite. HEX triplet: 04, DC and 5D. RGB value is (4,220,93). Sum of RGB (Red+Green+Blue) = 4+220+93=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 220 (86.33% from 255 or 69.40% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC5D is #FB23A2. Grayscale: #8D8D8D. Windows color (decimal): -16458659 or 6151172. OLE color: 6151172.
HSL color Cylindrical-coordinate representation of color #04DC5D: hue angle of 144.72º 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 #04DC5D is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 93 | - |
| CMYK | 0.98 | 0 | 0.58 | 0.14 |
| HSL | 144.72º | 0.96% | 0.44% | - |
| HSV(B) | 144.72º | 0.98% | 0.86% | - |
| XYZ | 27.62 | 52 | 18.94 | - |
| YUV | 140.94 | 100.94 | 30.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 93 | 0.98 | 0 | 0.58 | 0.14 | 144.72 | 0.96 | 0.44 |
| Hex | 4 | DC | 5D | 62 | 0 | 3A | E | 91 | 60 | 2C |
| Octal | 4 | 334 | 135 | 142 | 0 | 72 | 16 | 221 | 140 | 54 |
| Binary | 100 | 11011100 | 1011101 | 1100010 | 0 | 111010 | 1110 | 10010001 | 1100000 | 101100 |
Color Harmonies of #04DC5D
Complementary color
Monochromatic Colors of #04DC5D
Black with #04DC5D
Text Example
Text Example
White with #04DC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DC5D; }
p { color: rgb(4,220,93); }
H1.HeaderClassName
{
color: #04DC5D;
}
.AnyTagClassName
{
color: #04DC5D;
}
</style>
background-color css
<style>
a { background-color: #04DC5D; }
a { background-color: rgb(4,220,93); }
div.DivClassName
{
background-color: #04DC5D;
}
.BgClassName
{
background-color: #04DC5D;
}
</style>
border-color css
<style>
span { border-color: #04DC5D; }
span { border-color: rgb(4,220,93); }
td.TdClassName
{
border-color: #04DC5D;
}
.TagClassName
{
border-color: #04DC5D;
}
</style>