Shades of Malachite #00EC61
Tints of Malachite #00EC61
RGB
CMYK
RGB Variations
Color information
#00EC61 (or 0x00EC61) is known color: Malachite. HEX triplet: 00, EC and 61. RGB value is (0,236,97). Sum of RGB (Red+Green+Blue) = 0+236+97=333 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #00EC61 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #00EC61 is #FF139E. Grayscale: #959595. Windows color (decimal): -16716703 or 6417408. OLE color: 6417408.
HSL color Cylindrical-coordinate representation of color #00EC61: hue angle of 144.66º 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 #00EC61 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 236 | 97 | - |
| CMYK | 1 | 0 | 0.59 | 0.07 |
| HSL | 144.66º | 1% | 0.46% | - |
| HSV(B) | 144.66º | 1% | 0.93% | - |
| XYZ | 32.15 | 60.85 | 21.36 | - |
| YUV | 149.59 | 98.31 | 21.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 236 | 97 | 1 | 0 | 0.59 | 0.07 | 144.66 | 1 | 0.46 |
| Hex | 0 | EC | 61 | 64 | 0 | 3B | 7 | 91 | 64 | 2E |
| Octal | 0 | 354 | 141 | 144 | 0 | 73 | 7 | 221 | 144 | 56 |
| Binary | 0 | 11101100 | 1100001 | 1100100 | 0 | 111011 | 111 | 10010001 | 1100100 | 101110 |
Color Harmonies of #00EC61
Complementary color
Monochromatic Colors of #00EC61
Black with #00EC61
Text Example
Text Example
White with #00EC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EC61; }
p { color: rgb(0,236,97); }
H1.HeaderClassName
{
color: #00EC61;
}
.AnyTagClassName
{
color: #00EC61;
}
</style>
background-color css
<style>
a { background-color: #00EC61; }
a { background-color: rgb(0,236,97); }
div.DivClassName
{
background-color: #00EC61;
}
.BgClassName
{
background-color: #00EC61;
}
</style>
border-color css
<style>
span { border-color: #00EC61; }
span { border-color: rgb(0,236,97); }
td.TdClassName
{
border-color: #00EC61;
}
.TagClassName
{
border-color: #00EC61;
}
</style>