Shades of Malachite #2ED958
Tints of Malachite #2ED958
RGB
CMYK
RGB Variations
Color information
#2ED958 (or 0x2ED958) is known color: Malachite. HEX triplet: 2E, D9 and 58. RGB value is (46,217,88). Sum of RGB (Red+Green+Blue) = 46+217+88=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 217 (85.16% from 255 or 61.82% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED958 is #D126A7. Grayscale: #979797. Windows color (decimal): -13706920 or 5822766. OLE color: 5822766.
HSL color Cylindrical-coordinate representation of color #2ED958: hue angle of 134.74º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED958 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 88 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.15 |
| HSL | 134.74º | 0.69% | 0.52% | - |
| HSV(B) | 134.74º | 0.79% | 0.85% | - |
| XYZ | 27.7 | 50.91 | 17.6 | - |
| YUV | 151.17 | 92.35 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 88 | 0.79 | 0 | 0.59 | 0.15 | 134.74 | 0.69 | 0.52 |
| Hex | 2E | D9 | 58 | 4F | 0 | 3B | F | 87 | 45 | 34 |
| Octal | 56 | 331 | 130 | 117 | 0 | 73 | 17 | 207 | 105 | 64 |
| Binary | 101110 | 11011001 | 1011000 | 1001111 | 0 | 111011 | 1111 | 10000111 | 1000101 | 110100 |
Color Harmonies of #2ED958
Complementary color
Monochromatic Colors of #2ED958
Black with #2ED958
Text Example
Text Example
White with #2ED958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED958; }
p { color: rgb(46,217,88); }
H1.HeaderClassName
{
color: #2ED958;
}
.AnyTagClassName
{
color: #2ED958;
}
</style>
background-color css
<style>
a { background-color: #2ED958; }
a { background-color: rgb(46,217,88); }
div.DivClassName
{
background-color: #2ED958;
}
.BgClassName
{
background-color: #2ED958;
}
</style>
border-color css
<style>
span { border-color: #2ED958; }
span { border-color: rgb(46,217,88); }
td.TdClassName
{
border-color: #2ED958;
}
.TagClassName
{
border-color: #2ED958;
}
</style>