Shades of Malachite #04E350
Tints of Malachite #04E350
RGB
CMYK
RGB Variations
Color information
#04E350 (or 0x04E350) is known color: Malachite. HEX triplet: 04, E3 and 50. RGB value is (4,227,80). Sum of RGB (Red+Green+Blue) = 4+227+80=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 227 (89.06% from 255 or 72.99% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 227 - color contains mainly: green. Hex color #04E350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04E350 is #FB1CAF. Grayscale: #8F8F8F. Windows color (decimal): -16456880 or 5300996. OLE color: 5300996.
HSL color Cylindrical-coordinate representation of color #04E350: hue angle of 140.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E350 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 227 | 80 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.11 |
| HSL | 140.45º | 0.97% | 0.45% | - |
| HSV(B) | 140.45º | 0.98% | 0.89% | - |
| XYZ | 28.97 | 55.54 | 16.78 | - |
| YUV | 143.57 | 92.12 | 28.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 227 | 80 | 0.98 | 0 | 0.65 | 0.11 | 140.45 | 0.97 | 0.45 |
| Hex | 4 | E3 | 50 | 62 | 0 | 41 | B | 8C | 61 | 2D |
| Octal | 4 | 343 | 120 | 142 | 0 | 101 | 13 | 214 | 141 | 55 |
| Binary | 100 | 11100011 | 1010000 | 1100010 | 0 | 1000001 | 1011 | 10001100 | 1100001 | 101101 |
Color Harmonies of #04E350
Complementary color
Monochromatic Colors of #04E350
Black with #04E350
Text Example
Text Example
White with #04E350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E350; }
p { color: rgb(4,227,80); }
H1.HeaderClassName
{
color: #04E350;
}
.AnyTagClassName
{
color: #04E350;
}
</style>
background-color css
<style>
a { background-color: #04E350; }
a { background-color: rgb(4,227,80); }
div.DivClassName
{
background-color: #04E350;
}
.BgClassName
{
background-color: #04E350;
}
</style>
border-color css
<style>
span { border-color: #04E350; }
span { border-color: rgb(4,227,80); }
td.TdClassName
{
border-color: #04E350;
}
.TagClassName
{
border-color: #04E350;
}
</style>