Shades of Malachite #02E863
Tints of Malachite #02E863
RGB
CMYK
RGB Variations
Color information
#02E863 (or 0x02E863) is known color: Malachite. HEX triplet: 02, E8 and 63. RGB value is (2,232,99). Sum of RGB (Red+Green+Blue) = 2+232+99=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 232 (91.02% from 255 or 69.67% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 232 - color contains mainly: green. Hex color #02E863 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E863 is #FD179C. Grayscale: #949494. Windows color (decimal): -16586653 or 6547458. OLE color: 6547458.
HSL color Cylindrical-coordinate representation of color #02E863: hue angle of 145.3º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E863 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 99 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.09 |
| HSL | 145.3º | 0.98% | 0.46% | - |
| HSV(B) | 145.3º | 0.99% | 0.91% | - |
| XYZ | 31.13 | 58.63 | 21.48 | - |
| YUV | 148.07 | 100.3 | 23.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 99 | 0.99 | 0 | 0.57 | 0.09 | 145.3 | 0.98 | 0.46 |
| Hex | 2 | E8 | 63 | 63 | 0 | 39 | 9 | 91 | 62 | 2E |
| Octal | 2 | 350 | 143 | 143 | 0 | 71 | 11 | 221 | 142 | 56 |
| Binary | 10 | 11101000 | 1100011 | 1100011 | 0 | 111001 | 1001 | 10010001 | 1100010 | 101110 |
Color Harmonies of #02E863
Complementary color
Monochromatic Colors of #02E863
Black with #02E863
Text Example
Text Example
White with #02E863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E863; }
p { color: rgb(2,232,99); }
H1.HeaderClassName
{
color: #02E863;
}
.AnyTagClassName
{
color: #02E863;
}
</style>
background-color css
<style>
a { background-color: #02E863; }
a { background-color: rgb(2,232,99); }
div.DivClassName
{
background-color: #02E863;
}
.BgClassName
{
background-color: #02E863;
}
</style>
border-color css
<style>
span { border-color: #02E863; }
span { border-color: rgb(2,232,99); }
td.TdClassName
{
border-color: #02E863;
}
.TagClassName
{
border-color: #02E863;
}
</style>