Shades of Malachite #04D664
Tints of Malachite #04D664
RGB
CMYK
RGB Variations
Color information
#04D664 (or 0x04D664) is known color: Malachite. HEX triplet: 04, D6 and 64. RGB value is (4,214,100). Sum of RGB (Red+Green+Blue) = 4+214+100=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 214 (83.98% from 255 or 67.30% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 214 - color contains mainly: green. Hex color #04D664 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D664 is #FB299B. Grayscale: #8A8A8A. Windows color (decimal): -16460188 or 6608388. OLE color: 6608388.
HSL color Cylindrical-coordinate representation of color #04D664: hue angle of 147.43º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D664 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 4 | 214 | 100 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.16 |
| HSL | 147.43º | 0.96% | 0.43% | - |
| HSV(B) | 147.43º | 0.98% | 0.84% | - |
| XYZ | 26.4 | 49.04 | 20.13 | - |
| YUV | 138.21 | 106.43 | 32.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 214 | 100 | 0.98 | 0 | 0.53 | 0.16 | 147.43 | 0.96 | 0.43 |
| Hex | 4 | D6 | 64 | 62 | 0 | 35 | 10 | 93 | 60 | 2B |
| Octal | 4 | 326 | 144 | 142 | 0 | 65 | 20 | 223 | 140 | 53 |
| Binary | 100 | 11010110 | 1100100 | 1100010 | 0 | 110101 | 10000 | 10010011 | 1100000 | 101011 |
Color Harmonies of #04D664
Complementary color
Monochromatic Colors of #04D664
Black with #04D664
Text Example
Text Example
White with #04D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D664; }
p { color: rgb(4,214,100); }
H1.HeaderClassName
{
color: #04D664;
}
.AnyTagClassName
{
color: #04D664;
}
</style>
background-color css
<style>
a { background-color: #04D664; }
a { background-color: rgb(4,214,100); }
div.DivClassName
{
background-color: #04D664;
}
.BgClassName
{
background-color: #04D664;
}
</style>
border-color css
<style>
span { border-color: #04D664; }
span { border-color: rgb(4,214,100); }
td.TdClassName
{
border-color: #04D664;
}
.TagClassName
{
border-color: #04D664;
}
</style>