Shades of Malachite #06CC64
Tints of Malachite #06CC64
RGB
CMYK
RGB Variations
Color information
#06CC64 (or 0x06CC64) is known color: Malachite. HEX triplet: 06, CC and 64. RGB value is (6,204,100). Sum of RGB (Red+Green+Blue) = 6+204+100=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 204 (80.08% from 255 or 65.81% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CC64 is #F9339B. Grayscale: #858585. Windows color (decimal): -16331676 or 6605830. OLE color: 6605830.
HSL color Cylindrical-coordinate representation of color #06CC64: hue angle of 148.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CC64 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 6 | 204 | 100 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.2 |
| HSL | 148.48º | 0.94% | 0.41% | - |
| HSV(B) | 148.48º | 0.97% | 0.8% | - |
| XYZ | 23.97 | 44.14 | 19.31 | - |
| YUV | 132.94 | 109.4 | 37.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 204 | 100 | 0.97 | 0 | 0.51 | 0.2 | 148.48 | 0.94 | 0.41 |
| Hex | 6 | CC | 64 | 61 | 0 | 33 | 14 | 94 | 5E | 29 |
| Octal | 6 | 314 | 144 | 141 | 0 | 63 | 24 | 224 | 136 | 51 |
| Binary | 110 | 11001100 | 1100100 | 1100001 | 0 | 110011 | 10100 | 10010100 | 1011110 | 101001 |
Color Harmonies of #06CC64
Complementary color
Monochromatic Colors of #06CC64
Black with #06CC64
Text Example
Text Example
White with #06CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CC64; }
p { color: rgb(6,204,100); }
H1.HeaderClassName
{
color: #06CC64;
}
.AnyTagClassName
{
color: #06CC64;
}
</style>
background-color css
<style>
a { background-color: #06CC64; }
a { background-color: rgb(6,204,100); }
div.DivClassName
{
background-color: #06CC64;
}
.BgClassName
{
background-color: #06CC64;
}
</style>
border-color css
<style>
span { border-color: #06CC64; }
span { border-color: rgb(6,204,100); }
td.TdClassName
{
border-color: #06CC64;
}
.TagClassName
{
border-color: #06CC64;
}
</style>