Shades of Malachite #04EA32
Tints of Malachite #04EA32
RGB
CMYK
RGB Variations
Color information
#04EA32 (or 0x04EA32) is known color: Malachite. HEX triplet: 04, EA and 32. RGB value is (4,234,50). Sum of RGB (Red+Green+Blue) = 4+234+50=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 234 (91.80% from 255 or 81.25% from 288); Blue value is 50 (19.92% from 255 or 17.36% from 288); Max value from RGB is 234 - color contains mainly: green. Hex color #04EA32 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #04EA32 is #FB15CD. Grayscale: #909090. Windows color (decimal): -16455118 or 3336708. OLE color: 3336708.
HSL color Cylindrical-coordinate representation of color #04EA32: hue angle of 132º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04EA32 is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 234 | 50 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.08 |
| HSL | 132º | 0.97% | 0.47% | - |
| HSV(B) | 132º | 0.98% | 0.92% | - |
| XYZ | 30.05 | 59.1 | 12.84 | - |
| YUV | 144.25 | 74.8 | 27.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 234 | 50 | 0.98 | 0 | 0.79 | 0.08 | 132 | 0.97 | 0.47 |
| Hex | 4 | EA | 32 | 62 | 0 | 4F | 8 | 84 | 61 | 2F |
| Octal | 4 | 352 | 62 | 142 | 0 | 117 | 10 | 204 | 141 | 57 |
| Binary | 100 | 11101010 | 110010 | 1100010 | 0 | 1001111 | 1000 | 10000100 | 1100001 | 101111 |
Color Harmonies of #04EA32
Complementary color
Monochromatic Colors of #04EA32
Black with #04EA32
Text Example
Text Example
White with #04EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04EA32; }
p { color: rgb(4,234,50); }
H1.HeaderClassName
{
color: #04EA32;
}
.AnyTagClassName
{
color: #04EA32;
}
</style>
background-color css
<style>
a { background-color: #04EA32; }
a { background-color: rgb(4,234,50); }
div.DivClassName
{
background-color: #04EA32;
}
.BgClassName
{
background-color: #04EA32;
}
</style>
border-color css
<style>
span { border-color: #04EA32; }
span { border-color: rgb(4,234,50); }
td.TdClassName
{
border-color: #04EA32;
}
.TagClassName
{
border-color: #04EA32;
}
</style>