Shades of Malachite #02EC55
Tints of Malachite #02EC55
RGB
CMYK
RGB Variations
Color information
#02EC55 (or 0x02EC55) is known color: Malachite. HEX triplet: 02, EC and 55. RGB value is (2,236,85). Sum of RGB (Red+Green+Blue) = 2+236+85=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 236 (92.58% from 255 or 73.07% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC55 is #FD13AA. Grayscale: #959595. Windows color (decimal): -16585643 or 5630978. OLE color: 5630978.
HSL color Cylindrical-coordinate representation of color #02EC55: hue angle of 141.28º 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 #02EC55 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 85 | - |
| CMYK | 0.99 | 0 | 0.64 | 0.07 |
| HSL | 141.28º | 0.98% | 0.47% | - |
| HSV(B) | 141.28º | 0.99% | 0.93% | - |
| XYZ | 31.66 | 60.66 | 18.63 | - |
| YUV | 148.82 | 91.98 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 85 | 0.99 | 0 | 0.64 | 0.07 | 141.28 | 0.98 | 0.47 |
| Hex | 2 | EC | 55 | 63 | 0 | 40 | 7 | 8D | 62 | 2F |
| Octal | 2 | 354 | 125 | 143 | 0 | 100 | 7 | 215 | 142 | 57 |
| Binary | 10 | 11101100 | 1010101 | 1100011 | 0 | 1000000 | 111 | 10001101 | 1100010 | 101111 |
Color Harmonies of #02EC55
Complementary color
Monochromatic Colors of #02EC55
Black with #02EC55
Text Example
Text Example
White with #02EC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC55; }
p { color: rgb(2,236,85); }
H1.HeaderClassName
{
color: #02EC55;
}
.AnyTagClassName
{
color: #02EC55;
}
</style>
background-color css
<style>
a { background-color: #02EC55; }
a { background-color: rgb(2,236,85); }
div.DivClassName
{
background-color: #02EC55;
}
.BgClassName
{
background-color: #02EC55;
}
</style>
border-color css
<style>
span { border-color: #02EC55; }
span { border-color: rgb(2,236,85); }
td.TdClassName
{
border-color: #02EC55;
}
.TagClassName
{
border-color: #02EC55;
}
</style>