Shades of Malachite #11D040
Tints of Malachite #11D040
RGB
CMYK
RGB Variations
Color information
#11D040 (or 0x11D040) is known color: Malachite. HEX triplet: 11, D0 and 40. RGB value is (17,208,64). Sum of RGB (Red+Green+Blue) = 17+208+64=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #11D040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D040 is #EE2FBF. Grayscale: #868686. Windows color (decimal): -15609792 or 4247569. OLE color: 4247569.
HSL color Cylindrical-coordinate representation of color #11D040: hue angle of 134.76º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D040 is Cyan = 0.92, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 208 | 64 | - |
| CMYK | 0.92 | 0 | 0.69 | 0.18 |
| HSL | 134.76º | 0.85% | 0.44% | - |
| HSV(B) | 134.76º | 0.92% | 0.82% | - |
| XYZ | 23.71 | 45.6 | 12.4 | - |
| YUV | 134.48 | 88.22 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 208 | 64 | 0.92 | 0 | 0.69 | 0.18 | 134.76 | 0.85 | 0.44 |
| Hex | 11 | D0 | 40 | 5C | 0 | 45 | 12 | 87 | 55 | 2C |
| Octal | 21 | 320 | 100 | 134 | 0 | 105 | 22 | 207 | 125 | 54 |
| Binary | 10001 | 11010000 | 1000000 | 1011100 | 0 | 1000101 | 10010 | 10000111 | 1010101 | 101100 |
Color Harmonies of #11D040
Complementary color
Monochromatic Colors of #11D040
Black with #11D040
Text Example
Text Example
White with #11D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D040; }
p { color: rgb(17,208,64); }
H1.HeaderClassName
{
color: #11D040;
}
.AnyTagClassName
{
color: #11D040;
}
</style>
background-color css
<style>
a { background-color: #11D040; }
a { background-color: rgb(17,208,64); }
div.DivClassName
{
background-color: #11D040;
}
.BgClassName
{
background-color: #11D040;
}
</style>
border-color css
<style>
span { border-color: #11D040; }
span { border-color: rgb(17,208,64); }
td.TdClassName
{
border-color: #11D040;
}
.TagClassName
{
border-color: #11D040;
}
</style>