Shades of Malachite #04D864
Tints of Malachite #04D864
RGB
CMYK
RGB Variations
Color information
#04D864 (or 0x04D864) is known color: Malachite. HEX triplet: 04, D8 and 64. RGB value is (4,216,100). Sum of RGB (Red+Green+Blue) = 4+216+100=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 216 (84.77% from 255 or 67.5% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 216 - color contains mainly: green. Hex color #04D864 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D864 is #FB279B. Grayscale: #8B8B8B. Windows color (decimal): -16459676 or 6608900. OLE color: 6608900.
HSL color Cylindrical-coordinate representation of color #04D864: hue angle of 147.17º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D864 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 4 | 216 | 100 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.15 |
| HSL | 147.17º | 0.96% | 0.43% | - |
| HSV(B) | 147.17º | 0.98% | 0.85% | - |
| XYZ | 26.91 | 50.06 | 20.3 | - |
| YUV | 139.39 | 105.76 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 216 | 100 | 0.98 | 0 | 0.54 | 0.15 | 147.17 | 0.96 | 0.43 |
| Hex | 4 | D8 | 64 | 62 | 0 | 36 | F | 93 | 60 | 2B |
| Octal | 4 | 330 | 144 | 142 | 0 | 66 | 17 | 223 | 140 | 53 |
| Binary | 100 | 11011000 | 1100100 | 1100010 | 0 | 110110 | 1111 | 10010011 | 1100000 | 101011 |
Color Harmonies of #04D864
Complementary color
Monochromatic Colors of #04D864
Black with #04D864
Text Example
Text Example
White with #04D864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D864; }
p { color: rgb(4,216,100); }
H1.HeaderClassName
{
color: #04D864;
}
.AnyTagClassName
{
color: #04D864;
}
</style>
background-color css
<style>
a { background-color: #04D864; }
a { background-color: rgb(4,216,100); }
div.DivClassName
{
background-color: #04D864;
}
.BgClassName
{
background-color: #04D864;
}
</style>
border-color css
<style>
span { border-color: #04D864; }
span { border-color: rgb(4,216,100); }
td.TdClassName
{
border-color: #04D864;
}
.TagClassName
{
border-color: #04D864;
}
</style>