Shades of Malachite #00EC50
Tints of Malachite #00EC50
RGB
CMYK
RGB Variations
Color information
#00EC50 (or 0x00EC50) is known color: Malachite. HEX triplet: 00, EC and 50. RGB value is (0,236,80). Sum of RGB (Red+Green+Blue) = 0+236+80=316 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 316); Green value is 236 (92.58% from 255 or 74.68% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00EC50 is #FF13AF. Grayscale: #949494. Windows color (decimal): -16716720 or 5303296. OLE color: 5303296.
HSL color Cylindrical-coordinate representation of color #00EC50: hue angle of 140.34º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EC50 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 80 | - |
| CMYK | 1 | 0 | 0.66 | 0.07 |
| HSL | 140.34º | 1% | 0.46% | - |
| HSV(B) | 140.34º | 1% | 0.93% | - |
| XYZ | 31.44 | 60.57 | 17.62 | - |
| YUV | 147.65 | 89.81 | 22.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 80 | 1 | 0 | 0.66 | 0.07 | 140.34 | 1 | 0.46 |
| Hex | 0 | EC | 50 | 64 | 0 | 42 | 7 | 8C | 64 | 2E |
| Octal | 0 | 354 | 120 | 144 | 0 | 102 | 7 | 214 | 144 | 56 |
| Binary | 0 | 11101100 | 1010000 | 1100100 | 0 | 1000010 | 111 | 10001100 | 1100100 | 101110 |
Color Harmonies of #00EC50
Complementary color
Monochromatic Colors of #00EC50
Black with #00EC50
Text Example
Text Example
White with #00EC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC50; }
p { color: rgb(0,236,80); }
H1.HeaderClassName
{
color: #00EC50;
}
.AnyTagClassName
{
color: #00EC50;
}
</style>
background-color css
<style>
a { background-color: #00EC50; }
a { background-color: rgb(0,236,80); }
div.DivClassName
{
background-color: #00EC50;
}
.BgClassName
{
background-color: #00EC50;
}
</style>
border-color css
<style>
span { border-color: #00EC50; }
span { border-color: rgb(0,236,80); }
td.TdClassName
{
border-color: #00EC50;
}
.TagClassName
{
border-color: #00EC50;
}
</style>