Shades of Malachite #11C25D
Tints of Malachite #11C25D
RGB
CMYK
RGB Variations
Color information
#11C25D (or 0x11C25D) is known color: Malachite. HEX triplet: 11, C2 and 5D. RGB value is (17,194,93). Sum of RGB (Red+Green+Blue) = 17+194+93=304 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.59% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #11C25D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C25D is #EE3DA2. Grayscale: #818181. Windows color (decimal): -15613347 or 6144529. OLE color: 6144529.
HSL color Cylindrical-coordinate representation of color #11C25D: hue angle of 145.76º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C25D is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 194 | 93 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.24 |
| HSL | 145.76º | 0.84% | 0.41% | - |
| HSV(B) | 145.76º | 0.91% | 0.76% | - |
| XYZ | 21.5 | 39.49 | 16.85 | - |
| YUV | 129.56 | 107.36 | 47.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 194 | 93 | 0.91 | 0 | 0.52 | 0.24 | 145.76 | 0.84 | 0.41 |
| Hex | 11 | C2 | 5D | 5B | 0 | 34 | 18 | 92 | 54 | 29 |
| Octal | 21 | 302 | 135 | 133 | 0 | 64 | 30 | 222 | 124 | 51 |
| Binary | 10001 | 11000010 | 1011101 | 1011011 | 0 | 110100 | 11000 | 10010010 | 1010100 | 101001 |
Color Harmonies of #11C25D
Complementary color
Monochromatic Colors of #11C25D
Black with #11C25D
Text Example
Text Example
White with #11C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C25D; }
p { color: rgb(17,194,93); }
H1.HeaderClassName
{
color: #11C25D;
}
.AnyTagClassName
{
color: #11C25D;
}
</style>
background-color css
<style>
a { background-color: #11C25D; }
a { background-color: rgb(17,194,93); }
div.DivClassName
{
background-color: #11C25D;
}
.BgClassName
{
background-color: #11C25D;
}
</style>
border-color css
<style>
span { border-color: #11C25D; }
span { border-color: rgb(17,194,93); }
td.TdClassName
{
border-color: #11C25D;
}
.TagClassName
{
border-color: #11C25D;
}
</style>