Shades of Malachite #2ED652
Tints of Malachite #2ED652
RGB
CMYK
RGB Variations
Color information
#2ED652 (or 0x2ED652) is known color: Malachite. HEX triplet: 2E, D6 and 52. RGB value is (46,214,82). Sum of RGB (Red+Green+Blue) = 46+214+82=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED652 is #D129AD. Grayscale: #959595. Windows color (decimal): -13707694 or 5428782. OLE color: 5428782.
HSL color Cylindrical-coordinate representation of color #2ED652: hue angle of 132.86º degrees, saturation: 0.67, 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 #2ED652 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 82 | - |
| CMYK | 0.79 | 0 | 0.62 | 0.16 |
| HSL | 132.86º | 0.67% | 0.51% | - |
| HSV(B) | 132.86º | 0.79% | 0.84% | - |
| XYZ | 26.7 | 49.28 | 16.09 | - |
| YUV | 148.72 | 90.34 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 82 | 0.79 | 0 | 0.62 | 0.16 | 132.86 | 0.67 | 0.51 |
| Hex | 2E | D6 | 52 | 4F | 0 | 3E | 10 | 85 | 43 | 33 |
| Octal | 56 | 326 | 122 | 117 | 0 | 76 | 20 | 205 | 103 | 63 |
| Binary | 101110 | 11010110 | 1010010 | 1001111 | 0 | 111110 | 10000 | 10000101 | 1000011 | 110011 |
Color Harmonies of #2ED652
Complementary color
Monochromatic Colors of #2ED652
Black with #2ED652
Text Example
Text Example
White with #2ED652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED652; }
p { color: rgb(46,214,82); }
H1.HeaderClassName
{
color: #2ED652;
}
.AnyTagClassName
{
color: #2ED652;
}
</style>
background-color css
<style>
a { background-color: #2ED652; }
a { background-color: rgb(46,214,82); }
div.DivClassName
{
background-color: #2ED652;
}
.BgClassName
{
background-color: #2ED652;
}
</style>
border-color css
<style>
span { border-color: #2ED652; }
span { border-color: rgb(46,214,82); }
td.TdClassName
{
border-color: #2ED652;
}
.TagClassName
{
border-color: #2ED652;
}
</style>