Shades of Malachite #04EC52
Tints of Malachite #04EC52
RGB
CMYK
RGB Variations
Color information
#04EC52 (or 0x04EC52) is known color: Malachite. HEX triplet: 04, EC and 52. RGB value is (4,236,82). Sum of RGB (Red+Green+Blue) = 4+236+82=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 236 (92.58% from 255 or 73.29% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 236 - color contains mainly: green. Hex color #04EC52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04EC52 is #FB13AD. Grayscale: #959595. Windows color (decimal): -16454574 or 5434372. OLE color: 5434372.
HSL color Cylindrical-coordinate representation of color #04EC52: hue angle of 140.17º 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 #04EC52 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 82 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.07 |
| HSL | 140.17º | 0.97% | 0.47% | - |
| HSV(B) | 140.17º | 0.98% | 0.93% | - |
| XYZ | 31.57 | 60.63 | 18.02 | - |
| YUV | 149.08 | 90.14 | 24.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 82 | 0.98 | 0 | 0.65 | 0.07 | 140.17 | 0.97 | 0.47 |
| Hex | 4 | EC | 52 | 62 | 0 | 41 | 7 | 8C | 61 | 2F |
| Octal | 4 | 354 | 122 | 142 | 0 | 101 | 7 | 214 | 141 | 57 |
| Binary | 100 | 11101100 | 1010010 | 1100010 | 0 | 1000001 | 111 | 10001100 | 1100001 | 101111 |
Color Harmonies of #04EC52
Complementary color
Monochromatic Colors of #04EC52
Black with #04EC52
Text Example
Text Example
White with #04EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EC52; }
p { color: rgb(4,236,82); }
H1.HeaderClassName
{
color: #04EC52;
}
.AnyTagClassName
{
color: #04EC52;
}
</style>
background-color css
<style>
a { background-color: #04EC52; }
a { background-color: rgb(4,236,82); }
div.DivClassName
{
background-color: #04EC52;
}
.BgClassName
{
background-color: #04EC52;
}
</style>
border-color css
<style>
span { border-color: #04EC52; }
span { border-color: rgb(4,236,82); }
td.TdClassName
{
border-color: #04EC52;
}
.TagClassName
{
border-color: #04EC52;
}
</style>