Shades of Malachite #2EDB5D
Tints of Malachite #2EDB5D
RGB
CMYK
RGB Variations
Color information
#2EDB5D (or 0x2EDB5D) is known color: Malachite. HEX triplet: 2E, DB and 5D. RGB value is (46,219,93). Sum of RGB (Red+Green+Blue) = 46+219+93=358 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.85% from 358); Green value is 219 (85.94% from 255 or 61.17% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDB5D is #D124A2. Grayscale: #999999. Windows color (decimal): -13706403 or 6150958. OLE color: 6150958.
HSL color Cylindrical-coordinate representation of color #2EDB5D: hue angle of 136.3º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDB5D is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 93 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.14 |
| HSL | 136.3º | 0.71% | 0.52% | - |
| HSV(B) | 136.3º | 0.79% | 0.86% | - |
| XYZ | 28.43 | 52.03 | 18.9 | - |
| YUV | 152.91 | 94.19 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 93 | 0.79 | 0 | 0.58 | 0.14 | 136.3 | 0.71 | 0.52 |
| Hex | 2E | DB | 5D | 4F | 0 | 3A | E | 88 | 47 | 34 |
| Octal | 56 | 333 | 135 | 117 | 0 | 72 | 16 | 210 | 107 | 64 |
| Binary | 101110 | 11011011 | 1011101 | 1001111 | 0 | 111010 | 1110 | 10001000 | 1000111 | 110100 |
Color Harmonies of #2EDB5D
Complementary color
Monochromatic Colors of #2EDB5D
Black with #2EDB5D
Text Example
Text Example
White with #2EDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDB5D; }
p { color: rgb(46,219,93); }
H1.HeaderClassName
{
color: #2EDB5D;
}
.AnyTagClassName
{
color: #2EDB5D;
}
</style>
background-color css
<style>
a { background-color: #2EDB5D; }
a { background-color: rgb(46,219,93); }
div.DivClassName
{
background-color: #2EDB5D;
}
.BgClassName
{
background-color: #2EDB5D;
}
</style>
border-color css
<style>
span { border-color: #2EDB5D; }
span { border-color: rgb(46,219,93); }
td.TdClassName
{
border-color: #2EDB5D;
}
.TagClassName
{
border-color: #2EDB5D;
}
</style>