Shades of Malachite #11DC35
Tints of Malachite #11DC35
RGB
CMYK
RGB Variations
Color information
#11DC35 (or 0x11DC35) is known color: Malachite. HEX triplet: 11, DC and 35. RGB value is (17,220,53). Sum of RGB (Red+Green+Blue) = 17+220+53=290 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.86% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DC35 is #EE23CA. Grayscale: #8C8C8C. Windows color (decimal): -15606731 or 3529745. OLE color: 3529745.
HSL color Cylindrical-coordinate representation of color #11DC35: hue angle of 130.64º 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 #11DC35 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 53 | - |
| CMYK | 0.92 | 0 | 0.76 | 0.14 |
| HSL | 130.64º | 0.86% | 0.46% | - |
| HSV(B) | 130.64º | 0.92% | 0.86% | - |
| XYZ | 26.47 | 51.56 | 11.93 | - |
| YUV | 140.27 | 78.75 | 40.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 53 | 0.92 | 0 | 0.76 | 0.14 | 130.64 | 0.86 | 0.46 |
| Hex | 11 | DC | 35 | 5C | 0 | 4C | E | 83 | 56 | 2E |
| Octal | 21 | 334 | 65 | 134 | 0 | 114 | 16 | 203 | 126 | 56 |
| Binary | 10001 | 11011100 | 110101 | 1011100 | 0 | 1001100 | 1110 | 10000011 | 1010110 | 101110 |
Color Harmonies of #11DC35
Complementary color
Monochromatic Colors of #11DC35
Black with #11DC35
Text Example
Text Example
White with #11DC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC35; }
p { color: rgb(17,220,53); }
H1.HeaderClassName
{
color: #11DC35;
}
.AnyTagClassName
{
color: #11DC35;
}
</style>
background-color css
<style>
a { background-color: #11DC35; }
a { background-color: rgb(17,220,53); }
div.DivClassName
{
background-color: #11DC35;
}
.BgClassName
{
background-color: #11DC35;
}
</style>
border-color css
<style>
span { border-color: #11DC35; }
span { border-color: rgb(17,220,53); }
td.TdClassName
{
border-color: #11DC35;
}
.TagClassName
{
border-color: #11DC35;
}
</style>