Shades of Malachite #04CE70
Tints of Malachite #04CE70
RGB
CMYK
RGB Variations
Color information
#04CE70 (or 0x04CE70) is known color: Malachite. HEX triplet: 04, CE and 70. RGB value is (4,206,112). Sum of RGB (Red+Green+Blue) = 4+206+112=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 206 (80.86% from 255 or 63.98% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CE70 is #FB318F. Grayscale: #878787. Windows color (decimal): -16462224 or 7392772. OLE color: 7392772.
HSL color Cylindrical-coordinate representation of color #04CE70: hue angle of 152.08º 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 #04CE70 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 112 | - |
| CMYK | 0.98 | 0 | 0.46 | 0.19 |
| HSL | 152.08º | 0.96% | 0.41% | - |
| HSV(B) | 152.08º | 0.98% | 0.81% | - |
| XYZ | 25.05 | 45.34 | 22.76 | - |
| YUV | 134.89 | 115.08 | 34.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 112 | 0.98 | 0 | 0.46 | 0.19 | 152.08 | 0.96 | 0.41 |
| Hex | 4 | CE | 70 | 62 | 0 | 2E | 13 | 98 | 60 | 29 |
| Octal | 4 | 316 | 160 | 142 | 0 | 56 | 23 | 230 | 140 | 51 |
| Binary | 100 | 11001110 | 1110000 | 1100010 | 0 | 101110 | 10011 | 10011000 | 1100000 | 101001 |
Color Harmonies of #04CE70
Complementary color
Monochromatic Colors of #04CE70
Black with #04CE70
Text Example
Text Example
White with #04CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE70; }
p { color: rgb(4,206,112); }
H1.HeaderClassName
{
color: #04CE70;
}
.AnyTagClassName
{
color: #04CE70;
}
</style>
background-color css
<style>
a { background-color: #04CE70; }
a { background-color: rgb(4,206,112); }
div.DivClassName
{
background-color: #04CE70;
}
.BgClassName
{
background-color: #04CE70;
}
</style>
border-color css
<style>
span { border-color: #04CE70; }
span { border-color: rgb(4,206,112); }
td.TdClassName
{
border-color: #04CE70;
}
.TagClassName
{
border-color: #04CE70;
}
</style>