Shades of Malachite #02C457
Tints of Malachite #02C457
RGB
CMYK
RGB Variations
Color information
#02C457 (or 0x02C457) is known color: Malachite. HEX triplet: 02, C4 and 57. RGB value is (2,196,87). Sum of RGB (Red+Green+Blue) = 2+196+87=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #02C457 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C457 is #FD3BA8. Grayscale: #7D7D7D. Windows color (decimal): -16595881 or 5751810. OLE color: 5751810.
HSL color Cylindrical-coordinate representation of color #02C457: hue angle of 146.29º 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 #02C457 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 87 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.23 |
| HSL | 146.29º | 0.98% | 0.39% | - |
| HSV(B) | 146.29º | 0.99% | 0.77% | - |
| XYZ | 21.49 | 40.18 | 15.64 | - |
| YUV | 125.57 | 106.23 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 87 | 0.99 | 0 | 0.56 | 0.23 | 146.29 | 0.98 | 0.39 |
| Hex | 2 | C4 | 57 | 63 | 0 | 38 | 17 | 92 | 62 | 27 |
| Octal | 2 | 304 | 127 | 143 | 0 | 70 | 27 | 222 | 142 | 47 |
| Binary | 10 | 11000100 | 1010111 | 1100011 | 0 | 111000 | 10111 | 10010010 | 1100010 | 100111 |
Color Harmonies of #02C457
Complementary color
Monochromatic Colors of #02C457
Black with #02C457
Text Example
Text Example
White with #02C457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C457; }
p { color: rgb(2,196,87); }
H1.HeaderClassName
{
color: #02C457;
}
.AnyTagClassName
{
color: #02C457;
}
</style>
background-color css
<style>
a { background-color: #02C457; }
a { background-color: rgb(2,196,87); }
div.DivClassName
{
background-color: #02C457;
}
.BgClassName
{
background-color: #02C457;
}
</style>
border-color css
<style>
span { border-color: #02C457; }
span { border-color: rgb(2,196,87); }
td.TdClassName
{
border-color: #02C457;
}
.TagClassName
{
border-color: #02C457;
}
</style>