Shades of Malachite #02D073
Tints of Malachite #02D073
RGB
CMYK
RGB Variations
Color information
#02D073 (or 0x02D073) is known color: Malachite. HEX triplet: 02, D0 and 73. RGB value is (2,208,115). Sum of RGB (Red+Green+Blue) = 2+208+115=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 208 (81.64% from 255 or 64% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 208 - color contains mainly: green. Hex color #02D073 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D073 is #FD2F8C. Grayscale: #878787. Windows color (decimal): -16592781 or 7589890. OLE color: 7589890.
HSL color Cylindrical-coordinate representation of color #02D073: hue angle of 152.91º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D073 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 115 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.18 |
| HSL | 152.91º | 0.98% | 0.41% | - |
| HSV(B) | 152.91º | 0.99% | 0.82% | - |
| XYZ | 25.68 | 46.36 | 23.82 | - |
| YUV | 135.8 | 116.25 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 115 | 0.99 | 0 | 0.45 | 0.18 | 152.91 | 0.98 | 0.41 |
| Hex | 2 | D0 | 73 | 63 | 0 | 2D | 12 | 99 | 62 | 29 |
| Octal | 2 | 320 | 163 | 143 | 0 | 55 | 22 | 231 | 142 | 51 |
| Binary | 10 | 11010000 | 1110011 | 1100011 | 0 | 101101 | 10010 | 10011001 | 1100010 | 101001 |
Color Harmonies of #02D073
Complementary color
Monochromatic Colors of #02D073
Black with #02D073
Text Example
Text Example
White with #02D073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D073; }
p { color: rgb(2,208,115); }
H1.HeaderClassName
{
color: #02D073;
}
.AnyTagClassName
{
color: #02D073;
}
</style>
background-color css
<style>
a { background-color: #02D073; }
a { background-color: rgb(2,208,115); }
div.DivClassName
{
background-color: #02D073;
}
.BgClassName
{
background-color: #02D073;
}
</style>
border-color css
<style>
span { border-color: #02D073; }
span { border-color: rgb(2,208,115); }
td.TdClassName
{
border-color: #02D073;
}
.TagClassName
{
border-color: #02D073;
}
</style>