Shades of Malachite #06DB64
Tints of Malachite #06DB64
RGB
CMYK
RGB Variations
Color information
#06DB64 (or 0x06DB64) is known color: Malachite. HEX triplet: 06, DB and 64. RGB value is (6,219,100). Sum of RGB (Red+Green+Blue) = 6+219+100=325 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 325); Green value is 219 (85.94% from 255 or 67.38% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DB64 is #F9249B. Grayscale: #8E8E8E. Windows color (decimal): -16327836 or 6609670. OLE color: 6609670.
HSL color Cylindrical-coordinate representation of color #06DB64: hue angle of 146.48º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DB64 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 100 | - |
| CMYK | 0.97 | 0 | 0.54 | 0.14 |
| HSL | 146.48º | 0.95% | 0.44% | - |
| HSV(B) | 146.48º | 0.97% | 0.86% | - |
| XYZ | 27.71 | 51.62 | 20.56 | - |
| YUV | 141.75 | 104.43 | 31.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 100 | 0.97 | 0 | 0.54 | 0.14 | 146.48 | 0.95 | 0.44 |
| Hex | 6 | DB | 64 | 61 | 0 | 36 | E | 92 | 5F | 2C |
| Octal | 6 | 333 | 144 | 141 | 0 | 66 | 16 | 222 | 137 | 54 |
| Binary | 110 | 11011011 | 1100100 | 1100001 | 0 | 110110 | 1110 | 10010010 | 1011111 | 101100 |
Color Harmonies of #06DB64
Complementary color
Monochromatic Colors of #06DB64
Black with #06DB64
Text Example
Text Example
White with #06DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB64; }
p { color: rgb(6,219,100); }
H1.HeaderClassName
{
color: #06DB64;
}
.AnyTagClassName
{
color: #06DB64;
}
</style>
background-color css
<style>
a { background-color: #06DB64; }
a { background-color: rgb(6,219,100); }
div.DivClassName
{
background-color: #06DB64;
}
.BgClassName
{
background-color: #06DB64;
}
</style>
border-color css
<style>
span { border-color: #06DB64; }
span { border-color: rgb(6,219,100); }
td.TdClassName
{
border-color: #06DB64;
}
.TagClassName
{
border-color: #06DB64;
}
</style>