Shades of Malachite #11DC4F
Tints of Malachite #11DC4F
RGB
CMYK
RGB Variations
Color information
#11DC4F (or 0x11DC4F) is known color: Malachite. HEX triplet: 11, DC and 4F. RGB value is (17,220,79). Sum of RGB (Red+Green+Blue) = 17+220+79=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #11DC4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DC4F is #EE23B0. Grayscale: #8F8F8F. Windows color (decimal): -15606705 or 5233681. OLE color: 5233681.
HSL color Cylindrical-coordinate representation of color #11DC4F: hue angle of 138.33º 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 #11DC4F is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 220 | 79 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.14 |
| HSL | 138.33º | 0.86% | 0.46% | - |
| HSV(B) | 138.33º | 0.92% | 0.86% | - |
| XYZ | 27.24 | 51.87 | 15.97 | - |
| YUV | 143.23 | 91.75 | 37.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 220 | 79 | 0.92 | 0 | 0.64 | 0.14 | 138.33 | 0.86 | 0.46 |
| Hex | 11 | DC | 4F | 5C | 0 | 40 | E | 8A | 56 | 2E |
| Octal | 21 | 334 | 117 | 134 | 0 | 100 | 16 | 212 | 126 | 56 |
| Binary | 10001 | 11011100 | 1001111 | 1011100 | 0 | 1000000 | 1110 | 10001010 | 1010110 | 101110 |
Color Harmonies of #11DC4F
Complementary color
Monochromatic Colors of #11DC4F
Black with #11DC4F
Text Example
Text Example
White with #11DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DC4F; }
p { color: rgb(17,220,79); }
H1.HeaderClassName
{
color: #11DC4F;
}
.AnyTagClassName
{
color: #11DC4F;
}
</style>
background-color css
<style>
a { background-color: #11DC4F; }
a { background-color: rgb(17,220,79); }
div.DivClassName
{
background-color: #11DC4F;
}
.BgClassName
{
background-color: #11DC4F;
}
</style>
border-color css
<style>
span { border-color: #11DC4F; }
span { border-color: rgb(17,220,79); }
td.TdClassName
{
border-color: #11DC4F;
}
.TagClassName
{
border-color: #11DC4F;
}
</style>