Shades of Malachite #04EC60
Tints of Malachite #04EC60
RGB
CMYK
RGB Variations
Color information
#04EC60 (or 0x04EC60) is known color: Malachite. HEX triplet: 04, EC and 60. RGB value is (4,236,96). Sum of RGB (Red+Green+Blue) = 4+236+96=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 236 (92.58% from 255 or 70.24% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 236 - color contains mainly: green. Hex color #04EC60 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04EC60 is #FB139F. Grayscale: #969696. Windows color (decimal): -16454560 or 6351876. OLE color: 6351876.
HSL color Cylindrical-coordinate representation of color #04EC60: hue angle of 143.79º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EC60 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 96 | - |
| CMYK | 0.98 | 0 | 0.59 | 0.07 |
| HSL | 143.79º | 0.97% | 0.47% | - |
| HSV(B) | 143.79º | 0.98% | 0.93% | - |
| XYZ | 32.16 | 60.86 | 21.12 | - |
| YUV | 150.67 | 97.14 | 23.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 96 | 0.98 | 0 | 0.59 | 0.07 | 143.79 | 0.97 | 0.47 |
| Hex | 4 | EC | 60 | 62 | 0 | 3B | 7 | 90 | 61 | 2F |
| Octal | 4 | 354 | 140 | 142 | 0 | 73 | 7 | 220 | 141 | 57 |
| Binary | 100 | 11101100 | 1100000 | 1100010 | 0 | 111011 | 111 | 10010000 | 1100001 | 101111 |
Color Harmonies of #04EC60
Complementary color
Monochromatic Colors of #04EC60
Black with #04EC60
Text Example
Text Example
White with #04EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EC60; }
p { color: rgb(4,236,96); }
H1.HeaderClassName
{
color: #04EC60;
}
.AnyTagClassName
{
color: #04EC60;
}
</style>
background-color css
<style>
a { background-color: #04EC60; }
a { background-color: rgb(4,236,96); }
div.DivClassName
{
background-color: #04EC60;
}
.BgClassName
{
background-color: #04EC60;
}
</style>
border-color css
<style>
span { border-color: #04EC60; }
span { border-color: rgb(4,236,96); }
td.TdClassName
{
border-color: #04EC60;
}
.TagClassName
{
border-color: #04EC60;
}
</style>