Shades of Malachite #2ECD55
Tints of Malachite #2ECD55
RGB
CMYK
RGB Variations
Color information
#2ECD55 (or 0x2ECD55) is known color: Malachite. HEX triplet: 2E, CD and 55. RGB value is (46,205,85). Sum of RGB (Red+Green+Blue) = 46+205+85=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 205 (80.47% from 255 or 61.01% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECD55 is #D132AA. Grayscale: #909090. Windows color (decimal): -13709995 or 5623086. OLE color: 5623086.
HSL color Cylindrical-coordinate representation of color #2ECD55: hue angle of 134.72º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD55 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 85 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.20 |
| HSL | 134.72º | 0.63% | 0.49% | - |
| HSV(B) | 134.72º | 0.78% | 0.8% | - |
| XYZ | 24.6 | 44.9 | 15.96 | - |
| YUV | 143.78 | 94.82 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 85 | 0.78 | 0 | 0.59 | 0.20 | 134.72 | 0.63 | 0.49 |
| Hex | 2E | CD | 55 | 4E | 0 | 3B | 14 | 87 | 3F | 31 |
| Octal | 56 | 315 | 125 | 116 | 0 | 73 | 24 | 207 | 77 | 61 |
| Binary | 101110 | 11001101 | 1010101 | 1001110 | 0 | 111011 | 10100 | 10000111 | 111111 | 110001 |
Color Harmonies of #2ECD55
Complementary color
Monochromatic Colors of #2ECD55
Black with #2ECD55
Text Example
Text Example
White with #2ECD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD55; }
p { color: rgb(46,205,85); }
H1.HeaderClassName
{
color: #2ECD55;
}
.AnyTagClassName
{
color: #2ECD55;
}
</style>
background-color css
<style>
a { background-color: #2ECD55; }
a { background-color: rgb(46,205,85); }
div.DivClassName
{
background-color: #2ECD55;
}
.BgClassName
{
background-color: #2ECD55;
}
</style>
border-color css
<style>
span { border-color: #2ECD55; }
span { border-color: rgb(46,205,85); }
td.TdClassName
{
border-color: #2ECD55;
}
.TagClassName
{
border-color: #2ECD55;
}
</style>