Shades of Malachite #11DB4A
Tints of Malachite #11DB4A
RGB
CMYK
RGB Variations
Color information
#11DB4A (or 0x11DB4A) is known color: Malachite. HEX triplet: 11, DB and 4A. RGB value is (17,219,74). Sum of RGB (Red+Green+Blue) = 17+219+74=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 219 (85.94% from 255 or 70.65% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 219 - color contains mainly: green. Hex color #11DB4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11DB4A is #EE24B5. Grayscale: #8E8E8E. Windows color (decimal): -15606966 or 4905745. OLE color: 4905745.
HSL color Cylindrical-coordinate representation of color #11DB4A: hue angle of 136.93º 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 #11DB4A is Cyan = 0.92, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 219 | 74 | - |
| CMYK | 0.92 | 0 | 0.66 | 0.14 |
| HSL | 136.93º | 0.86% | 0.46% | - |
| HSV(B) | 136.93º | 0.92% | 0.86% | - |
| XYZ | 26.8 | 51.28 | 14.96 | - |
| YUV | 142.07 | 89.58 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 219 | 74 | 0.92 | 0 | 0.66 | 0.14 | 136.93 | 0.86 | 0.46 |
| Hex | 11 | DB | 4A | 5C | 0 | 42 | E | 89 | 56 | 2E |
| Octal | 21 | 333 | 112 | 134 | 0 | 102 | 16 | 211 | 126 | 56 |
| Binary | 10001 | 11011011 | 1001010 | 1011100 | 0 | 1000010 | 1110 | 10001001 | 1010110 | 101110 |
Color Harmonies of #11DB4A
Complementary color
Monochromatic Colors of #11DB4A
Black with #11DB4A
Text Example
Text Example
White with #11DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DB4A; }
p { color: rgb(17,219,74); }
H1.HeaderClassName
{
color: #11DB4A;
}
.AnyTagClassName
{
color: #11DB4A;
}
</style>
background-color css
<style>
a { background-color: #11DB4A; }
a { background-color: rgb(17,219,74); }
div.DivClassName
{
background-color: #11DB4A;
}
.BgClassName
{
background-color: #11DB4A;
}
</style>
border-color css
<style>
span { border-color: #11DB4A; }
span { border-color: rgb(17,219,74); }
td.TdClassName
{
border-color: #11DB4A;
}
.TagClassName
{
border-color: #11DB4A;
}
</style>