Shades of Malachite #02D065
Tints of Malachite #02D065
RGB
CMYK
RGB Variations
Color information
#02D065 (or 0x02D065) is known color: Malachite. HEX triplet: 02, D0 and 65. RGB value is (2,208,101). Sum of RGB (Red+Green+Blue) = 2+208+101=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #02D065 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D065 is #FD2F9A. Grayscale: #868686. Windows color (decimal): -16592795 or 6672386. OLE color: 6672386.
HSL color Cylindrical-coordinate representation of color #02D065: hue angle of 148.83º 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 #02D065 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 101 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.18 |
| HSL | 148.83º | 0.98% | 0.41% | - |
| HSV(B) | 148.83º | 0.99% | 0.82% | - |
| XYZ | 24.93 | 46.06 | 19.89 | - |
| YUV | 134.21 | 109.25 | 33.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 101 | 0.99 | 0 | 0.51 | 0.18 | 148.83 | 0.98 | 0.41 |
| Hex | 2 | D0 | 65 | 63 | 0 | 33 | 12 | 95 | 62 | 29 |
| Octal | 2 | 320 | 145 | 143 | 0 | 63 | 22 | 225 | 142 | 51 |
| Binary | 10 | 11010000 | 1100101 | 1100011 | 0 | 110011 | 10010 | 10010101 | 1100010 | 101001 |
Color Harmonies of #02D065
Complementary color
Monochromatic Colors of #02D065
Black with #02D065
Text Example
Text Example
White with #02D065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D065; }
p { color: rgb(2,208,101); }
H1.HeaderClassName
{
color: #02D065;
}
.AnyTagClassName
{
color: #02D065;
}
</style>
background-color css
<style>
a { background-color: #02D065; }
a { background-color: rgb(2,208,101); }
div.DivClassName
{
background-color: #02D065;
}
.BgClassName
{
background-color: #02D065;
}
</style>
border-color css
<style>
span { border-color: #02D065; }
span { border-color: rgb(2,208,101); }
td.TdClassName
{
border-color: #02D065;
}
.TagClassName
{
border-color: #02D065;
}
</style>