Shades of Malachite #08DB6F
Tints of Malachite #08DB6F
RGB
CMYK
RGB Variations
Color information
#08DB6F (or 0x08DB6F) is known color: Malachite. HEX triplet: 08, DB and 6F. RGB value is (8,219,111). Sum of RGB (Red+Green+Blue) = 8+219+111=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DB6F is #F72490. Grayscale: #8F8F8F. Windows color (decimal): -16196753 or 7330568. OLE color: 7330568.
HSL color Cylindrical-coordinate representation of color #08DB6F: hue angle of 149.29º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DB6F is Cyan = 0.96, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 219 | 111 | - |
| CMYK | 0.96 | 0 | 0.49 | 0.14 |
| HSL | 149.29º | 0.93% | 0.45% | - |
| HSV(B) | 149.29º | 0.96% | 0.86% | - |
| XYZ | 28.3 | 51.86 | 23.56 | - |
| YUV | 143.6 | 109.6 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 111 | 0.96 | 0 | 0.49 | 0.14 | 149.29 | 0.93 | 0.45 |
| Hex | 8 | DB | 6F | 60 | 0 | 31 | E | 95 | 5D | 2D |
| Octal | 10 | 333 | 157 | 140 | 0 | 61 | 16 | 225 | 135 | 55 |
| Binary | 1000 | 11011011 | 1101111 | 1100000 | 0 | 110001 | 1110 | 10010101 | 1011101 | 101101 |
Color Harmonies of #08DB6F
Complementary color
Monochromatic Colors of #08DB6F
Black with #08DB6F
Text Example
Text Example
White with #08DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DB6F; }
p { color: rgb(8,219,111); }
H1.HeaderClassName
{
color: #08DB6F;
}
.AnyTagClassName
{
color: #08DB6F;
}
</style>
background-color css
<style>
a { background-color: #08DB6F; }
a { background-color: rgb(8,219,111); }
div.DivClassName
{
background-color: #08DB6F;
}
.BgClassName
{
background-color: #08DB6F;
}
</style>
border-color css
<style>
span { border-color: #08DB6F; }
span { border-color: rgb(8,219,111); }
td.TdClassName
{
border-color: #08DB6F;
}
.TagClassName
{
border-color: #08DB6F;
}
</style>