Shades of Malachite #02E153
Tints of Malachite #02E153
RGB
CMYK
RGB Variations
Color information
#02E153 (or 0x02E153) is known color: Malachite. HEX triplet: 02, E1 and 53. RGB value is (2,225,83). Sum of RGB (Red+Green+Blue) = 2+225+83=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 225 (88.28% from 255 or 72.58% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 225 - color contains mainly: green. Hex color #02E153 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E153 is #FD1EAC. Grayscale: #8E8E8E. Windows color (decimal): -16588461 or 5497090. OLE color: 5497090.
HSL color Cylindrical-coordinate representation of color #02E153: hue angle of 141.79º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E153 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 225 | 83 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.12 |
| HSL | 141.79º | 0.98% | 0.45% | - |
| HSV(B) | 141.79º | 0.99% | 0.88% | - |
| XYZ | 28.51 | 54.49 | 17.2 | - |
| YUV | 142.14 | 94.62 | 28.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 225 | 83 | 0.99 | 0 | 0.63 | 0.12 | 141.79 | 0.98 | 0.45 |
| Hex | 2 | E1 | 53 | 63 | 0 | 3F | C | 8E | 62 | 2D |
| Octal | 2 | 341 | 123 | 143 | 0 | 77 | 14 | 216 | 142 | 55 |
| Binary | 10 | 11100001 | 1010011 | 1100011 | 0 | 111111 | 1100 | 10001110 | 1100010 | 101101 |
Color Harmonies of #02E153
Complementary color
Monochromatic Colors of #02E153
Black with #02E153
Text Example
Text Example
White with #02E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E153; }
p { color: rgb(2,225,83); }
H1.HeaderClassName
{
color: #02E153;
}
.AnyTagClassName
{
color: #02E153;
}
</style>
background-color css
<style>
a { background-color: #02E153; }
a { background-color: rgb(2,225,83); }
div.DivClassName
{
background-color: #02E153;
}
.BgClassName
{
background-color: #02E153;
}
</style>
border-color css
<style>
span { border-color: #02E153; }
span { border-color: rgb(2,225,83); }
td.TdClassName
{
border-color: #02E153;
}
.TagClassName
{
border-color: #02E153;
}
</style>