Shades of Malachite #04CC60
Tints of Malachite #04CC60
RGB
CMYK
RGB Variations
Color information
#04CC60 (or 0x04CC60) is known color: Malachite. HEX triplet: 04, CC and 60. RGB value is (4,204,96). Sum of RGB (Red+Green+Blue) = 4+204+96=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 204 (80.08% from 255 or 67.11% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CC60 is #FB339F. Grayscale: #848484. Windows color (decimal): -16462752 or 6343684. OLE color: 6343684.
HSL color Cylindrical-coordinate representation of color #04CC60: hue angle of 147.6º 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 #04CC60 is Cyan = 0.98, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 96 | - |
| CMYK | 0.98 | 0 | 0.53 | 0.2 |
| HSL | 147.6º | 0.96% | 0.41% | - |
| HSV(B) | 147.6º | 0.98% | 0.8% | - |
| XYZ | 23.75 | 44.06 | 18.32 | - |
| YUV | 131.89 | 107.74 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 96 | 0.98 | 0 | 0.53 | 0.2 | 147.6 | 0.96 | 0.41 |
| Hex | 4 | CC | 60 | 62 | 0 | 35 | 14 | 94 | 60 | 29 |
| Octal | 4 | 314 | 140 | 142 | 0 | 65 | 24 | 224 | 140 | 51 |
| Binary | 100 | 11001100 | 1100000 | 1100010 | 0 | 110101 | 10100 | 10010100 | 1100000 | 101001 |
Color Harmonies of #04CC60
Complementary color
Monochromatic Colors of #04CC60
Black with #04CC60
Text Example
Text Example
White with #04CC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC60; }
p { color: rgb(4,204,96); }
H1.HeaderClassName
{
color: #04CC60;
}
.AnyTagClassName
{
color: #04CC60;
}
</style>
background-color css
<style>
a { background-color: #04CC60; }
a { background-color: rgb(4,204,96); }
div.DivClassName
{
background-color: #04CC60;
}
.BgClassName
{
background-color: #04CC60;
}
</style>
border-color css
<style>
span { border-color: #04CC60; }
span { border-color: rgb(4,204,96); }
td.TdClassName
{
border-color: #04CC60;
}
.TagClassName
{
border-color: #04CC60;
}
</style>