Shades of Malachite #2ED552
Tints of Malachite #2ED552
RGB
CMYK
RGB Variations
Color information
#2ED552 (or 0x2ED552) is known color: Malachite. HEX triplet: 2E, D5 and 52. RGB value is (46,213,82). Sum of RGB (Red+Green+Blue) = 46+213+82=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED552 is #D12AAD. Grayscale: #949494. Windows color (decimal): -13707950 or 5428526. OLE color: 5428526.
HSL color Cylindrical-coordinate representation of color #2ED552: hue angle of 132.93º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED552 is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 82 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.16 |
| HSL | 132.93º | 0.67% | 0.51% | - |
| HSV(B) | 132.93º | 0.78% | 0.84% | - |
| XYZ | 26.44 | 48.78 | 16 | - |
| YUV | 148.13 | 90.67 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 82 | 0.78 | 0 | 0.62 | 0.16 | 132.93 | 0.67 | 0.51 |
| Hex | 2E | D5 | 52 | 4E | 0 | 3E | 10 | 85 | 43 | 33 |
| Octal | 56 | 325 | 122 | 116 | 0 | 76 | 20 | 205 | 103 | 63 |
| Binary | 101110 | 11010101 | 1010010 | 1001110 | 0 | 111110 | 10000 | 10000101 | 1000011 | 110011 |
Color Harmonies of #2ED552
Complementary color
Monochromatic Colors of #2ED552
Black with #2ED552
Text Example
Text Example
White with #2ED552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED552; }
p { color: rgb(46,213,82); }
H1.HeaderClassName
{
color: #2ED552;
}
.AnyTagClassName
{
color: #2ED552;
}
</style>
background-color css
<style>
a { background-color: #2ED552; }
a { background-color: rgb(46,213,82); }
div.DivClassName
{
background-color: #2ED552;
}
.BgClassName
{
background-color: #2ED552;
}
</style>
border-color css
<style>
span { border-color: #2ED552; }
span { border-color: rgb(46,213,82); }
td.TdClassName
{
border-color: #2ED552;
}
.TagClassName
{
border-color: #2ED552;
}
</style>