Shades of Malachite #2ED456
Tints of Malachite #2ED456
RGB
CMYK
RGB Variations
Color information
#2ED456 (or 0x2ED456) is known color: Malachite. HEX triplet: 2E, D4 and 56. RGB value is (46,212,86). Sum of RGB (Red+Green+Blue) = 46+212+86=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 212 (83.20% from 255 or 61.63% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED456 is #D12BA9. Grayscale: #949494. Windows color (decimal): -13708202 or 5690414. OLE color: 5690414.
HSL color Cylindrical-coordinate representation of color #2ED456: hue angle of 134.46º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED456 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 86 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.17 |
| HSL | 134.46º | 0.66% | 0.51% | - |
| HSV(B) | 134.46º | 0.78% | 0.83% | - |
| XYZ | 26.35 | 48.34 | 16.75 | - |
| YUV | 148 | 93 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 86 | 0.78 | 0 | 0.59 | 0.17 | 134.46 | 0.66 | 0.51 |
| Hex | 2E | D4 | 56 | 4E | 0 | 3B | 11 | 86 | 42 | 33 |
| Octal | 56 | 324 | 126 | 116 | 0 | 73 | 21 | 206 | 102 | 63 |
| Binary | 101110 | 11010100 | 1010110 | 1001110 | 0 | 111011 | 10001 | 10000110 | 1000010 | 110011 |
Color Harmonies of #2ED456
Complementary color
Monochromatic Colors of #2ED456
Black with #2ED456
Text Example
Text Example
White with #2ED456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED456; }
p { color: rgb(46,212,86); }
H1.HeaderClassName
{
color: #2ED456;
}
.AnyTagClassName
{
color: #2ED456;
}
</style>
background-color css
<style>
a { background-color: #2ED456; }
a { background-color: rgb(46,212,86); }
div.DivClassName
{
background-color: #2ED456;
}
.BgClassName
{
background-color: #2ED456;
}
</style>
border-color css
<style>
span { border-color: #2ED456; }
span { border-color: rgb(46,212,86); }
td.TdClassName
{
border-color: #2ED456;
}
.TagClassName
{
border-color: #2ED456;
}
</style>