Shades of Malachite #02C863
Tints of Malachite #02C863
RGB
CMYK
RGB Variations
Color information
#02C863 (or 0x02C863) is known color: Malachite. HEX triplet: 02, C8 and 63. RGB value is (2,200,99). Sum of RGB (Red+Green+Blue) = 2+200+99=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 200 (78.52% from 255 or 66.45% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 200 - color contains mainly: green. Hex color #02C863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C863 is #FD379C. Grayscale: #818181. Windows color (decimal): -16594845 or 6539266. OLE color: 6539266.
HSL color Cylindrical-coordinate representation of color #02C863: hue angle of 149.39º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C863 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 99 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.22 |
| HSL | 149.39º | 0.98% | 0.4% | - |
| HSV(B) | 149.39º | 0.99% | 0.78% | - |
| XYZ | 22.93 | 42.22 | 18.75 | - |
| YUV | 129.28 | 110.9 | 37.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 99 | 0.99 | 0 | 0.50 | 0.22 | 149.39 | 0.98 | 0.4 |
| Hex | 2 | C8 | 63 | 63 | 0 | 32 | 16 | 95 | 62 | 28 |
| Octal | 2 | 310 | 143 | 143 | 0 | 62 | 26 | 225 | 142 | 50 |
| Binary | 10 | 11001000 | 1100011 | 1100011 | 0 | 110010 | 10110 | 10010101 | 1100010 | 101000 |
Color Harmonies of #02C863
Complementary color
Monochromatic Colors of #02C863
Black with #02C863
Text Example
Text Example
White with #02C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C863; }
p { color: rgb(2,200,99); }
H1.HeaderClassName
{
color: #02C863;
}
.AnyTagClassName
{
color: #02C863;
}
</style>
background-color css
<style>
a { background-color: #02C863; }
a { background-color: rgb(2,200,99); }
div.DivClassName
{
background-color: #02C863;
}
.BgClassName
{
background-color: #02C863;
}
</style>
border-color css
<style>
span { border-color: #02C863; }
span { border-color: rgb(2,200,99); }
td.TdClassName
{
border-color: #02C863;
}
.TagClassName
{
border-color: #02C863;
}
</style>