Shades of Malachite #11DC34
Tints of Malachite #11DC34
RGB
CMYK
RGB Variations
Color information
#11DC34 (or 0x11DC34) is known color: Malachite. HEX triplet: 11, DC and 34. RGB value is (17,220,52). Sum of RGB (Red+Green+Blue) = 17+220+52=289 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.88% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DC34 is #EE23CB. Grayscale: #8C8C8C. Windows color (decimal): -15606732 or 3464209. OLE color: 3464209.
HSL color Cylindrical-coordinate representation of color #11DC34: hue angle of 130.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DC34 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 52 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.14 |
| HSL | 130.34º | 0.86% | 0.46% | - |
| HSV(B) | 130.34º | 0.92% | 0.86% | - |
| XYZ | 26.44 | 51.55 | 11.81 | - |
| YUV | 140.15 | 78.25 | 40.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 52 | 0.92 | 0 | 0.76 | 0.14 | 130.34 | 0.86 | 0.46 |
| Hex | 11 | DC | 34 | 5C | 0 | 4C | E | 82 | 56 | 2E |
| Octal | 21 | 334 | 64 | 134 | 0 | 114 | 16 | 202 | 126 | 56 |
| Binary | 10001 | 11011100 | 110100 | 1011100 | 0 | 1001100 | 1110 | 10000010 | 1010110 | 101110 |
Color Harmonies of #11DC34
Complementary color
Monochromatic Colors of #11DC34
Black with #11DC34
Text Example
Text Example
White with #11DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC34; }
p { color: rgb(17,220,52); }
H1.HeaderClassName
{
color: #11DC34;
}
.AnyTagClassName
{
color: #11DC34;
}
</style>
background-color css
<style>
a { background-color: #11DC34; }
a { background-color: rgb(17,220,52); }
div.DivClassName
{
background-color: #11DC34;
}
.BgClassName
{
background-color: #11DC34;
}
</style>
border-color css
<style>
span { border-color: #11DC34; }
span { border-color: rgb(17,220,52); }
td.TdClassName
{
border-color: #11DC34;
}
.TagClassName
{
border-color: #11DC34;
}
</style>