Shades of Malachite #02D259
Tints of Malachite #02D259
RGB
CMYK
RGB Variations
Color information
#02D259 (or 0x02D259) is known color: Malachite. HEX triplet: 02, D2 and 59. RGB value is (2,210,89). Sum of RGB (Red+Green+Blue) = 2+210+89=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 210 (82.42% from 255 or 69.77% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 210 - color contains mainly: green. Hex color #02D259 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D259 is #FD2DA6. Grayscale: #868686. Windows color (decimal): -16592295 or 5886466. OLE color: 5886466.
HSL color Cylindrical-coordinate representation of color #02D259: hue angle of 145.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D259 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 89 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.18 |
| HSL | 145.1º | 0.98% | 0.42% | - |
| HSV(B) | 145.1º | 0.99% | 0.82% | - |
| XYZ | 24.87 | 46.83 | 17.18 | - |
| YUV | 134.01 | 102.59 | 33.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 89 | 0.99 | 0 | 0.58 | 0.18 | 145.1 | 0.98 | 0.42 |
| Hex | 2 | D2 | 59 | 63 | 0 | 3A | 12 | 91 | 62 | 2A |
| Octal | 2 | 322 | 131 | 143 | 0 | 72 | 22 | 221 | 142 | 52 |
| Binary | 10 | 11010010 | 1011001 | 1100011 | 0 | 111010 | 10010 | 10010001 | 1100010 | 101010 |
Color Harmonies of #02D259
Complementary color
Monochromatic Colors of #02D259
Black with #02D259
Text Example
Text Example
White with #02D259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D259; }
p { color: rgb(2,210,89); }
H1.HeaderClassName
{
color: #02D259;
}
.AnyTagClassName
{
color: #02D259;
}
</style>
background-color css
<style>
a { background-color: #02D259; }
a { background-color: rgb(2,210,89); }
div.DivClassName
{
background-color: #02D259;
}
.BgClassName
{
background-color: #02D259;
}
</style>
border-color css
<style>
span { border-color: #02D259; }
span { border-color: rgb(2,210,89); }
td.TdClassName
{
border-color: #02D259;
}
.TagClassName
{
border-color: #02D259;
}
</style>