Shades of Malachite #2ED751
Tints of Malachite #2ED751
RGB
CMYK
RGB Variations
Color information
#2ED751 (or 0x2ED751) is known color: Malachite. HEX triplet: 2E, D7 and 51. RGB value is (46,215,81). Sum of RGB (Red+Green+Blue) = 46+215+81=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 215 (84.38% from 255 or 62.87% from 342); Blue value is 81 (32.03% from 255 or 23.68% from 342); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED751 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED751 is #D128AE. Grayscale: #959595. Windows color (decimal): -13707439 or 5363502. OLE color: 5363502.
HSL color Cylindrical-coordinate representation of color #2ED751: hue angle of 132.43º 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 #2ED751 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 81 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.16 |
| HSL | 132.43º | 0.68% | 0.51% | - |
| HSV(B) | 132.43º | 0.79% | 0.84% | - |
| XYZ | 26.91 | 49.78 | 15.97 | - |
| YUV | 149.19 | 89.51 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 81 | 0.79 | 0 | 0.62 | 0.16 | 132.43 | 0.68 | 0.51 |
| Hex | 2E | D7 | 51 | 4F | 0 | 3E | 10 | 84 | 44 | 33 |
| Octal | 56 | 327 | 121 | 117 | 0 | 76 | 20 | 204 | 104 | 63 |
| Binary | 101110 | 11010111 | 1010001 | 1001111 | 0 | 111110 | 10000 | 10000100 | 1000100 | 110011 |
Color Harmonies of #2ED751
Complementary color
Monochromatic Colors of #2ED751
Black with #2ED751
Text Example
Text Example
White with #2ED751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED751; }
p { color: rgb(46,215,81); }
H1.HeaderClassName
{
color: #2ED751;
}
.AnyTagClassName
{
color: #2ED751;
}
</style>
background-color css
<style>
a { background-color: #2ED751; }
a { background-color: rgb(46,215,81); }
div.DivClassName
{
background-color: #2ED751;
}
.BgClassName
{
background-color: #2ED751;
}
</style>
border-color css
<style>
span { border-color: #2ED751; }
span { border-color: rgb(46,215,81); }
td.TdClassName
{
border-color: #2ED751;
}
.TagClassName
{
border-color: #2ED751;
}
</style>