Shades of Malachite #02C865
Tints of Malachite #02C865
RGB
CMYK
RGB Variations
Color information
#02C865 (or 0x02C865) is known color: Malachite. HEX triplet: 02, C8 and 65. RGB value is (2,200,101). Sum of RGB (Red+Green+Blue) = 2+200+101=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 200 (78.52% from 255 or 66.01% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 200 - color contains mainly: green. Hex color #02C865 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C865 is #FD379A. Grayscale: #818181. Windows color (decimal): -16594843 or 6670338. OLE color: 6670338.
HSL color Cylindrical-coordinate representation of color #02C865: hue angle of 150º 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 #02C865 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 101 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.22 |
| HSL | 150º | 0.98% | 0.4% | - |
| HSV(B) | 150º | 0.99% | 0.78% | - |
| XYZ | 23.03 | 42.26 | 19.26 | - |
| YUV | 129.51 | 111.9 | 37.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 101 | 0.99 | 0 | 0.49 | 0.22 | 150 | 0.98 | 0.4 |
| Hex | 2 | C8 | 65 | 63 | 0 | 31 | 16 | 96 | 62 | 28 |
| Octal | 2 | 310 | 145 | 143 | 0 | 61 | 26 | 226 | 142 | 50 |
| Binary | 10 | 11001000 | 1100101 | 1100011 | 0 | 110001 | 10110 | 10010110 | 1100010 | 101000 |
Color Harmonies of #02C865
Complementary color
Monochromatic Colors of #02C865
Black with #02C865
Text Example
Text Example
White with #02C865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C865; }
p { color: rgb(2,200,101); }
H1.HeaderClassName
{
color: #02C865;
}
.AnyTagClassName
{
color: #02C865;
}
</style>
background-color css
<style>
a { background-color: #02C865; }
a { background-color: rgb(2,200,101); }
div.DivClassName
{
background-color: #02C865;
}
.BgClassName
{
background-color: #02C865;
}
</style>
border-color css
<style>
span { border-color: #02C865; }
span { border-color: rgb(2,200,101); }
td.TdClassName
{
border-color: #02C865;
}
.TagClassName
{
border-color: #02C865;
}
</style>