Shades of Malachite #2ED756
Tints of Malachite #2ED756
RGB
CMYK
RGB Variations
Color information
#2ED756 (or 0x2ED756) is known color: Malachite. HEX triplet: 2E, D7 and 56. RGB value is (46,215,86). Sum of RGB (Red+Green+Blue) = 46+215+86=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 215 (84.38% from 255 or 61.96% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED756 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED756 is #D128A9. Grayscale: #969696. Windows color (decimal): -13707434 or 5691182. OLE color: 5691182.
HSL color Cylindrical-coordinate representation of color #2ED756: hue angle of 134.2º degrees, saturation: 0.68, 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 #2ED756 is Cyan = 0.79, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 86 | - |
| CMYK | 0.79 | 0 | 0.6 | 0.16 |
| HSL | 134.2º | 0.68% | 0.51% | - |
| HSV(B) | 134.2º | 0.79% | 0.84% | - |
| XYZ | 27.11 | 49.85 | 17 | - |
| YUV | 149.76 | 92.01 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 86 | 0.79 | 0 | 0.6 | 0.16 | 134.2 | 0.68 | 0.51 |
| Hex | 2E | D7 | 56 | 4F | 0 | 3C | 10 | 86 | 44 | 33 |
| Octal | 56 | 327 | 126 | 117 | 0 | 74 | 20 | 206 | 104 | 63 |
| Binary | 101110 | 11010111 | 1010110 | 1001111 | 0 | 111100 | 10000 | 10000110 | 1000100 | 110011 |
Color Harmonies of #2ED756
Complementary color
Monochromatic Colors of #2ED756
Black with #2ED756
Text Example
Text Example
White with #2ED756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED756; }
p { color: rgb(46,215,86); }
H1.HeaderClassName
{
color: #2ED756;
}
.AnyTagClassName
{
color: #2ED756;
}
</style>
background-color css
<style>
a { background-color: #2ED756; }
a { background-color: rgb(46,215,86); }
div.DivClassName
{
background-color: #2ED756;
}
.BgClassName
{
background-color: #2ED756;
}
</style>
border-color css
<style>
span { border-color: #2ED756; }
span { border-color: rgb(46,215,86); }
td.TdClassName
{
border-color: #2ED756;
}
.TagClassName
{
border-color: #2ED756;
}
</style>