Shades of Malachite #11DB34
Tints of Malachite #11DB34
RGB
CMYK
RGB Variations
Color information
#11DB34 (or 0x11DB34) is known color: Malachite. HEX triplet: 11, DB and 34. RGB value is (17,219,52). Sum of RGB (Red+Green+Blue) = 17+219+52=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 219 (85.94% from 255 or 76.04% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DB34 is #EE24CB. Grayscale: #8C8C8C. Windows color (decimal): -15606988 or 3463953. OLE color: 3463953.
HSL color Cylindrical-coordinate representation of color #11DB34: hue angle of 130.4º 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 #11DB34 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 52 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.14 |
| HSL | 130.4º | 0.86% | 0.46% | - |
| HSV(B) | 130.4º | 0.92% | 0.86% | - |
| XYZ | 26.18 | 51.03 | 11.72 | - |
| YUV | 139.56 | 78.58 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 52 | 0.92 | 0 | 0.76 | 0.14 | 130.4 | 0.86 | 0.46 |
| Hex | 11 | DB | 34 | 5C | 0 | 4C | E | 82 | 56 | 2E |
| Octal | 21 | 333 | 64 | 134 | 0 | 114 | 16 | 202 | 126 | 56 |
| Binary | 10001 | 11011011 | 110100 | 1011100 | 0 | 1001100 | 1110 | 10000010 | 1010110 | 101110 |
Color Harmonies of #11DB34
Complementary color
Monochromatic Colors of #11DB34
Black with #11DB34
Text Example
Text Example
White with #11DB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB34; }
p { color: rgb(17,219,52); }
H1.HeaderClassName
{
color: #11DB34;
}
.AnyTagClassName
{
color: #11DB34;
}
</style>
background-color css
<style>
a { background-color: #11DB34; }
a { background-color: rgb(17,219,52); }
div.DivClassName
{
background-color: #11DB34;
}
.BgClassName
{
background-color: #11DB34;
}
</style>
border-color css
<style>
span { border-color: #11DB34; }
span { border-color: rgb(17,219,52); }
td.TdClassName
{
border-color: #11DB34;
}
.TagClassName
{
border-color: #11DB34;
}
</style>