Shades of Malachite #04DC4A
Tints of Malachite #04DC4A
RGB
CMYK
RGB Variations
Color information
#04DC4A (or 0x04DC4A) is known color: Malachite. HEX triplet: 04, DC and 4A. RGB value is (4,220,74). Sum of RGB (Red+Green+Blue) = 4+220+74=298 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #04DC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04DC4A is #FB23B5. Grayscale: #8B8B8B. Windows color (decimal): -16458678 or 4905988. OLE color: 4905988.
HSL color Cylindrical-coordinate representation of color #04DC4A: hue angle of 139.44º 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 #04DC4A is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 4 | 220 | 74 | - |
| CMYK | 0.98 | 0 | 0.66 | 0.14 |
| HSL | 139.44º | 0.96% | 0.44% | - |
| HSV(B) | 139.44º | 0.98% | 0.86% | - |
| XYZ | 26.88 | 51.71 | 15.04 | - |
| YUV | 138.77 | 91.44 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 220 | 74 | 0.98 | 0 | 0.66 | 0.14 | 139.44 | 0.96 | 0.44 |
| Hex | 4 | DC | 4A | 62 | 0 | 42 | E | 8B | 60 | 2C |
| Octal | 4 | 334 | 112 | 142 | 0 | 102 | 16 | 213 | 140 | 54 |
| Binary | 100 | 11011100 | 1001010 | 1100010 | 0 | 1000010 | 1110 | 10001011 | 1100000 | 101100 |
Color Harmonies of #04DC4A
Complementary color
Monochromatic Colors of #04DC4A
Black with #04DC4A
Text Example
Text Example
White with #04DC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04DC4A; }
p { color: rgb(4,220,74); }
H1.HeaderClassName
{
color: #04DC4A;
}
.AnyTagClassName
{
color: #04DC4A;
}
</style>
background-color css
<style>
a { background-color: #04DC4A; }
a { background-color: rgb(4,220,74); }
div.DivClassName
{
background-color: #04DC4A;
}
.BgClassName
{
background-color: #04DC4A;
}
</style>
border-color css
<style>
span { border-color: #04DC4A; }
span { border-color: rgb(4,220,74); }
td.TdClassName
{
border-color: #04DC4A;
}
.TagClassName
{
border-color: #04DC4A;
}
</style>