Shades of Malachite #02D858
Tints of Malachite #02D858
RGB
CMYK
RGB Variations
Color information
#02D858 (or 0x02D858) is known color: Malachite. HEX triplet: 02, D8 and 58. RGB value is (2,216,88). Sum of RGB (Red+Green+Blue) = 2+216+88=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 216 (84.77% from 255 or 70.59% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 216 - color contains mainly: green. Hex color #02D858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D858 is #FD27A7. Grayscale: #898989. Windows color (decimal): -16590760 or 5822466. OLE color: 5822466.
HSL color Cylindrical-coordinate representation of color #02D858: hue angle of 144.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D858 is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 216 | 88 | - |
| CMYK | 0.99 | 0 | 0.59 | 0.15 |
| HSL | 144.11º | 0.98% | 0.43% | - |
| HSV(B) | 144.11º | 0.99% | 0.85% | - |
| XYZ | 26.34 | 49.83 | 17.46 | - |
| YUV | 137.42 | 100.1 | 31.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 216 | 88 | 0.99 | 0 | 0.59 | 0.15 | 144.11 | 0.98 | 0.43 |
| Hex | 2 | D8 | 58 | 63 | 0 | 3B | F | 90 | 62 | 2B |
| Octal | 2 | 330 | 130 | 143 | 0 | 73 | 17 | 220 | 142 | 53 |
| Binary | 10 | 11011000 | 1011000 | 1100011 | 0 | 111011 | 1111 | 10010000 | 1100010 | 101011 |
Color Harmonies of #02D858
Complementary color
Monochromatic Colors of #02D858
Black with #02D858
Text Example
Text Example
White with #02D858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D858; }
p { color: rgb(2,216,88); }
H1.HeaderClassName
{
color: #02D858;
}
.AnyTagClassName
{
color: #02D858;
}
</style>
background-color css
<style>
a { background-color: #02D858; }
a { background-color: rgb(2,216,88); }
div.DivClassName
{
background-color: #02D858;
}
.BgClassName
{
background-color: #02D858;
}
</style>
border-color css
<style>
span { border-color: #02D858; }
span { border-color: rgb(2,216,88); }
td.TdClassName
{
border-color: #02D858;
}
.TagClassName
{
border-color: #02D858;
}
</style>