Shades of Malachite #11DD34
Tints of Malachite #11DD34
RGB
CMYK
RGB Variations
Color information
#11DD34 (or 0x11DD34) is known color: Malachite. HEX triplet: 11, DD and 34. RGB value is (17,221,52). Sum of RGB (Red+Green+Blue) = 17+221+52=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 221 (86.72% from 255 or 76.21% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DD34 is #EE22CB. Grayscale: #8D8D8D. Windows color (decimal): -15606476 or 3464465. OLE color: 3464465.
HSL color Cylindrical-coordinate representation of color #11DD34: hue angle of 130.29º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DD34 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 52 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.13 |
| HSL | 130.29º | 0.86% | 0.47% | - |
| HSV(B) | 130.29º | 0.92% | 0.87% | - |
| XYZ | 26.71 | 52.08 | 11.89 | - |
| YUV | 140.74 | 77.91 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 52 | 0.92 | 0 | 0.76 | 0.13 | 130.29 | 0.86 | 0.47 |
| Hex | 11 | DD | 34 | 5C | 0 | 4C | D | 82 | 56 | 2F |
| Octal | 21 | 335 | 64 | 134 | 0 | 114 | 15 | 202 | 126 | 57 |
| Binary | 10001 | 11011101 | 110100 | 1011100 | 0 | 1001100 | 1101 | 10000010 | 1010110 | 101111 |
Color Harmonies of #11DD34
Complementary color
Monochromatic Colors of #11DD34
Black with #11DD34
Text Example
Text Example
White with #11DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DD34; }
p { color: rgb(17,221,52); }
H1.HeaderClassName
{
color: #11DD34;
}
.AnyTagClassName
{
color: #11DD34;
}
</style>
background-color css
<style>
a { background-color: #11DD34; }
a { background-color: rgb(17,221,52); }
div.DivClassName
{
background-color: #11DD34;
}
.BgClassName
{
background-color: #11DD34;
}
</style>
border-color css
<style>
span { border-color: #11DD34; }
span { border-color: rgb(17,221,52); }
td.TdClassName
{
border-color: #11DD34;
}
.TagClassName
{
border-color: #11DD34;
}
</style>