Shades of Malachite #2ED654
Tints of Malachite #2ED654
RGB
CMYK
RGB Variations
Color information
#2ED654 (or 0x2ED654) is known color: Malachite. HEX triplet: 2E, D6 and 54. RGB value is (46,214,84). Sum of RGB (Red+Green+Blue) = 46+214+84=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED654 is #D129AB. Grayscale: #959595. Windows color (decimal): -13707692 or 5559854. OLE color: 5559854.
HSL color Cylindrical-coordinate representation of color #2ED654: hue angle of 133.57º 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 #2ED654 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 84 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.16 |
| HSL | 133.57º | 0.67% | 0.51% | - |
| HSV(B) | 133.57º | 0.79% | 0.84% | - |
| XYZ | 26.77 | 49.31 | 16.49 | - |
| YUV | 148.95 | 91.34 | 54.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 84 | 0.79 | 0 | 0.61 | 0.16 | 133.57 | 0.67 | 0.51 |
| Hex | 2E | D6 | 54 | 4F | 0 | 3D | 10 | 86 | 43 | 33 |
| Octal | 56 | 326 | 124 | 117 | 0 | 75 | 20 | 206 | 103 | 63 |
| Binary | 101110 | 11010110 | 1010100 | 1001111 | 0 | 111101 | 10000 | 10000110 | 1000011 | 110011 |
Color Harmonies of #2ED654
Complementary color
Monochromatic Colors of #2ED654
Black with #2ED654
Text Example
Text Example
White with #2ED654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED654; }
p { color: rgb(46,214,84); }
H1.HeaderClassName
{
color: #2ED654;
}
.AnyTagClassName
{
color: #2ED654;
}
</style>
background-color css
<style>
a { background-color: #2ED654; }
a { background-color: rgb(46,214,84); }
div.DivClassName
{
background-color: #2ED654;
}
.BgClassName
{
background-color: #2ED654;
}
</style>
border-color css
<style>
span { border-color: #2ED654; }
span { border-color: rgb(46,214,84); }
td.TdClassName
{
border-color: #2ED654;
}
.TagClassName
{
border-color: #2ED654;
}
</style>