Shades of Malachite #11E050
Tints of Malachite #11E050
RGB
CMYK
RGB Variations
Color information
#11E050 (or 0x11E050) is known color: Malachite. HEX triplet: 11, E0 and 50. RGB value is (17,224,80). Sum of RGB (Red+Green+Blue) = 17+224+80=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 224 (87.89% from 255 or 69.78% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 224 - color contains mainly: green. Hex color #11E050 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11E050 is #EE1FAF. Grayscale: #929292. Windows color (decimal): -15605680 or 5300241. OLE color: 5300241.
HSL color Cylindrical-coordinate representation of color #11E050: hue angle of 138.26º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11E050 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 224 | 80 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.12 |
| HSL | 138.26º | 0.86% | 0.47% | - |
| HSV(B) | 138.26º | 0.92% | 0.88% | - |
| XYZ | 28.33 | 54.01 | 16.52 | - |
| YUV | 145.69 | 90.92 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 224 | 80 | 0.92 | 0 | 0.64 | 0.12 | 138.26 | 0.86 | 0.47 |
| Hex | 11 | E0 | 50 | 5C | 0 | 40 | C | 8A | 56 | 2F |
| Octal | 21 | 340 | 120 | 134 | 0 | 100 | 14 | 212 | 126 | 57 |
| Binary | 10001 | 11100000 | 1010000 | 1011100 | 0 | 1000000 | 1100 | 10001010 | 1010110 | 101111 |
Color Harmonies of #11E050
Complementary color
Monochromatic Colors of #11E050
Black with #11E050
Text Example
Text Example
White with #11E050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11E050; }
p { color: rgb(17,224,80); }
H1.HeaderClassName
{
color: #11E050;
}
.AnyTagClassName
{
color: #11E050;
}
</style>
background-color css
<style>
a { background-color: #11E050; }
a { background-color: rgb(17,224,80); }
div.DivClassName
{
background-color: #11E050;
}
.BgClassName
{
background-color: #11E050;
}
</style>
border-color css
<style>
span { border-color: #11E050; }
span { border-color: rgb(17,224,80); }
td.TdClassName
{
border-color: #11E050;
}
.TagClassName
{
border-color: #11E050;
}
</style>