Shades of Malachite #11DC65
Tints of Malachite #11DC65
RGB
CMYK
RGB Variations
Color information
#11DC65 (or 0x11DC65) is known color: Malachite. HEX triplet: 11, DC and 65. RGB value is (17,220,101). Sum of RGB (Red+Green+Blue) = 17+220+101=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DC65 is #EE239A. Grayscale: #929292. Windows color (decimal): -15606683 or 6675473. OLE color: 6675473.
HSL color Cylindrical-coordinate representation of color #11DC65: hue angle of 144.83º 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 #11DC65 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 101 | - |
| CMYK | 0.92 | 0 | 0.54 | 0.14 |
| HSL | 144.83º | 0.86% | 0.46% | - |
| HSV(B) | 144.83º | 0.92% | 0.86% | - |
| XYZ | 28.17 | 52.25 | 20.91 | - |
| YUV | 145.74 | 102.75 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 101 | 0.92 | 0 | 0.54 | 0.14 | 144.83 | 0.86 | 0.46 |
| Hex | 11 | DC | 65 | 5C | 0 | 36 | E | 91 | 56 | 2E |
| Octal | 21 | 334 | 145 | 134 | 0 | 66 | 16 | 221 | 126 | 56 |
| Binary | 10001 | 11011100 | 1100101 | 1011100 | 0 | 110110 | 1110 | 10010001 | 1010110 | 101110 |
Color Harmonies of #11DC65
Complementary color
Monochromatic Colors of #11DC65
Black with #11DC65
Text Example
Text Example
White with #11DC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC65; }
p { color: rgb(17,220,101); }
H1.HeaderClassName
{
color: #11DC65;
}
.AnyTagClassName
{
color: #11DC65;
}
</style>
background-color css
<style>
a { background-color: #11DC65; }
a { background-color: rgb(17,220,101); }
div.DivClassName
{
background-color: #11DC65;
}
.BgClassName
{
background-color: #11DC65;
}
</style>
border-color css
<style>
span { border-color: #11DC65; }
span { border-color: rgb(17,220,101); }
td.TdClassName
{
border-color: #11DC65;
}
.TagClassName
{
border-color: #11DC65;
}
</style>