Shades of Malachite #02C560
Tints of Malachite #02C560
RGB
CMYK
RGB Variations
Color information
#02C560 (or 0x02C560) is known color: Malachite. HEX triplet: 02, C5 and 60. RGB value is (2,197,96). Sum of RGB (Red+Green+Blue) = 2+197+96=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #02C560 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C560 is #FD3A9F. Grayscale: #7F7F7F. Windows color (decimal): -16595616 or 6341890. OLE color: 6341890.
HSL color Cylindrical-coordinate representation of color #02C560: hue angle of 148.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C560 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 96 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.23 |
| HSL | 148.92º | 0.98% | 0.39% | - |
| HSV(B) | 148.92º | 0.99% | 0.77% | - |
| XYZ | 22.1 | 40.79 | 17.77 | - |
| YUV | 127.18 | 110.4 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 96 | 0.99 | 0 | 0.51 | 0.23 | 148.92 | 0.98 | 0.39 |
| Hex | 2 | C5 | 60 | 63 | 0 | 33 | 17 | 95 | 62 | 27 |
| Octal | 2 | 305 | 140 | 143 | 0 | 63 | 27 | 225 | 142 | 47 |
| Binary | 10 | 11000101 | 1100000 | 1100011 | 0 | 110011 | 10111 | 10010101 | 1100010 | 100111 |
Color Harmonies of #02C560
Complementary color
Monochromatic Colors of #02C560
Black with #02C560
Text Example
Text Example
White with #02C560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C560; }
p { color: rgb(2,197,96); }
H1.HeaderClassName
{
color: #02C560;
}
.AnyTagClassName
{
color: #02C560;
}
</style>
background-color css
<style>
a { background-color: #02C560; }
a { background-color: rgb(2,197,96); }
div.DivClassName
{
background-color: #02C560;
}
.BgClassName
{
background-color: #02C560;
}
</style>
border-color css
<style>
span { border-color: #02C560; }
span { border-color: rgb(2,197,96); }
td.TdClassName
{
border-color: #02C560;
}
.TagClassName
{
border-color: #02C560;
}
</style>