Shades of Malachite #11D85F
Tints of Malachite #11D85F
RGB
CMYK
RGB Variations
Color information
#11D85F (or 0x11D85F) is known color: Malachite. HEX triplet: 11, D8 and 5F. RGB value is (17,216,95). Sum of RGB (Red+Green+Blue) = 17+216+95=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 216 (84.77% from 255 or 65.85% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 216 - color contains mainly: green. Hex color #11D85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D85F is #EE27A0. Grayscale: #8E8E8E. Windows color (decimal): -15607713 or 6281233. OLE color: 6281233.
HSL color Cylindrical-coordinate representation of color #11D85F: hue angle of 143.52º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D85F is Cyan = 0.92, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 95 | - |
| CMYK | 0.92 | 0 | 0.56 | 0.15 |
| HSL | 143.52º | 0.85% | 0.46% | - |
| HSV(B) | 143.52º | 0.92% | 0.85% | - |
| XYZ | 26.85 | 50.06 | 19.07 | - |
| YUV | 142.71 | 101.07 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 95 | 0.92 | 0 | 0.56 | 0.15 | 143.52 | 0.85 | 0.46 |
| Hex | 11 | D8 | 5F | 5C | 0 | 38 | F | 90 | 55 | 2E |
| Octal | 21 | 330 | 137 | 134 | 0 | 70 | 17 | 220 | 125 | 56 |
| Binary | 10001 | 11011000 | 1011111 | 1011100 | 0 | 111000 | 1111 | 10010000 | 1010101 | 101110 |
Color Harmonies of #11D85F
Complementary color
Monochromatic Colors of #11D85F
Black with #11D85F
Text Example
Text Example
White with #11D85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D85F; }
p { color: rgb(17,216,95); }
H1.HeaderClassName
{
color: #11D85F;
}
.AnyTagClassName
{
color: #11D85F;
}
</style>
background-color css
<style>
a { background-color: #11D85F; }
a { background-color: rgb(17,216,95); }
div.DivClassName
{
background-color: #11D85F;
}
.BgClassName
{
background-color: #11D85F;
}
</style>
border-color css
<style>
span { border-color: #11D85F; }
span { border-color: rgb(17,216,95); }
td.TdClassName
{
border-color: #11D85F;
}
.TagClassName
{
border-color: #11D85F;
}
</style>