Shades of Malachite #2EDD5C
Tints of Malachite #2EDD5C
RGB
CMYK
RGB Variations
Color information
#2EDD5C (or 0x2EDD5C) is known color: Malachite. HEX triplet: 2E, DD and 5C. RGB value is (46,221,92). Sum of RGB (Red+Green+Blue) = 46+221+92=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 221 (86.72% from 255 or 61.56% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD5C is #D122A3. Grayscale: #9A9A9A. Windows color (decimal): -13705892 or 6085934. OLE color: 6085934.
HSL color Cylindrical-coordinate representation of color #2EDD5C: hue angle of 135.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD5C is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 92 | - |
| CMYK | 0.79 | 0 | 0.58 | 0.13 |
| HSL | 135.77º | 0.72% | 0.52% | - |
| HSV(B) | 135.77º | 0.79% | 0.87% | - |
| XYZ | 28.91 | 53.07 | 18.84 | - |
| YUV | 153.97 | 93.02 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 92 | 0.79 | 0 | 0.58 | 0.13 | 135.77 | 0.72 | 0.52 |
| Hex | 2E | DD | 5C | 4F | 0 | 3A | D | 88 | 48 | 34 |
| Octal | 56 | 335 | 134 | 117 | 0 | 72 | 15 | 210 | 110 | 64 |
| Binary | 101110 | 11011101 | 1011100 | 1001111 | 0 | 111010 | 1101 | 10001000 | 1001000 | 110100 |
Color Harmonies of #2EDD5C
Complementary color
Monochromatic Colors of #2EDD5C
Black with #2EDD5C
Text Example
Text Example
White with #2EDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD5C; }
p { color: rgb(46,221,92); }
H1.HeaderClassName
{
color: #2EDD5C;
}
.AnyTagClassName
{
color: #2EDD5C;
}
</style>
background-color css
<style>
a { background-color: #2EDD5C; }
a { background-color: rgb(46,221,92); }
div.DivClassName
{
background-color: #2EDD5C;
}
.BgClassName
{
background-color: #2EDD5C;
}
</style>
border-color css
<style>
span { border-color: #2EDD5C; }
span { border-color: rgb(46,221,92); }
td.TdClassName
{
border-color: #2EDD5C;
}
.TagClassName
{
border-color: #2EDD5C;
}
</style>