Shades of Malachite #04DC60
Tints of Malachite #04DC60
RGB
CMYK
RGB Variations
Color information
#04DC60 (or 0x04DC60) is known color: Malachite. HEX triplet: 04, DC and 60. RGB value is (4,220,96). Sum of RGB (Red+Green+Blue) = 4+220+96=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 220 (86.33% from 255 or 68.75% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC60 is #FB239F. Grayscale: #8D8D8D. Windows color (decimal): -16458656 or 6347780. OLE color: 6347780.
HSL color Cylindrical-coordinate representation of color #04DC60: hue angle of 145.56º 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 #04DC60 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 96 | - |
| CMYK | 0.98 | 0 | 0.56 | 0.14 |
| HSL | 145.56º | 0.96% | 0.44% | - |
| HSV(B) | 145.56º | 0.98% | 0.86% | - |
| XYZ | 27.75 | 52.06 | 19.65 | - |
| YUV | 141.28 | 102.44 | 30.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 96 | 0.98 | 0 | 0.56 | 0.14 | 145.56 | 0.96 | 0.44 |
| Hex | 4 | DC | 60 | 62 | 0 | 38 | E | 92 | 60 | 2C |
| Octal | 4 | 334 | 140 | 142 | 0 | 70 | 16 | 222 | 140 | 54 |
| Binary | 100 | 11011100 | 1100000 | 1100010 | 0 | 111000 | 1110 | 10010010 | 1100000 | 101100 |
Color Harmonies of #04DC60
Complementary color
Monochromatic Colors of #04DC60
Black with #04DC60
Text Example
Text Example
White with #04DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DC60; }
p { color: rgb(4,220,96); }
H1.HeaderClassName
{
color: #04DC60;
}
.AnyTagClassName
{
color: #04DC60;
}
</style>
background-color css
<style>
a { background-color: #04DC60; }
a { background-color: rgb(4,220,96); }
div.DivClassName
{
background-color: #04DC60;
}
.BgClassName
{
background-color: #04DC60;
}
</style>
border-color css
<style>
span { border-color: #04DC60; }
span { border-color: rgb(4,220,96); }
td.TdClassName
{
border-color: #04DC60;
}
.TagClassName
{
border-color: #04DC60;
}
</style>