Shades of Malachite #04E069
Tints of Malachite #04E069
RGB
CMYK
RGB Variations
Color information
#04E069 (or 0x04E069) is known color: Malachite. HEX triplet: 04, E0 and 69. RGB value is (4,224,105). Sum of RGB (Red+Green+Blue) = 4+224+105=333 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 333); Green value is 224 (87.89% from 255 or 67.27% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 224 - color contains mainly: green. Hex color #04E069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04E069 is #FB1F96. Grayscale: #909090. Windows color (decimal): -16457623 or 6938628. OLE color: 6938628.
HSL color Cylindrical-coordinate representation of color #04E069: hue angle of 147.55º 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 #04E069 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 224 | 105 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.12 |
| HSL | 147.55º | 0.96% | 0.45% | - |
| HSV(B) | 147.55º | 0.98% | 0.88% | - |
| XYZ | 29.26 | 54.36 | 22.31 | - |
| YUV | 144.65 | 105.61 | 27.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 224 | 105 | 0.98 | 0 | 0.53 | 0.12 | 147.55 | 0.96 | 0.45 |
| Hex | 4 | E0 | 69 | 62 | 0 | 35 | C | 94 | 60 | 2D |
| Octal | 4 | 340 | 151 | 142 | 0 | 65 | 14 | 224 | 140 | 55 |
| Binary | 100 | 11100000 | 1101001 | 1100010 | 0 | 110101 | 1100 | 10010100 | 1100000 | 101101 |
Color Harmonies of #04E069
Complementary color
Monochromatic Colors of #04E069
Black with #04E069
Text Example
Text Example
White with #04E069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E069; }
p { color: rgb(4,224,105); }
H1.HeaderClassName
{
color: #04E069;
}
.AnyTagClassName
{
color: #04E069;
}
</style>
background-color css
<style>
a { background-color: #04E069; }
a { background-color: rgb(4,224,105); }
div.DivClassName
{
background-color: #04E069;
}
.BgClassName
{
background-color: #04E069;
}
</style>
border-color css
<style>
span { border-color: #04E069; }
span { border-color: rgb(4,224,105); }
td.TdClassName
{
border-color: #04E069;
}
.TagClassName
{
border-color: #04E069;
}
</style>