Shades of Malachite #02C85D
Tints of Malachite #02C85D
RGB
CMYK
RGB Variations
Color information
#02C85D (or 0x02C85D) is known color: Malachite. HEX triplet: 02, C8 and 5D. RGB value is (2,200,93). Sum of RGB (Red+Green+Blue) = 2+200+93=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 200 (78.52% from 255 or 67.80% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 200 - color contains mainly: green. Hex color #02C85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C85D is #FD37A2. Grayscale: #808080. Windows color (decimal): -16594851 or 6146050. OLE color: 6146050.
HSL color Cylindrical-coordinate representation of color #02C85D: hue angle of 147.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C85D is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 93 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.22 |
| HSL | 147.58º | 0.98% | 0.4% | - |
| HSV(B) | 147.58º | 0.99% | 0.78% | - |
| XYZ | 22.66 | 42.11 | 17.29 | - |
| YUV | 128.6 | 107.9 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 93 | 0.99 | 0 | 0.54 | 0.22 | 147.58 | 0.98 | 0.4 |
| Hex | 2 | C8 | 5D | 63 | 0 | 36 | 16 | 94 | 62 | 28 |
| Octal | 2 | 310 | 135 | 143 | 0 | 66 | 26 | 224 | 142 | 50 |
| Binary | 10 | 11001000 | 1011101 | 1100011 | 0 | 110110 | 10110 | 10010100 | 1100010 | 101000 |
Color Harmonies of #02C85D
Complementary color
Monochromatic Colors of #02C85D
Black with #02C85D
Text Example
Text Example
White with #02C85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C85D; }
p { color: rgb(2,200,93); }
H1.HeaderClassName
{
color: #02C85D;
}
.AnyTagClassName
{
color: #02C85D;
}
</style>
background-color css
<style>
a { background-color: #02C85D; }
a { background-color: rgb(2,200,93); }
div.DivClassName
{
background-color: #02C85D;
}
.BgClassName
{
background-color: #02C85D;
}
</style>
border-color css
<style>
span { border-color: #02C85D; }
span { border-color: rgb(2,200,93); }
td.TdClassName
{
border-color: #02C85D;
}
.TagClassName
{
border-color: #02C85D;
}
</style>