Shades of Malachite #02D75D
Tints of Malachite #02D75D
RGB
CMYK
RGB Variations
Color information
#02D75D (or 0x02D75D) is known color: Malachite. HEX triplet: 02, D7 and 5D. RGB value is (2,215,93). Sum of RGB (Red+Green+Blue) = 2+215+93=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 215 (84.38% from 255 or 69.35% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 215 - color contains mainly: green. Hex color #02D75D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D75D is #FD28A2. Grayscale: #898989. Windows color (decimal): -16591011 or 6149890. OLE color: 6149890.
HSL color Cylindrical-coordinate representation of color #02D75D: hue angle of 145.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D75D is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 215 | 93 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.16 |
| HSL | 145.63º | 0.98% | 0.43% | - |
| HSV(B) | 145.63º | 0.99% | 0.84% | - |
| XYZ | 26.3 | 49.4 | 18.51 | - |
| YUV | 137.41 | 102.93 | 31.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 215 | 93 | 0.99 | 0 | 0.57 | 0.16 | 145.63 | 0.98 | 0.43 |
| Hex | 2 | D7 | 5D | 63 | 0 | 39 | 10 | 92 | 62 | 2B |
| Octal | 2 | 327 | 135 | 143 | 0 | 71 | 20 | 222 | 142 | 53 |
| Binary | 10 | 11010111 | 1011101 | 1100011 | 0 | 111001 | 10000 | 10010010 | 1100010 | 101011 |
Color Harmonies of #02D75D
Complementary color
Monochromatic Colors of #02D75D
Black with #02D75D
Text Example
Text Example
White with #02D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D75D; }
p { color: rgb(2,215,93); }
H1.HeaderClassName
{
color: #02D75D;
}
.AnyTagClassName
{
color: #02D75D;
}
</style>
background-color css
<style>
a { background-color: #02D75D; }
a { background-color: rgb(2,215,93); }
div.DivClassName
{
background-color: #02D75D;
}
.BgClassName
{
background-color: #02D75D;
}
</style>
border-color css
<style>
span { border-color: #02D75D; }
span { border-color: rgb(2,215,93); }
td.TdClassName
{
border-color: #02D75D;
}
.TagClassName
{
border-color: #02D75D;
}
</style>