Shades of Malachite #11C552
Tints of Malachite #11C552
RGB
CMYK
RGB Variations
Color information
#11C552 (or 0x11C552) is known color: Malachite. HEX triplet: 11, C5 and 52. RGB value is (17,197,82). Sum of RGB (Red+Green+Blue) = 17+197+82=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #11C552 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C552 is #EE3AAD. Grayscale: #828282. Windows color (decimal): -15612590 or 5424401. OLE color: 5424401.
HSL color Cylindrical-coordinate representation of color #11C552: hue angle of 141.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C552 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 197 | 82 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.23 |
| HSL | 141.67º | 0.84% | 0.42% | - |
| HSV(B) | 141.67º | 0.91% | 0.77% | - |
| XYZ | 21.72 | 40.66 | 14.69 | - |
| YUV | 130.07 | 100.87 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 197 | 82 | 0.91 | 0 | 0.58 | 0.23 | 141.67 | 0.84 | 0.42 |
| Hex | 11 | C5 | 52 | 5B | 0 | 3A | 17 | 8E | 54 | 2A |
| Octal | 21 | 305 | 122 | 133 | 0 | 72 | 27 | 216 | 124 | 52 |
| Binary | 10001 | 11000101 | 1010010 | 1011011 | 0 | 111010 | 10111 | 10001110 | 1010100 | 101010 |
Color Harmonies of #11C552
Complementary color
Monochromatic Colors of #11C552
Black with #11C552
Text Example
Text Example
White with #11C552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C552; }
p { color: rgb(17,197,82); }
H1.HeaderClassName
{
color: #11C552;
}
.AnyTagClassName
{
color: #11C552;
}
</style>
background-color css
<style>
a { background-color: #11C552; }
a { background-color: rgb(17,197,82); }
div.DivClassName
{
background-color: #11C552;
}
.BgClassName
{
background-color: #11C552;
}
</style>
border-color css
<style>
span { border-color: #11C552; }
span { border-color: rgb(17,197,82); }
td.TdClassName
{
border-color: #11C552;
}
.TagClassName
{
border-color: #11C552;
}
</style>