Shades of Malachite #04E050
Tints of Malachite #04E050
RGB
CMYK
RGB Variations
Color information
#04E050 (or 0x04E050) is known color: Malachite. HEX triplet: 04, E0 and 50. RGB value is (4,224,80). Sum of RGB (Red+Green+Blue) = 4+224+80=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 224 (87.89% from 255 or 72.73% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 224 - color contains mainly: green. Hex color #04E050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04E050 is #FB1FAF. Grayscale: #8E8E8E. Windows color (decimal): -16457648 or 5300228. OLE color: 5300228.
HSL color Cylindrical-coordinate representation of color #04E050: hue angle of 140.73º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E050 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 224 | 80 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.12 |
| HSL | 140.73º | 0.96% | 0.45% | - |
| HSV(B) | 140.73º | 0.98% | 0.88% | - |
| XYZ | 28.15 | 53.92 | 16.51 | - |
| YUV | 141.8 | 93.11 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 224 | 80 | 0.98 | 0 | 0.64 | 0.12 | 140.73 | 0.96 | 0.45 |
| Hex | 4 | E0 | 50 | 62 | 0 | 40 | C | 8D | 60 | 2D |
| Octal | 4 | 340 | 120 | 142 | 0 | 100 | 14 | 215 | 140 | 55 |
| Binary | 100 | 11100000 | 1010000 | 1100010 | 0 | 1000000 | 1100 | 10001101 | 1100000 | 101101 |
Color Harmonies of #04E050
Complementary color
Monochromatic Colors of #04E050
Black with #04E050
Text Example
Text Example
White with #04E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E050; }
p { color: rgb(4,224,80); }
H1.HeaderClassName
{
color: #04E050;
}
.AnyTagClassName
{
color: #04E050;
}
</style>
background-color css
<style>
a { background-color: #04E050; }
a { background-color: rgb(4,224,80); }
div.DivClassName
{
background-color: #04E050;
}
.BgClassName
{
background-color: #04E050;
}
</style>
border-color css
<style>
span { border-color: #04E050; }
span { border-color: rgb(4,224,80); }
td.TdClassName
{
border-color: #04E050;
}
.TagClassName
{
border-color: #04E050;
}
</style>