Shades of Malachite #06DB5A
Tints of Malachite #06DB5A
RGB
CMYK
RGB Variations
Color information
#06DB5A (or 0x06DB5A) is known color: Malachite. HEX triplet: 06, DB and 5A. RGB value is (6,219,90). Sum of RGB (Red+Green+Blue) = 6+219+90=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 219 (85.94% from 255 or 69.52% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 219 - color contains mainly: green. Hex color #06DB5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DB5A is #F924A5. Grayscale: #8C8C8C. Windows color (decimal): -16327846 or 5954310. OLE color: 5954310.
HSL color Cylindrical-coordinate representation of color #06DB5A: hue angle of 143.66º 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 #06DB5A is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 6 | 219 | 90 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.14 |
| HSL | 143.66º | 0.95% | 0.44% | - |
| HSV(B) | 143.66º | 0.97% | 0.86% | - |
| XYZ | 27.25 | 51.44 | 18.17 | - |
| YUV | 140.61 | 99.43 | 31.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 219 | 90 | 0.97 | 0 | 0.59 | 0.14 | 143.66 | 0.95 | 0.44 |
| Hex | 6 | DB | 5A | 61 | 0 | 3B | E | 90 | 5F | 2C |
| Octal | 6 | 333 | 132 | 141 | 0 | 73 | 16 | 220 | 137 | 54 |
| Binary | 110 | 11011011 | 1011010 | 1100001 | 0 | 111011 | 1110 | 10010000 | 1011111 | 101100 |
Color Harmonies of #06DB5A
Complementary color
Monochromatic Colors of #06DB5A
Black with #06DB5A
Text Example
Text Example
White with #06DB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06DB5A; }
p { color: rgb(6,219,90); }
H1.HeaderClassName
{
color: #06DB5A;
}
.AnyTagClassName
{
color: #06DB5A;
}
</style>
background-color css
<style>
a { background-color: #06DB5A; }
a { background-color: rgb(6,219,90); }
div.DivClassName
{
background-color: #06DB5A;
}
.BgClassName
{
background-color: #06DB5A;
}
</style>
border-color css
<style>
span { border-color: #06DB5A; }
span { border-color: rgb(6,219,90); }
td.TdClassName
{
border-color: #06DB5A;
}
.TagClassName
{
border-color: #06DB5A;
}
</style>