Shades of Malachite #04DC4F
Tints of Malachite #04DC4F
RGB
CMYK
RGB Variations
Color information
#04DC4F (or 0x04DC4F) is known color: Malachite. HEX triplet: 04, DC and 4F. RGB value is (4,220,79). Sum of RGB (Red+Green+Blue) = 4+220+79=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 220 (86.33% from 255 or 72.61% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC4F is #FB23B0. Grayscale: #8B8B8B. Windows color (decimal): -16458673 or 5233668. OLE color: 5233668.
HSL color Cylindrical-coordinate representation of color #04DC4F: hue angle of 140.83º 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 #04DC4F is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 79 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.14 |
| HSL | 140.83º | 0.96% | 0.44% | - |
| HSV(B) | 140.83º | 0.98% | 0.86% | - |
| XYZ | 27.05 | 51.78 | 15.97 | - |
| YUV | 139.34 | 93.94 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 79 | 0.98 | 0 | 0.64 | 0.14 | 140.83 | 0.96 | 0.44 |
| Hex | 4 | DC | 4F | 62 | 0 | 40 | E | 8D | 60 | 2C |
| Octal | 4 | 334 | 117 | 142 | 0 | 100 | 16 | 215 | 140 | 54 |
| Binary | 100 | 11011100 | 1001111 | 1100010 | 0 | 1000000 | 1110 | 10001101 | 1100000 | 101100 |
Color Harmonies of #04DC4F
Complementary color
Monochromatic Colors of #04DC4F
Black with #04DC4F
Text Example
Text Example
White with #04DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DC4F; }
p { color: rgb(4,220,79); }
H1.HeaderClassName
{
color: #04DC4F;
}
.AnyTagClassName
{
color: #04DC4F;
}
</style>
background-color css
<style>
a { background-color: #04DC4F; }
a { background-color: rgb(4,220,79); }
div.DivClassName
{
background-color: #04DC4F;
}
.BgClassName
{
background-color: #04DC4F;
}
</style>
border-color css
<style>
span { border-color: #04DC4F; }
span { border-color: rgb(4,220,79); }
td.TdClassName
{
border-color: #04DC4F;
}
.TagClassName
{
border-color: #04DC4F;
}
</style>