Shades of Malachite #11D641
Tints of Malachite #11D641
RGB
CMYK
RGB Variations
Color information
#11D641 (or 0x11D641) is known color: Malachite. HEX triplet: 11, D6 and 41. RGB value is (17,214,65). Sum of RGB (Red+Green+Blue) = 17+214+65=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 214 (83.98% from 255 or 72.30% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 214 - color contains mainly: green. Hex color #11D641 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11D641 is #EE29BE. Grayscale: #8A8A8A. Windows color (decimal): -15608255 or 4314641. OLE color: 4314641.
HSL color Cylindrical-coordinate representation of color #11D641: hue angle of 134.62º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D641 is Cyan = 0.92, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 65 | - |
| CMYK | 0.92 | 0 | 0.70 | 0.16 |
| HSL | 134.62º | 0.85% | 0.45% | - |
| HSV(B) | 134.62º | 0.92% | 0.84% | - |
| XYZ | 25.23 | 48.59 | 13.05 | - |
| YUV | 138.11 | 86.73 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 65 | 0.92 | 0 | 0.70 | 0.16 | 134.62 | 0.85 | 0.45 |
| Hex | 11 | D6 | 41 | 5C | 0 | 46 | 10 | 87 | 55 | 2D |
| Octal | 21 | 326 | 101 | 134 | 0 | 106 | 20 | 207 | 125 | 55 |
| Binary | 10001 | 11010110 | 1000001 | 1011100 | 0 | 1000110 | 10000 | 10000111 | 1010101 | 101101 |
Color Harmonies of #11D641
Complementary color
Monochromatic Colors of #11D641
Black with #11D641
Text Example
Text Example
White with #11D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D641; }
p { color: rgb(17,214,65); }
H1.HeaderClassName
{
color: #11D641;
}
.AnyTagClassName
{
color: #11D641;
}
</style>
background-color css
<style>
a { background-color: #11D641; }
a { background-color: rgb(17,214,65); }
div.DivClassName
{
background-color: #11D641;
}
.BgClassName
{
background-color: #11D641;
}
</style>
border-color css
<style>
span { border-color: #11D641; }
span { border-color: rgb(17,214,65); }
td.TdClassName
{
border-color: #11D641;
}
.TagClassName
{
border-color: #11D641;
}
</style>