Shades of Malachite #04E550
Tints of Malachite #04E550
RGB
CMYK
RGB Variations
Color information
#04E550 (or 0x04E550) is known color: Malachite. HEX triplet: 04, E5 and 50. RGB value is (4,229,80). Sum of RGB (Red+Green+Blue) = 4+229+80=313 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 313); Green value is 229 (89.84% from 255 or 73.16% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 229 - color contains mainly: green. Hex color #04E550 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04E550 is #FB1AAF. Grayscale: #919191. Windows color (decimal): -16456368 or 5301508. OLE color: 5301508.
HSL color Cylindrical-coordinate representation of color #04E550: hue angle of 140.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E550 is Cyan = 0.98, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 229 | 80 | - |
| CMYK | 0.98 | 0 | 0.65 | 0.10 |
| HSL | 140.27º | 0.97% | 0.46% | - |
| HSV(B) | 140.27º | 0.98% | 0.9% | - |
| XYZ | 29.52 | 56.64 | 16.97 | - |
| YUV | 144.74 | 91.46 | 27.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 80 | 0.98 | 0 | 0.65 | 0.10 | 140.27 | 0.97 | 0.46 |
| Hex | 4 | E5 | 50 | 62 | 0 | 41 | A | 8C | 61 | 2E |
| Octal | 4 | 345 | 120 | 142 | 0 | 101 | 12 | 214 | 141 | 56 |
| Binary | 100 | 11100101 | 1010000 | 1100010 | 0 | 1000001 | 1010 | 10001100 | 1100001 | 101110 |
Color Harmonies of #04E550
Complementary color
Monochromatic Colors of #04E550
Black with #04E550
Text Example
Text Example
White with #04E550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E550; }
p { color: rgb(4,229,80); }
H1.HeaderClassName
{
color: #04E550;
}
.AnyTagClassName
{
color: #04E550;
}
</style>
background-color css
<style>
a { background-color: #04E550; }
a { background-color: rgb(4,229,80); }
div.DivClassName
{
background-color: #04E550;
}
.BgClassName
{
background-color: #04E550;
}
</style>
border-color css
<style>
span { border-color: #04E550; }
span { border-color: rgb(4,229,80); }
td.TdClassName
{
border-color: #04E550;
}
.TagClassName
{
border-color: #04E550;
}
</style>