Shades of Malachite #04CC4A
Tints of Malachite #04CC4A
RGB
CMYK
RGB Variations
Color information
#04CC4A (or 0x04CC4A) is known color: Malachite. HEX triplet: 04, CC and 4A. RGB value is (4,204,74). Sum of RGB (Red+Green+Blue) = 4+204+74=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 204 (80.08% from 255 or 72.34% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC4A is #FB33B5. Grayscale: #818181. Windows color (decimal): -16462774 or 4901892. OLE color: 4901892.
HSL color Cylindrical-coordinate representation of color #04CC4A: hue angle of 141º 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 #04CC4A is Cyan = 0.98, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 74 | - |
| CMYK | 0.98 | 0 | 0.64 | 0.2 |
| HSL | 141º | 0.96% | 0.41% | - |
| HSV(B) | 141º | 0.98% | 0.8% | - |
| XYZ | 22.88 | 43.71 | 13.71 | - |
| YUV | 129.38 | 96.74 | 38.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 74 | 0.98 | 0 | 0.64 | 0.2 | 141 | 0.96 | 0.41 |
| Hex | 4 | CC | 4A | 62 | 0 | 40 | 14 | 8D | 60 | 29 |
| Octal | 4 | 314 | 112 | 142 | 0 | 100 | 24 | 215 | 140 | 51 |
| Binary | 100 | 11001100 | 1001010 | 1100010 | 0 | 1000000 | 10100 | 10001101 | 1100000 | 101001 |
Color Harmonies of #04CC4A
Complementary color
Monochromatic Colors of #04CC4A
Black with #04CC4A
Text Example
Text Example
White with #04CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC4A; }
p { color: rgb(4,204,74); }
H1.HeaderClassName
{
color: #04CC4A;
}
.AnyTagClassName
{
color: #04CC4A;
}
</style>
background-color css
<style>
a { background-color: #04CC4A; }
a { background-color: rgb(4,204,74); }
div.DivClassName
{
background-color: #04CC4A;
}
.BgClassName
{
background-color: #04CC4A;
}
</style>
border-color css
<style>
span { border-color: #04CC4A; }
span { border-color: rgb(4,204,74); }
td.TdClassName
{
border-color: #04CC4A;
}
.TagClassName
{
border-color: #04CC4A;
}
</style>