Shades of Malachite #11D350
Tints of Malachite #11D350
RGB
CMYK
RGB Variations
Color information
#11D350 (or 0x11D350) is known color: Malachite. HEX triplet: 11, D3 and 50. RGB value is (17,211,80). Sum of RGB (Red+Green+Blue) = 17+211+80=308 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.52% from 308); Green value is 211 (82.81% from 255 or 68.51% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 211 - color contains mainly: green. Hex color #11D350 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D350 is #EE2CAF. Grayscale: #8A8A8A. Windows color (decimal): -15609008 or 5296913. OLE color: 5296913.
HSL color Cylindrical-coordinate representation of color #11D350: hue angle of 139.48º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D350 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 17 | 211 | 80 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.17 |
| HSL | 139.48º | 0.85% | 0.45% | - |
| HSV(B) | 139.48º | 0.92% | 0.83% | - |
| XYZ | 24.97 | 47.29 | 15.4 | - |
| YUV | 138.06 | 95.23 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 211 | 80 | 0.92 | 0 | 0.62 | 0.17 | 139.48 | 0.85 | 0.45 |
| Hex | 11 | D3 | 50 | 5C | 0 | 3E | 11 | 8B | 55 | 2D |
| Octal | 21 | 323 | 120 | 134 | 0 | 76 | 21 | 213 | 125 | 55 |
| Binary | 10001 | 11010011 | 1010000 | 1011100 | 0 | 111110 | 10001 | 10001011 | 1010101 | 101101 |
Color Harmonies of #11D350
Complementary color
Monochromatic Colors of #11D350
Black with #11D350
Text Example
Text Example
White with #11D350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D350; }
p { color: rgb(17,211,80); }
H1.HeaderClassName
{
color: #11D350;
}
.AnyTagClassName
{
color: #11D350;
}
</style>
background-color css
<style>
a { background-color: #11D350; }
a { background-color: rgb(17,211,80); }
div.DivClassName
{
background-color: #11D350;
}
.BgClassName
{
background-color: #11D350;
}
</style>
border-color css
<style>
span { border-color: #11D350; }
span { border-color: rgb(17,211,80); }
td.TdClassName
{
border-color: #11D350;
}
.TagClassName
{
border-color: #11D350;
}
</style>