Shades of Malachite #2ED955
Tints of Malachite #2ED955
RGB
CMYK
RGB Variations
Color information
#2ED955 (or 0x2ED955) is known color: Malachite. HEX triplet: 2E, D9 and 55. RGB value is (46,217,85). Sum of RGB (Red+Green+Blue) = 46+217+85=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 217 (85.16% from 255 or 62.36% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED955 is #D126AA. Grayscale: #979797. Windows color (decimal): -13706923 or 5626158. OLE color: 5626158.
HSL color Cylindrical-coordinate representation of color #2ED955: hue angle of 133.68º 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 #2ED955 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 85 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.15 |
| HSL | 133.68º | 0.69% | 0.52% | - |
| HSV(B) | 133.68º | 0.79% | 0.85% | - |
| XYZ | 27.58 | 50.86 | 16.96 | - |
| YUV | 150.82 | 90.85 | 53.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 85 | 0.79 | 0 | 0.61 | 0.15 | 133.68 | 0.69 | 0.52 |
| Hex | 2E | D9 | 55 | 4F | 0 | 3D | F | 86 | 45 | 34 |
| Octal | 56 | 331 | 125 | 117 | 0 | 75 | 17 | 206 | 105 | 64 |
| Binary | 101110 | 11011001 | 1010101 | 1001111 | 0 | 111101 | 1111 | 10000110 | 1000101 | 110100 |
Color Harmonies of #2ED955
Complementary color
Monochromatic Colors of #2ED955
Black with #2ED955
Text Example
Text Example
White with #2ED955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED955; }
p { color: rgb(46,217,85); }
H1.HeaderClassName
{
color: #2ED955;
}
.AnyTagClassName
{
color: #2ED955;
}
</style>
background-color css
<style>
a { background-color: #2ED955; }
a { background-color: rgb(46,217,85); }
div.DivClassName
{
background-color: #2ED955;
}
.BgClassName
{
background-color: #2ED955;
}
</style>
border-color css
<style>
span { border-color: #2ED955; }
span { border-color: rgb(46,217,85); }
td.TdClassName
{
border-color: #2ED955;
}
.TagClassName
{
border-color: #2ED955;
}
</style>