Shades of Malachite #11DB76
Tints of Malachite #11DB76
RGB
CMYK
RGB Variations
Color information
#11DB76 (or 0x11DB76) is known color: Malachite. HEX triplet: 11, DB and 76. RGB value is (17,219,118). Sum of RGB (Red+Green+Blue) = 17+219+118=354 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.80% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DB76 is #EE2489. Grayscale: #939393. Windows color (decimal): -15606922 or 7789329. OLE color: 7789329.
HSL color Cylindrical-coordinate representation of color #11DB76: hue angle of 150º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DB76 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 118 | - |
| CMYK | 0.92 | 0 | 0.46 | 0.14 |
| HSL | 150º | 0.86% | 0.46% | - |
| HSV(B) | 150º | 0.92% | 0.86% | - |
| XYZ | 28.83 | 52.09 | 25.67 | - |
| YUV | 147.09 | 111.58 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 118 | 0.92 | 0 | 0.46 | 0.14 | 150 | 0.86 | 0.46 |
| Hex | 11 | DB | 76 | 5C | 0 | 2E | E | 96 | 56 | 2E |
| Octal | 21 | 333 | 166 | 134 | 0 | 56 | 16 | 226 | 126 | 56 |
| Binary | 10001 | 11011011 | 1110110 | 1011100 | 0 | 101110 | 1110 | 10010110 | 1010110 | 101110 |
Color Harmonies of #11DB76
Complementary color
Monochromatic Colors of #11DB76
Black with #11DB76
Text Example
Text Example
White with #11DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB76; }
p { color: rgb(17,219,118); }
H1.HeaderClassName
{
color: #11DB76;
}
.AnyTagClassName
{
color: #11DB76;
}
</style>
background-color css
<style>
a { background-color: #11DB76; }
a { background-color: rgb(17,219,118); }
div.DivClassName
{
background-color: #11DB76;
}
.BgClassName
{
background-color: #11DB76;
}
</style>
border-color css
<style>
span { border-color: #11DB76; }
span { border-color: rgb(17,219,118); }
td.TdClassName
{
border-color: #11DB76;
}
.TagClassName
{
border-color: #11DB76;
}
</style>