Shades of Malachite #11DB5C
Tints of Malachite #11DB5C
RGB
CMYK
RGB Variations
Color information
#11DB5C (or 0x11DB5C) is known color: Malachite. HEX triplet: 11, DB and 5C. RGB value is (17,219,92). Sum of RGB (Red+Green+Blue) = 17+219+92=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 219 (85.94% from 255 or 66.77% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DB5C is #EE24A3. Grayscale: #909090. Windows color (decimal): -15606948 or 6085393. OLE color: 6085393.
HSL color Cylindrical-coordinate representation of color #11DB5C: hue angle of 142.28º 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 #11DB5C is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 92 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.14 |
| HSL | 142.28º | 0.86% | 0.46% | - |
| HSV(B) | 142.28º | 0.92% | 0.86% | - |
| XYZ | 27.49 | 51.55 | 18.63 | - |
| YUV | 144.12 | 98.58 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 92 | 0.92 | 0 | 0.58 | 0.14 | 142.28 | 0.86 | 0.46 |
| Hex | 11 | DB | 5C | 5C | 0 | 3A | E | 8E | 56 | 2E |
| Octal | 21 | 333 | 134 | 134 | 0 | 72 | 16 | 216 | 126 | 56 |
| Binary | 10001 | 11011011 | 1011100 | 1011100 | 0 | 111010 | 1110 | 10001110 | 1010110 | 101110 |
Color Harmonies of #11DB5C
Complementary color
Monochromatic Colors of #11DB5C
Black with #11DB5C
Text Example
Text Example
White with #11DB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB5C; }
p { color: rgb(17,219,92); }
H1.HeaderClassName
{
color: #11DB5C;
}
.AnyTagClassName
{
color: #11DB5C;
}
</style>
background-color css
<style>
a { background-color: #11DB5C; }
a { background-color: rgb(17,219,92); }
div.DivClassName
{
background-color: #11DB5C;
}
.BgClassName
{
background-color: #11DB5C;
}
</style>
border-color css
<style>
span { border-color: #11DB5C; }
span { border-color: rgb(17,219,92); }
td.TdClassName
{
border-color: #11DB5C;
}
.TagClassName
{
border-color: #11DB5C;
}
</style>