Shades of Malachite #04DC62
Tints of Malachite #04DC62
RGB
CMYK
RGB Variations
Color information
#04DC62 (or 0x04DC62) is known color: Malachite. HEX triplet: 04, DC and 62. RGB value is (4,220,98). Sum of RGB (Red+Green+Blue) = 4+220+98=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04DC62 is #FB239D. Grayscale: #8D8D8D. Windows color (decimal): -16458654 or 6478852. OLE color: 6478852.
HSL color Cylindrical-coordinate representation of color #04DC62: hue angle of 146.11º 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 #04DC62 is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 98 | - |
| CMYK | 0.98 | 0 | 0.55 | 0.14 |
| HSL | 146.11º | 0.96% | 0.44% | - |
| HSV(B) | 146.11º | 0.98% | 0.86% | - |
| XYZ | 27.85 | 52.09 | 20.14 | - |
| YUV | 141.51 | 103.44 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 98 | 0.98 | 0 | 0.55 | 0.14 | 146.11 | 0.96 | 0.44 |
| Hex | 4 | DC | 62 | 62 | 0 | 37 | E | 92 | 60 | 2C |
| Octal | 4 | 334 | 142 | 142 | 0 | 67 | 16 | 222 | 140 | 54 |
| Binary | 100 | 11011100 | 1100010 | 1100010 | 0 | 110111 | 1110 | 10010010 | 1100000 | 101100 |
Color Harmonies of #04DC62
Complementary color
Monochromatic Colors of #04DC62
Black with #04DC62
Text Example
Text Example
White with #04DC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DC62; }
p { color: rgb(4,220,98); }
H1.HeaderClassName
{
color: #04DC62;
}
.AnyTagClassName
{
color: #04DC62;
}
</style>
background-color css
<style>
a { background-color: #04DC62; }
a { background-color: rgb(4,220,98); }
div.DivClassName
{
background-color: #04DC62;
}
.BgClassName
{
background-color: #04DC62;
}
</style>
border-color css
<style>
span { border-color: #04DC62; }
span { border-color: rgb(4,220,98); }
td.TdClassName
{
border-color: #04DC62;
}
.TagClassName
{
border-color: #04DC62;
}
</style>