Shades of Malachite #02DB60
Tints of Malachite #02DB60
RGB
CMYK
RGB Variations
Color information
#02DB60 (or 0x02DB60) is known color: Malachite. HEX triplet: 02, DB and 60. RGB value is (2,219,96). Sum of RGB (Red+Green+Blue) = 2+219+96=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 219 (85.94% from 255 or 69.09% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 219 - color contains mainly: green. Hex color #02DB60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DB60 is #FD249F. Grayscale: #8C8C8C. Windows color (decimal): -16589984 or 6347522. OLE color: 6347522.
HSL color Cylindrical-coordinate representation of color #02DB60: hue angle of 145.99º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DB60 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 219 | 96 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.14 |
| HSL | 145.99º | 0.98% | 0.43% | - |
| HSV(B) | 145.99º | 0.99% | 0.86% | - |
| XYZ | 27.47 | 51.52 | 19.56 | - |
| YUV | 140.1 | 103.11 | 29.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 219 | 96 | 0.99 | 0 | 0.56 | 0.14 | 145.99 | 0.98 | 0.43 |
| Hex | 2 | DB | 60 | 63 | 0 | 38 | E | 92 | 62 | 2B |
| Octal | 2 | 333 | 140 | 143 | 0 | 70 | 16 | 222 | 142 | 53 |
| Binary | 10 | 11011011 | 1100000 | 1100011 | 0 | 111000 | 1110 | 10010010 | 1100010 | 101011 |
Color Harmonies of #02DB60
Complementary color
Monochromatic Colors of #02DB60
Black with #02DB60
Text Example
Text Example
White with #02DB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DB60; }
p { color: rgb(2,219,96); }
H1.HeaderClassName
{
color: #02DB60;
}
.AnyTagClassName
{
color: #02DB60;
}
</style>
background-color css
<style>
a { background-color: #02DB60; }
a { background-color: rgb(2,219,96); }
div.DivClassName
{
background-color: #02DB60;
}
.BgClassName
{
background-color: #02DB60;
}
</style>
border-color css
<style>
span { border-color: #02DB60; }
span { border-color: rgb(2,219,96); }
td.TdClassName
{
border-color: #02DB60;
}
.TagClassName
{
border-color: #02DB60;
}
</style>