Shades of Malachite #02C861
Tints of Malachite #02C861
RGB
CMYK
RGB Variations
Color information
#02C861 (or 0x02C861) is known color: Malachite. HEX triplet: 02, C8 and 61. RGB value is (2,200,97). Sum of RGB (Red+Green+Blue) = 2+200+97=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #02C861 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C861 is #FD379E. Grayscale: #818181. Windows color (decimal): -16594847 or 6408194. OLE color: 6408194.
HSL color Cylindrical-coordinate representation of color #02C861: hue angle of 148.79º 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 #02C861 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 97 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.22 |
| HSL | 148.79º | 0.98% | 0.4% | - |
| HSV(B) | 148.79º | 0.99% | 0.78% | - |
| XYZ | 22.84 | 42.18 | 18.25 | - |
| YUV | 129.06 | 109.9 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 97 | 0.99 | 0 | 0.52 | 0.22 | 148.79 | 0.98 | 0.4 |
| Hex | 2 | C8 | 61 | 63 | 0 | 34 | 16 | 95 | 62 | 28 |
| Octal | 2 | 310 | 141 | 143 | 0 | 64 | 26 | 225 | 142 | 50 |
| Binary | 10 | 11001000 | 1100001 | 1100011 | 0 | 110100 | 10110 | 10010101 | 1100010 | 101000 |
Color Harmonies of #02C861
Complementary color
Monochromatic Colors of #02C861
Black with #02C861
Text Example
Text Example
White with #02C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C861; }
p { color: rgb(2,200,97); }
H1.HeaderClassName
{
color: #02C861;
}
.AnyTagClassName
{
color: #02C861;
}
</style>
background-color css
<style>
a { background-color: #02C861; }
a { background-color: rgb(2,200,97); }
div.DivClassName
{
background-color: #02C861;
}
.BgClassName
{
background-color: #02C861;
}
</style>
border-color css
<style>
span { border-color: #02C861; }
span { border-color: rgb(2,200,97); }
td.TdClassName
{
border-color: #02C861;
}
.TagClassName
{
border-color: #02C861;
}
</style>