Shades of Malachite #02C561
Tints of Malachite #02C561
RGB
CMYK
RGB Variations
Color information
#02C561 (or 0x02C561) is known color: Malachite. HEX triplet: 02, C5 and 61. RGB value is (2,197,97). Sum of RGB (Red+Green+Blue) = 2+197+97=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 197 (77.34% from 255 or 66.55% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 197 - color contains mainly: green. Hex color #02C561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C561 is #FD3A9E. Grayscale: #7F7F7F. Windows color (decimal): -16595615 or 6407426. OLE color: 6407426.
HSL color Cylindrical-coordinate representation of color #02C561: hue angle of 149.23º 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 #02C561 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 97 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.23 |
| HSL | 149.23º | 0.98% | 0.39% | - |
| HSV(B) | 149.23º | 0.99% | 0.77% | - |
| XYZ | 22.15 | 40.81 | 18.02 | - |
| YUV | 127.3 | 110.9 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 97 | 0.99 | 0 | 0.51 | 0.23 | 149.23 | 0.98 | 0.39 |
| Hex | 2 | C5 | 61 | 63 | 0 | 33 | 17 | 95 | 62 | 27 |
| Octal | 2 | 305 | 141 | 143 | 0 | 63 | 27 | 225 | 142 | 47 |
| Binary | 10 | 11000101 | 1100001 | 1100011 | 0 | 110011 | 10111 | 10010101 | 1100010 | 100111 |
Color Harmonies of #02C561
Complementary color
Monochromatic Colors of #02C561
Black with #02C561
Text Example
Text Example
White with #02C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C561; }
p { color: rgb(2,197,97); }
H1.HeaderClassName
{
color: #02C561;
}
.AnyTagClassName
{
color: #02C561;
}
</style>
background-color css
<style>
a { background-color: #02C561; }
a { background-color: rgb(2,197,97); }
div.DivClassName
{
background-color: #02C561;
}
.BgClassName
{
background-color: #02C561;
}
</style>
border-color css
<style>
span { border-color: #02C561; }
span { border-color: rgb(2,197,97); }
td.TdClassName
{
border-color: #02C561;
}
.TagClassName
{
border-color: #02C561;
}
</style>