Shades of Malachite #11DE4D
Tints of Malachite #11DE4D
RGB
CMYK
RGB Variations
Color information
#11DE4D (or 0x11DE4D) is known color: Malachite. HEX triplet: 11, DE and 4D. RGB value is (17,222,77). Sum of RGB (Red+Green+Blue) = 17+222+77=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 222 (87.11% from 255 or 70.25% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 222 - color contains mainly: green. Hex color #11DE4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DE4D is #EE21B2. Grayscale: #909090. Windows color (decimal): -15606195 or 5103121. OLE color: 5103121.
HSL color Cylindrical-coordinate representation of color #11DE4D: hue angle of 137.56º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DE4D is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 222 | 77 | - |
| CMYK | 0.92 | 0 | 0.65 | 0.13 |
| HSL | 137.56º | 0.86% | 0.47% | - |
| HSV(B) | 137.56º | 0.92% | 0.87% | - |
| XYZ | 27.69 | 52.9 | 15.77 | - |
| YUV | 144.18 | 90.08 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 222 | 77 | 0.92 | 0 | 0.65 | 0.13 | 137.56 | 0.86 | 0.47 |
| Hex | 11 | DE | 4D | 5C | 0 | 41 | D | 8A | 56 | 2F |
| Octal | 21 | 336 | 115 | 134 | 0 | 101 | 15 | 212 | 126 | 57 |
| Binary | 10001 | 11011110 | 1001101 | 1011100 | 0 | 1000001 | 1101 | 10001010 | 1010110 | 101111 |
Color Harmonies of #11DE4D
Complementary color
Monochromatic Colors of #11DE4D
Black with #11DE4D
Text Example
Text Example
White with #11DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DE4D; }
p { color: rgb(17,222,77); }
H1.HeaderClassName
{
color: #11DE4D;
}
.AnyTagClassName
{
color: #11DE4D;
}
</style>
background-color css
<style>
a { background-color: #11DE4D; }
a { background-color: rgb(17,222,77); }
div.DivClassName
{
background-color: #11DE4D;
}
.BgClassName
{
background-color: #11DE4D;
}
</style>
border-color css
<style>
span { border-color: #11DE4D; }
span { border-color: rgb(17,222,77); }
td.TdClassName
{
border-color: #11DE4D;
}
.TagClassName
{
border-color: #11DE4D;
}
</style>