Shades of Malachite #04EC5C
Tints of Malachite #04EC5C
RGB
CMYK
RGB Variations
Color information
#04EC5C (or 0x04EC5C) is known color: Malachite. HEX triplet: 04, EC and 5C. RGB value is (4,236,92). Sum of RGB (Red+Green+Blue) = 4+236+92=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 236 (92.58% from 255 or 71.08% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 236 - color contains mainly: green. Hex color #04EC5C is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04EC5C is #FB13A3. Grayscale: #969696. Windows color (decimal): -16454564 or 6089732. OLE color: 6089732.
HSL color Cylindrical-coordinate representation of color #04EC5C: hue angle of 142.76º 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 #04EC5C is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 236 | 92 | - |
| CMYK | 0.98 | 0 | 0.61 | 0.07 |
| HSL | 142.76º | 0.97% | 0.47% | - |
| HSV(B) | 142.76º | 0.98% | 0.93% | - |
| XYZ | 31.98 | 60.79 | 20.17 | - |
| YUV | 150.22 | 95.14 | 23.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 236 | 92 | 0.98 | 0 | 0.61 | 0.07 | 142.76 | 0.97 | 0.47 |
| Hex | 4 | EC | 5C | 62 | 0 | 3D | 7 | 8F | 61 | 2F |
| Octal | 4 | 354 | 134 | 142 | 0 | 75 | 7 | 217 | 141 | 57 |
| Binary | 100 | 11101100 | 1011100 | 1100010 | 0 | 111101 | 111 | 10001111 | 1100001 | 101111 |
Color Harmonies of #04EC5C
Complementary color
Monochromatic Colors of #04EC5C
Black with #04EC5C
Text Example
Text Example
White with #04EC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EC5C; }
p { color: rgb(4,236,92); }
H1.HeaderClassName
{
color: #04EC5C;
}
.AnyTagClassName
{
color: #04EC5C;
}
</style>
background-color css
<style>
a { background-color: #04EC5C; }
a { background-color: rgb(4,236,92); }
div.DivClassName
{
background-color: #04EC5C;
}
.BgClassName
{
background-color: #04EC5C;
}
</style>
border-color css
<style>
span { border-color: #04EC5C; }
span { border-color: rgb(4,236,92); }
td.TdClassName
{
border-color: #04EC5C;
}
.TagClassName
{
border-color: #04EC5C;
}
</style>