Shades of Malachite #04ED34
Tints of Malachite #04ED34
RGB
CMYK
RGB Variations
Color information
#04ED34 (or 0x04ED34) is known color: Malachite. HEX triplet: 04, ED and 34. RGB value is (4,237,52). Sum of RGB (Red+Green+Blue) = 4+237+52=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 237 (92.97% from 255 or 80.89% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 237 - color contains mainly: green. Hex color #04ED34 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04ED34 is #FB12CB. Grayscale: #929292. Windows color (decimal): -16454348 or 3468548. OLE color: 3468548.
HSL color Cylindrical-coordinate representation of color #04ED34: hue angle of 132.36º 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 #04ED34 is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 237 | 52 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.07 |
| HSL | 132.36º | 0.97% | 0.47% | - |
| HSV(B) | 132.36º | 0.98% | 0.93% | - |
| XYZ | 30.95 | 60.84 | 13.36 | - |
| YUV | 146.24 | 74.81 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 237 | 52 | 0.98 | 0 | 0.78 | 0.07 | 132.36 | 0.97 | 0.47 |
| Hex | 4 | ED | 34 | 62 | 0 | 4E | 7 | 84 | 61 | 2F |
| Octal | 4 | 355 | 64 | 142 | 0 | 116 | 7 | 204 | 141 | 57 |
| Binary | 100 | 11101101 | 110100 | 1100010 | 0 | 1001110 | 111 | 10000100 | 1100001 | 101111 |
Color Harmonies of #04ED34
Complementary color
Monochromatic Colors of #04ED34
Black with #04ED34
Text Example
Text Example
White with #04ED34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ED34; }
p { color: rgb(4,237,52); }
H1.HeaderClassName
{
color: #04ED34;
}
.AnyTagClassName
{
color: #04ED34;
}
</style>
background-color css
<style>
a { background-color: #04ED34; }
a { background-color: rgb(4,237,52); }
div.DivClassName
{
background-color: #04ED34;
}
.BgClassName
{
background-color: #04ED34;
}
</style>
border-color css
<style>
span { border-color: #04ED34; }
span { border-color: rgb(4,237,52); }
td.TdClassName
{
border-color: #04ED34;
}
.TagClassName
{
border-color: #04ED34;
}
</style>