Shades of Malachite #04CC49
Tints of Malachite #04CC49
RGB
CMYK
RGB Variations
Color information
#04CC49 (or 0x04CC49) is known color: Malachite. HEX triplet: 04, CC and 49. RGB value is (4,204,73). Sum of RGB (Red+Green+Blue) = 4+204+73=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC49 is #FB33B6. Grayscale: #818181. Windows color (decimal): -16462775 or 4836356. OLE color: 4836356.
HSL color Cylindrical-coordinate representation of color #04CC49: hue angle of 140.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC49 is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 73 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.2 |
| HSL | 140.7º | 0.96% | 0.41% | - |
| HSV(B) | 140.7º | 0.98% | 0.8% | - |
| XYZ | 22.85 | 43.69 | 13.53 | - |
| YUV | 129.27 | 96.24 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 73 | 0.98 | 0 | 0.64 | 0.2 | 140.7 | 0.96 | 0.41 |
| Hex | 4 | CC | 49 | 62 | 0 | 40 | 14 | 8D | 60 | 29 |
| Octal | 4 | 314 | 111 | 142 | 0 | 100 | 24 | 215 | 140 | 51 |
| Binary | 100 | 11001100 | 1001001 | 1100010 | 0 | 1000000 | 10100 | 10001101 | 1100000 | 101001 |
Color Harmonies of #04CC49
Complementary color
Monochromatic Colors of #04CC49
Black with #04CC49
Text Example
Text Example
White with #04CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC49; }
p { color: rgb(4,204,73); }
H1.HeaderClassName
{
color: #04CC49;
}
.AnyTagClassName
{
color: #04CC49;
}
</style>
background-color css
<style>
a { background-color: #04CC49; }
a { background-color: rgb(4,204,73); }
div.DivClassName
{
background-color: #04CC49;
}
.BgClassName
{
background-color: #04CC49;
}
</style>
border-color css
<style>
span { border-color: #04CC49; }
span { border-color: rgb(4,204,73); }
td.TdClassName
{
border-color: #04CC49;
}
.TagClassName
{
border-color: #04CC49;
}
</style>