Shades of Malachite #02DC71
Tints of Malachite #02DC71
RGB
CMYK
RGB Variations
Color information
#02DC71 (or 0x02DC71) is known color: Malachite. HEX triplet: 02, DC and 71. RGB value is (2,220,113). Sum of RGB (Red+Green+Blue) = 2+220+113=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC71 is #FD238E. Grayscale: #8E8E8E. Windows color (decimal): -16589711 or 7461890. OLE color: 7461890.
HSL color Cylindrical-coordinate representation of color #02DC71: hue angle of 150.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC71 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 113 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.14 |
| HSL | 150.55º | 0.98% | 0.44% | - |
| HSV(B) | 150.55º | 0.99% | 0.86% | - |
| XYZ | 28.6 | 52.39 | 24.23 | - |
| YUV | 142.62 | 111.28 | 27.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 113 | 0.99 | 0 | 0.49 | 0.14 | 150.55 | 0.98 | 0.44 |
| Hex | 2 | DC | 71 | 63 | 0 | 31 | E | 97 | 62 | 2C |
| Octal | 2 | 334 | 161 | 143 | 0 | 61 | 16 | 227 | 142 | 54 |
| Binary | 10 | 11011100 | 1110001 | 1100011 | 0 | 110001 | 1110 | 10010111 | 1100010 | 101100 |
Color Harmonies of #02DC71
Complementary color
Monochromatic Colors of #02DC71
Black with #02DC71
Text Example
Text Example
White with #02DC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC71; }
p { color: rgb(2,220,113); }
H1.HeaderClassName
{
color: #02DC71;
}
.AnyTagClassName
{
color: #02DC71;
}
</style>
background-color css
<style>
a { background-color: #02DC71; }
a { background-color: rgb(2,220,113); }
div.DivClassName
{
background-color: #02DC71;
}
.BgClassName
{
background-color: #02DC71;
}
</style>
border-color css
<style>
span { border-color: #02DC71; }
span { border-color: rgb(2,220,113); }
td.TdClassName
{
border-color: #02DC71;
}
.TagClassName
{
border-color: #02DC71;
}
</style>