Shades of Malachite #11DD4F
Tints of Malachite #11DD4F
RGB
CMYK
RGB Variations
Color information
#11DD4F (or 0x11DD4F) is known color: Malachite. HEX triplet: 11, DD and 4F. RGB value is (17,221,79). Sum of RGB (Red+Green+Blue) = 17+221+79=317 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.36% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #11DD4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11DD4F is #EE22B0. Grayscale: #909090. Windows color (decimal): -15606449 or 5233937. OLE color: 5233937.
HSL color Cylindrical-coordinate representation of color #11DD4F: hue angle of 138.24º 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 #11DD4F is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 221 | 79 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.13 |
| HSL | 138.24º | 0.86% | 0.47% | - |
| HSV(B) | 138.24º | 0.92% | 0.87% | - |
| XYZ | 27.5 | 52.4 | 16.06 | - |
| YUV | 143.82 | 91.41 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 221 | 79 | 0.92 | 0 | 0.64 | 0.13 | 138.24 | 0.86 | 0.47 |
| Hex | 11 | DD | 4F | 5C | 0 | 40 | D | 8A | 56 | 2F |
| Octal | 21 | 335 | 117 | 134 | 0 | 100 | 15 | 212 | 126 | 57 |
| Binary | 10001 | 11011101 | 1001111 | 1011100 | 0 | 1000000 | 1101 | 10001010 | 1010110 | 101111 |
Color Harmonies of #11DD4F
Complementary color
Monochromatic Colors of #11DD4F
Black with #11DD4F
Text Example
Text Example
White with #11DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DD4F; }
p { color: rgb(17,221,79); }
H1.HeaderClassName
{
color: #11DD4F;
}
.AnyTagClassName
{
color: #11DD4F;
}
</style>
background-color css
<style>
a { background-color: #11DD4F; }
a { background-color: rgb(17,221,79); }
div.DivClassName
{
background-color: #11DD4F;
}
.BgClassName
{
background-color: #11DD4F;
}
</style>
border-color css
<style>
span { border-color: #11DD4F; }
span { border-color: rgb(17,221,79); }
td.TdClassName
{
border-color: #11DD4F;
}
.TagClassName
{
border-color: #11DD4F;
}
</style>