Shades of Malachite #02C257
Tints of Malachite #02C257
RGB
CMYK
RGB Variations
Color information
#02C257 (or 0x02C257) is known color: Malachite. HEX triplet: 02, C2 and 57. RGB value is (2,194,87). Sum of RGB (Red+Green+Blue) = 2+194+87=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #02C257 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C257 is #FD3DA8. Grayscale: #7C7C7C. Windows color (decimal): -16596393 or 5751298. OLE color: 5751298.
HSL color Cylindrical-coordinate representation of color #02C257: hue angle of 146.56º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C257 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 87 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.24 |
| HSL | 146.56º | 0.98% | 0.38% | - |
| HSV(B) | 146.56º | 0.99% | 0.76% | - |
| XYZ | 21.04 | 39.28 | 15.49 | - |
| YUV | 124.39 | 106.89 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 87 | 0.99 | 0 | 0.55 | 0.24 | 146.56 | 0.98 | 0.38 |
| Hex | 2 | C2 | 57 | 63 | 0 | 37 | 18 | 93 | 62 | 26 |
| Octal | 2 | 302 | 127 | 143 | 0 | 67 | 30 | 223 | 142 | 46 |
| Binary | 10 | 11000010 | 1010111 | 1100011 | 0 | 110111 | 11000 | 10010011 | 1100010 | 100110 |
Color Harmonies of #02C257
Complementary color
Monochromatic Colors of #02C257
Black with #02C257
Text Example
Text Example
White with #02C257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C257; }
p { color: rgb(2,194,87); }
H1.HeaderClassName
{
color: #02C257;
}
.AnyTagClassName
{
color: #02C257;
}
</style>
background-color css
<style>
a { background-color: #02C257; }
a { background-color: rgb(2,194,87); }
div.DivClassName
{
background-color: #02C257;
}
.BgClassName
{
background-color: #02C257;
}
</style>
border-color css
<style>
span { border-color: #02C257; }
span { border-color: rgb(2,194,87); }
td.TdClassName
{
border-color: #02C257;
}
.TagClassName
{
border-color: #02C257;
}
</style>