Shades of Malachite #2ED95D
Tints of Malachite #2ED95D
RGB
CMYK
RGB Variations
Color information
#2ED95D (or 0x2ED95D) is known color: Malachite. HEX triplet: 2E, D9 and 5D. RGB value is (46,217,93). Sum of RGB (Red+Green+Blue) = 46+217+93=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED95D is #D126A2. Grayscale: #989898. Windows color (decimal): -13706915 or 6150446. OLE color: 6150446.
HSL color Cylindrical-coordinate representation of color #2ED95D: hue angle of 136.49º 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 #2ED95D is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 93 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.15 |
| HSL | 136.49º | 0.69% | 0.52% | - |
| HSV(B) | 136.49º | 0.79% | 0.85% | - |
| XYZ | 27.92 | 51 | 18.73 | - |
| YUV | 151.74 | 94.85 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 93 | 0.79 | 0 | 0.57 | 0.15 | 136.49 | 0.69 | 0.52 |
| Hex | 2E | D9 | 5D | 4F | 0 | 39 | F | 88 | 45 | 34 |
| Octal | 56 | 331 | 135 | 117 | 0 | 71 | 17 | 210 | 105 | 64 |
| Binary | 101110 | 11011001 | 1011101 | 1001111 | 0 | 111001 | 1111 | 10001000 | 1000101 | 110100 |
Color Harmonies of #2ED95D
Complementary color
Monochromatic Colors of #2ED95D
Black with #2ED95D
Text Example
Text Example
White with #2ED95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED95D; }
p { color: rgb(46,217,93); }
H1.HeaderClassName
{
color: #2ED95D;
}
.AnyTagClassName
{
color: #2ED95D;
}
</style>
background-color css
<style>
a { background-color: #2ED95D; }
a { background-color: rgb(46,217,93); }
div.DivClassName
{
background-color: #2ED95D;
}
.BgClassName
{
background-color: #2ED95D;
}
</style>
border-color css
<style>
span { border-color: #2ED95D; }
span { border-color: rgb(46,217,93); }
td.TdClassName
{
border-color: #2ED95D;
}
.TagClassName
{
border-color: #2ED95D;
}
</style>