Shades of Malachite #2ED657
Tints of Malachite #2ED657
RGB
CMYK
RGB Variations
Color information
#2ED657 (or 0x2ED657) is known color: Malachite. HEX triplet: 2E, D6 and 57. RGB value is (46,214,87). Sum of RGB (Red+Green+Blue) = 46+214+87=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED657 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED657 is #D129A8. Grayscale: #959595. Windows color (decimal): -13707689 or 5756462. OLE color: 5756462.
HSL color Cylindrical-coordinate representation of color #2ED657: hue angle of 134.64º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED657 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 87 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.16 |
| HSL | 134.64º | 0.67% | 0.51% | - |
| HSV(B) | 134.64º | 0.79% | 0.84% | - |
| XYZ | 26.89 | 49.36 | 17.13 | - |
| YUV | 149.29 | 92.84 | 54.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 87 | 0.79 | 0 | 0.59 | 0.16 | 134.64 | 0.67 | 0.51 |
| Hex | 2E | D6 | 57 | 4F | 0 | 3B | 10 | 87 | 43 | 33 |
| Octal | 56 | 326 | 127 | 117 | 0 | 73 | 20 | 207 | 103 | 63 |
| Binary | 101110 | 11010110 | 1010111 | 1001111 | 0 | 111011 | 10000 | 10000111 | 1000011 | 110011 |
Color Harmonies of #2ED657
Complementary color
Monochromatic Colors of #2ED657
Black with #2ED657
Text Example
Text Example
White with #2ED657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED657; }
p { color: rgb(46,214,87); }
H1.HeaderClassName
{
color: #2ED657;
}
.AnyTagClassName
{
color: #2ED657;
}
</style>
background-color css
<style>
a { background-color: #2ED657; }
a { background-color: rgb(46,214,87); }
div.DivClassName
{
background-color: #2ED657;
}
.BgClassName
{
background-color: #2ED657;
}
</style>
border-color css
<style>
span { border-color: #2ED657; }
span { border-color: rgb(46,214,87); }
td.TdClassName
{
border-color: #2ED657;
}
.TagClassName
{
border-color: #2ED657;
}
</style>