Shades of Malachite #2EDC5D
Tints of Malachite #2EDC5D
RGB
CMYK
RGB Variations
Color information
#2EDC5D (or 0x2EDC5D) is known color: Malachite. HEX triplet: 2E, DC and 5D. RGB value is (46,220,93). Sum of RGB (Red+Green+Blue) = 46+220+93=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 220 (86.33% from 255 or 61.28% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC5D is #D123A2. Grayscale: #999999. Windows color (decimal): -13706147 or 6151214. OLE color: 6151214.
HSL color Cylindrical-coordinate representation of color #2EDC5D: hue angle of 136.21º 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 #2EDC5D is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 93 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.14 |
| HSL | 136.21º | 0.71% | 0.52% | - |
| HSV(B) | 136.21º | 0.79% | 0.86% | - |
| XYZ | 28.7 | 52.56 | 18.99 | - |
| YUV | 153.5 | 93.85 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 93 | 0.79 | 0 | 0.58 | 0.14 | 136.21 | 0.71 | 0.52 |
| Hex | 2E | DC | 5D | 4F | 0 | 3A | E | 88 | 47 | 34 |
| Octal | 56 | 334 | 135 | 117 | 0 | 72 | 16 | 210 | 107 | 64 |
| Binary | 101110 | 11011100 | 1011101 | 1001111 | 0 | 111010 | 1110 | 10001000 | 1000111 | 110100 |
Color Harmonies of #2EDC5D
Complementary color
Monochromatic Colors of #2EDC5D
Black with #2EDC5D
Text Example
Text Example
White with #2EDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC5D; }
p { color: rgb(46,220,93); }
H1.HeaderClassName
{
color: #2EDC5D;
}
.AnyTagClassName
{
color: #2EDC5D;
}
</style>
background-color css
<style>
a { background-color: #2EDC5D; }
a { background-color: rgb(46,220,93); }
div.DivClassName
{
background-color: #2EDC5D;
}
.BgClassName
{
background-color: #2EDC5D;
}
</style>
border-color css
<style>
span { border-color: #2EDC5D; }
span { border-color: rgb(46,220,93); }
td.TdClassName
{
border-color: #2EDC5D;
}
.TagClassName
{
border-color: #2EDC5D;
}
</style>