Shades of Malachite #02C458
Tints of Malachite #02C458
RGB
CMYK
RGB Variations
Color information
#02C458 (or 0x02C458) is known color: Malachite. HEX triplet: 02, C4 and 58. RGB value is (2,196,88). Sum of RGB (Red+Green+Blue) = 2+196+88=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 196 (76.95% from 255 or 68.53% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 196 - color contains mainly: green. Hex color #02C458 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C458 is #FD3BA7. Grayscale: #7D7D7D. Windows color (decimal): -16595880 or 5817346. OLE color: 5817346.
HSL color Cylindrical-coordinate representation of color #02C458: hue angle of 146.6º 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 #02C458 is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 88 | - |
| CMYK | 0.99 | 0 | 0.55 | 0.23 |
| HSL | 146.6º | 0.98% | 0.39% | - |
| HSV(B) | 146.6º | 0.99% | 0.77% | - |
| XYZ | 21.53 | 40.2 | 15.86 | - |
| YUV | 125.68 | 106.73 | 39.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 88 | 0.99 | 0 | 0.55 | 0.23 | 146.6 | 0.98 | 0.39 |
| Hex | 2 | C4 | 58 | 63 | 0 | 37 | 17 | 93 | 62 | 27 |
| Octal | 2 | 304 | 130 | 143 | 0 | 67 | 27 | 223 | 142 | 47 |
| Binary | 10 | 11000100 | 1011000 | 1100011 | 0 | 110111 | 10111 | 10010011 | 1100010 | 100111 |
Color Harmonies of #02C458
Complementary color
Monochromatic Colors of #02C458
Black with #02C458
Text Example
Text Example
White with #02C458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C458; }
p { color: rgb(2,196,88); }
H1.HeaderClassName
{
color: #02C458;
}
.AnyTagClassName
{
color: #02C458;
}
</style>
background-color css
<style>
a { background-color: #02C458; }
a { background-color: rgb(2,196,88); }
div.DivClassName
{
background-color: #02C458;
}
.BgClassName
{
background-color: #02C458;
}
</style>
border-color css
<style>
span { border-color: #02C458; }
span { border-color: rgb(2,196,88); }
td.TdClassName
{
border-color: #02C458;
}
.TagClassName
{
border-color: #02C458;
}
</style>