Shades of Malachite #00DB6C
Tints of Malachite #00DB6C
RGB
CMYK
RGB Variations
Color information
#00DB6C (or 0x00DB6C) is known color: Malachite. HEX triplet: 00, DB and 6C. RGB value is (0,219,108). Sum of RGB (Red+Green+Blue) = 0+219+108=327 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 327); Green value is 219 (85.94% from 255 or 66.97% from 327); Blue value is 108 (42.58% from 255 or 33.03% from 327); Max value from RGB is 219 - color contains mainly: green. Hex color #00DB6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00DB6C is #FF2493. Grayscale: #8D8D8D. Windows color (decimal): -16721044 or 7133952. OLE color: 7133952.
HSL color Cylindrical-coordinate representation of color #00DB6C: hue angle of 149.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DB6C is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 219 | 108 | - |
| CMYK | 1 | 0 | 0.51 | 0.14 |
| HSL | 149.59º | 1% | 0.43% | - |
| HSV(B) | 149.59º | 1% | 0.86% | - |
| XYZ | 28.04 | 51.75 | 22.7 | - |
| YUV | 140.87 | 109.45 | 27.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 219 | 108 | 1 | 0 | 0.51 | 0.14 | 149.59 | 1 | 0.43 |
| Hex | 0 | DB | 6C | 64 | 0 | 33 | E | 96 | 64 | 2B |
| Octal | 0 | 333 | 154 | 144 | 0 | 63 | 16 | 226 | 144 | 53 |
| Binary | 0 | 11011011 | 1101100 | 1100100 | 0 | 110011 | 1110 | 10010110 | 1100100 | 101011 |
Color Harmonies of #00DB6C
Complementary color
Monochromatic Colors of #00DB6C
Black with #00DB6C
Text Example
Text Example
White with #00DB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DB6C; }
p { color: rgb(0,219,108); }
H1.HeaderClassName
{
color: #00DB6C;
}
.AnyTagClassName
{
color: #00DB6C;
}
</style>
background-color css
<style>
a { background-color: #00DB6C; }
a { background-color: rgb(0,219,108); }
div.DivClassName
{
background-color: #00DB6C;
}
.BgClassName
{
background-color: #00DB6C;
}
</style>
border-color css
<style>
span { border-color: #00DB6C; }
span { border-color: rgb(0,219,108); }
td.TdClassName
{
border-color: #00DB6C;
}
.TagClassName
{
border-color: #00DB6C;
}
</style>