Shades of Malachite #02C85B
Tints of Malachite #02C85B
RGB
CMYK
RGB Variations
Color information
#02C85B (or 0x02C85B) is known color: Malachite. HEX triplet: 02, C8 and 5B. RGB value is (2,200,91). Sum of RGB (Red+Green+Blue) = 2+200+91=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #02C85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C85B is #FD37A4. Grayscale: #808080. Windows color (decimal): -16594853 or 6014978. OLE color: 6014978.
HSL color Cylindrical-coordinate representation of color #02C85B: hue angle of 146.97º 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 #02C85B is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 91 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.22 |
| HSL | 146.97º | 0.98% | 0.4% | - |
| HSV(B) | 146.97º | 0.99% | 0.78% | - |
| XYZ | 22.57 | 42.08 | 16.83 | - |
| YUV | 128.37 | 106.9 | 37.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 91 | 0.99 | 0 | 0.54 | 0.22 | 146.97 | 0.98 | 0.4 |
| Hex | 2 | C8 | 5B | 63 | 0 | 36 | 16 | 93 | 62 | 28 |
| Octal | 2 | 310 | 133 | 143 | 0 | 66 | 26 | 223 | 142 | 50 |
| Binary | 10 | 11001000 | 1011011 | 1100011 | 0 | 110110 | 10110 | 10010011 | 1100010 | 101000 |
Color Harmonies of #02C85B
Complementary color
Monochromatic Colors of #02C85B
Black with #02C85B
Text Example
Text Example
White with #02C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C85B; }
p { color: rgb(2,200,91); }
H1.HeaderClassName
{
color: #02C85B;
}
.AnyTagClassName
{
color: #02C85B;
}
</style>
background-color css
<style>
a { background-color: #02C85B; }
a { background-color: rgb(2,200,91); }
div.DivClassName
{
background-color: #02C85B;
}
.BgClassName
{
background-color: #02C85B;
}
</style>
border-color css
<style>
span { border-color: #02C85B; }
span { border-color: rgb(2,200,91); }
td.TdClassName
{
border-color: #02C85B;
}
.TagClassName
{
border-color: #02C85B;
}
</style>