Shades of Malachite #06CB64
Tints of Malachite #06CB64
RGB
CMYK
RGB Variations
Color information
#06CB64 (or 0x06CB64) is known color: Malachite. HEX triplet: 06, CB and 64. RGB value is (6,203,100). Sum of RGB (Red+Green+Blue) = 6+203+100=309 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 309); Green value is 203 (79.69% from 255 or 65.70% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CB64 is #F9349B. Grayscale: #848484. Windows color (decimal): -16331932 or 6605574. OLE color: 6605574.
HSL color Cylindrical-coordinate representation of color #06CB64: hue angle of 148.63º 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 #06CB64 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 100 | - |
| CMYK | 0.97 | 0 | 0.51 | 0.20 |
| HSL | 148.63º | 0.94% | 0.41% | - |
| HSV(B) | 148.63º | 0.97% | 0.8% | - |
| XYZ | 23.73 | 43.67 | 19.24 | - |
| YUV | 132.36 | 109.73 | 37.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 100 | 0.97 | 0 | 0.51 | 0.20 | 148.63 | 0.94 | 0.41 |
| Hex | 6 | CB | 64 | 61 | 0 | 33 | 14 | 95 | 5E | 29 |
| Octal | 6 | 313 | 144 | 141 | 0 | 63 | 24 | 225 | 136 | 51 |
| Binary | 110 | 11001011 | 1100100 | 1100001 | 0 | 110011 | 10100 | 10010101 | 1011110 | 101001 |
Color Harmonies of #06CB64
Complementary color
Monochromatic Colors of #06CB64
Black with #06CB64
Text Example
Text Example
White with #06CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CB64; }
p { color: rgb(6,203,100); }
H1.HeaderClassName
{
color: #06CB64;
}
.AnyTagClassName
{
color: #06CB64;
}
</style>
background-color css
<style>
a { background-color: #06CB64; }
a { background-color: rgb(6,203,100); }
div.DivClassName
{
background-color: #06CB64;
}
.BgClassName
{
background-color: #06CB64;
}
</style>
border-color css
<style>
span { border-color: #06CB64; }
span { border-color: rgb(6,203,100); }
td.TdClassName
{
border-color: #06CB64;
}
.TagClassName
{
border-color: #06CB64;
}
</style>