Shades of Malachite #02C355
Tints of Malachite #02C355
RGB
CMYK
RGB Variations
Color information
#02C355 (or 0x02C355) is known color: Malachite. HEX triplet: 02, C3 and 55. RGB value is (2,195,85). Sum of RGB (Red+Green+Blue) = 2+195+85=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 195 (76.56% from 255 or 69.15% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 195 - color contains mainly: green. Hex color #02C355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C355 is #FD3CAA. Grayscale: #7C7C7C. Windows color (decimal): -16596139 or 5620482. OLE color: 5620482.
HSL color Cylindrical-coordinate representation of color #02C355: hue angle of 145.8º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C355 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 195 | 85 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.24 |
| HSL | 145.8º | 0.98% | 0.39% | - |
| HSV(B) | 145.8º | 0.99% | 0.76% | - |
| XYZ | 21.18 | 39.7 | 15.14 | - |
| YUV | 124.75 | 105.56 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 195 | 85 | 0.99 | 0 | 0.56 | 0.24 | 145.8 | 0.98 | 0.39 |
| Hex | 2 | C3 | 55 | 63 | 0 | 38 | 18 | 92 | 62 | 27 |
| Octal | 2 | 303 | 125 | 143 | 0 | 70 | 30 | 222 | 142 | 47 |
| Binary | 10 | 11000011 | 1010101 | 1100011 | 0 | 111000 | 11000 | 10010010 | 1100010 | 100111 |
Color Harmonies of #02C355
Complementary color
Monochromatic Colors of #02C355
Black with #02C355
Text Example
Text Example
White with #02C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C355; }
p { color: rgb(2,195,85); }
H1.HeaderClassName
{
color: #02C355;
}
.AnyTagClassName
{
color: #02C355;
}
</style>
background-color css
<style>
a { background-color: #02C355; }
a { background-color: rgb(2,195,85); }
div.DivClassName
{
background-color: #02C355;
}
.BgClassName
{
background-color: #02C355;
}
</style>
border-color css
<style>
span { border-color: #02C355; }
span { border-color: rgb(2,195,85); }
td.TdClassName
{
border-color: #02C355;
}
.TagClassName
{
border-color: #02C355;
}
</style>