Shades of Malachite #04CE5E
Tints of Malachite #04CE5E
RGB
CMYK
RGB Variations
Color information
#04CE5E (or 0x04CE5E) is known color: Malachite. HEX triplet: 04, CE and 5E. RGB value is (4,206,94). Sum of RGB (Red+Green+Blue) = 4+206+94=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 206 (80.86% from 255 or 67.76% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CE5E is #FB31A1. Grayscale: #858585. Windows color (decimal): -16462242 or 6213124. OLE color: 6213124.
HSL color Cylindrical-coordinate representation of color #04CE5E: hue angle of 146.73º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CE5E is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 94 | - |
| CMYK | 0.98 | 0 | 0.54 | 0.19 |
| HSL | 146.73º | 0.96% | 0.41% | - |
| HSV(B) | 146.73º | 0.98% | 0.81% | - |
| XYZ | 24.14 | 44.98 | 18 | - |
| YUV | 132.83 | 106.08 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 94 | 0.98 | 0 | 0.54 | 0.19 | 146.73 | 0.96 | 0.41 |
| Hex | 4 | CE | 5E | 62 | 0 | 36 | 13 | 93 | 60 | 29 |
| Octal | 4 | 316 | 136 | 142 | 0 | 66 | 23 | 223 | 140 | 51 |
| Binary | 100 | 11001110 | 1011110 | 1100010 | 0 | 110110 | 10011 | 10010011 | 1100000 | 101001 |
Color Harmonies of #04CE5E
Complementary color
Monochromatic Colors of #04CE5E
Black with #04CE5E
Text Example
Text Example
White with #04CE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE5E; }
p { color: rgb(4,206,94); }
H1.HeaderClassName
{
color: #04CE5E;
}
.AnyTagClassName
{
color: #04CE5E;
}
</style>
background-color css
<style>
a { background-color: #04CE5E; }
a { background-color: rgb(4,206,94); }
div.DivClassName
{
background-color: #04CE5E;
}
.BgClassName
{
background-color: #04CE5E;
}
</style>
border-color css
<style>
span { border-color: #04CE5E; }
span { border-color: rgb(4,206,94); }
td.TdClassName
{
border-color: #04CE5E;
}
.TagClassName
{
border-color: #04CE5E;
}
</style>