Shades of Malachite #02C957
Tints of Malachite #02C957
RGB
CMYK
RGB Variations
Color information
#02C957 (or 0x02C957) is known color: Malachite. HEX triplet: 02, C9 and 57. RGB value is (2,201,87). Sum of RGB (Red+Green+Blue) = 2+201+87=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 201 (78.91% from 255 or 69.31% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 201 - color contains mainly: green. Hex color #02C957 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C957 is #FD36A8. Grayscale: #808080. Windows color (decimal): -16594601 or 5753090. OLE color: 5753090.
HSL color Cylindrical-coordinate representation of color #02C957: hue angle of 145.63º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C957 is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 87 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.21 |
| HSL | 145.63º | 0.98% | 0.4% | - |
| HSV(B) | 145.63º | 0.99% | 0.79% | - |
| XYZ | 22.63 | 42.47 | 16.02 | - |
| YUV | 128.5 | 104.57 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 87 | 0.99 | 0 | 0.57 | 0.21 | 145.63 | 0.98 | 0.4 |
| Hex | 2 | C9 | 57 | 63 | 0 | 39 | 15 | 92 | 62 | 28 |
| Octal | 2 | 311 | 127 | 143 | 0 | 71 | 25 | 222 | 142 | 50 |
| Binary | 10 | 11001001 | 1010111 | 1100011 | 0 | 111001 | 10101 | 10010010 | 1100010 | 101000 |
Color Harmonies of #02C957
Complementary color
Monochromatic Colors of #02C957
Black with #02C957
Text Example
Text Example
White with #02C957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C957; }
p { color: rgb(2,201,87); }
H1.HeaderClassName
{
color: #02C957;
}
.AnyTagClassName
{
color: #02C957;
}
</style>
background-color css
<style>
a { background-color: #02C957; }
a { background-color: rgb(2,201,87); }
div.DivClassName
{
background-color: #02C957;
}
.BgClassName
{
background-color: #02C957;
}
</style>
border-color css
<style>
span { border-color: #02C957; }
span { border-color: rgb(2,201,87); }
td.TdClassName
{
border-color: #02C957;
}
.TagClassName
{
border-color: #02C957;
}
</style>