Shades of Malachite #02EC5D
Tints of Malachite #02EC5D
RGB
CMYK
RGB Variations
Color information
#02EC5D (or 0x02EC5D) is known color: Malachite. HEX triplet: 02, EC and 5D. RGB value is (2,236,93). Sum of RGB (Red+Green+Blue) = 2+236+93=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC5D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC5D is #FD13A2. Grayscale: #969696. Windows color (decimal): -16585635 or 6155266. OLE color: 6155266.
HSL color Cylindrical-coordinate representation of color #02EC5D: hue angle of 143.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC5D is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 93 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.07 |
| HSL | 143.33º | 0.98% | 0.47% | - |
| HSV(B) | 143.33º | 0.99% | 0.93% | - |
| XYZ | 32 | 60.79 | 20.4 | - |
| YUV | 149.73 | 95.98 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 93 | 0.99 | 0 | 0.61 | 0.07 | 143.33 | 0.98 | 0.47 |
| Hex | 2 | EC | 5D | 63 | 0 | 3D | 7 | 8F | 62 | 2F |
| Octal | 2 | 354 | 135 | 143 | 0 | 75 | 7 | 217 | 142 | 57 |
| Binary | 10 | 11101100 | 1011101 | 1100011 | 0 | 111101 | 111 | 10001111 | 1100010 | 101111 |
Color Harmonies of #02EC5D
Complementary color
Monochromatic Colors of #02EC5D
Black with #02EC5D
Text Example
Text Example
White with #02EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC5D; }
p { color: rgb(2,236,93); }
H1.HeaderClassName
{
color: #02EC5D;
}
.AnyTagClassName
{
color: #02EC5D;
}
</style>
background-color css
<style>
a { background-color: #02EC5D; }
a { background-color: rgb(2,236,93); }
div.DivClassName
{
background-color: #02EC5D;
}
.BgClassName
{
background-color: #02EC5D;
}
</style>
border-color css
<style>
span { border-color: #02EC5D; }
span { border-color: rgb(2,236,93); }
td.TdClassName
{
border-color: #02EC5D;
}
.TagClassName
{
border-color: #02EC5D;
}
</style>