Shades of Malachite #04E141
Tints of Malachite #04E141
RGB
CMYK
RGB Variations
Color information
#04E141 (or 0x04E141) is known color: Malachite. HEX triplet: 04, E1 and 41. RGB value is (4,225,65). Sum of RGB (Red+Green+Blue) = 4+225+65=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 225 (88.28% from 255 or 76.53% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 225 - color contains mainly: green. Hex color #04E141 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E141 is #FB1EBE. Grayscale: #8D8D8D. Windows color (decimal): -16457407 or 4317444. OLE color: 4317444.
HSL color Cylindrical-coordinate representation of color #04E141: hue angle of 136.56º degrees, saturation: 0.97, 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 #04E141 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 225 | 65 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.12 |
| HSL | 136.56º | 0.97% | 0.45% | - |
| HSV(B) | 136.56º | 0.98% | 0.88% | - |
| XYZ | 27.93 | 54.26 | 14 | - |
| YUV | 140.68 | 85.28 | 30.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 225 | 65 | 0.98 | 0 | 0.71 | 0.12 | 136.56 | 0.97 | 0.45 |
| Hex | 4 | E1 | 41 | 62 | 0 | 47 | C | 89 | 61 | 2D |
| Octal | 4 | 341 | 101 | 142 | 0 | 107 | 14 | 211 | 141 | 55 |
| Binary | 100 | 11100001 | 1000001 | 1100010 | 0 | 1000111 | 1100 | 10001001 | 1100001 | 101101 |
Color Harmonies of #04E141
Complementary color
Monochromatic Colors of #04E141
Black with #04E141
Text Example
Text Example
White with #04E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E141; }
p { color: rgb(4,225,65); }
H1.HeaderClassName
{
color: #04E141;
}
.AnyTagClassName
{
color: #04E141;
}
</style>
background-color css
<style>
a { background-color: #04E141; }
a { background-color: rgb(4,225,65); }
div.DivClassName
{
background-color: #04E141;
}
.BgClassName
{
background-color: #04E141;
}
</style>
border-color css
<style>
span { border-color: #04E141; }
span { border-color: rgb(4,225,65); }
td.TdClassName
{
border-color: #04E141;
}
.TagClassName
{
border-color: #04E141;
}
</style>