Shades of Malachite #04CC68
Tints of Malachite #04CC68
RGB
CMYK
RGB Variations
Color information
#04CC68 (or 0x04CC68) is known color: Malachite. HEX triplet: 04, CC and 68. RGB value is (4,204,104). Sum of RGB (Red+Green+Blue) = 4+204+104=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 204 (80.08% from 255 or 65.38% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CC68 is #FB3397. Grayscale: #858585. Windows color (decimal): -16462744 or 6867972. OLE color: 6867972.
HSL color Cylindrical-coordinate representation of color #04CC68: hue angle of 150º 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 #04CC68 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 104 | - |
| CMYK | 0.98 | 0 | 0.49 | 0.2 |
| HSL | 150º | 0.96% | 0.41% | - |
| HSV(B) | 150º | 0.98% | 0.8% | - |
| XYZ | 24.14 | 44.21 | 20.36 | - |
| YUV | 132.8 | 111.74 | 36.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 104 | 0.98 | 0 | 0.49 | 0.2 | 150 | 0.96 | 0.41 |
| Hex | 4 | CC | 68 | 62 | 0 | 31 | 14 | 96 | 60 | 29 |
| Octal | 4 | 314 | 150 | 142 | 0 | 61 | 24 | 226 | 140 | 51 |
| Binary | 100 | 11001100 | 1101000 | 1100010 | 0 | 110001 | 10100 | 10010110 | 1100000 | 101001 |
Color Harmonies of #04CC68
Complementary color
Monochromatic Colors of #04CC68
Black with #04CC68
Text Example
Text Example
White with #04CC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC68; }
p { color: rgb(4,204,104); }
H1.HeaderClassName
{
color: #04CC68;
}
.AnyTagClassName
{
color: #04CC68;
}
</style>
background-color css
<style>
a { background-color: #04CC68; }
a { background-color: rgb(4,204,104); }
div.DivClassName
{
background-color: #04CC68;
}
.BgClassName
{
background-color: #04CC68;
}
</style>
border-color css
<style>
span { border-color: #04CC68; }
span { border-color: rgb(4,204,104); }
td.TdClassName
{
border-color: #04CC68;
}
.TagClassName
{
border-color: #04CC68;
}
</style>