Shades of Malachite #02D56E
Tints of Malachite #02D56E
RGB
CMYK
RGB Variations
Color information
#02D56E (or 0x02D56E) is known color: Malachite. HEX triplet: 02, D5 and 6E. RGB value is (2,213,110). Sum of RGB (Red+Green+Blue) = 2+213+110=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 213 (83.59% from 255 or 65.54% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 213 - color contains mainly: green. Hex color #02D56E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D56E is #FD2A91. Grayscale: #8A8A8A. Windows color (decimal): -16591506 or 7263490. OLE color: 7263490.
HSL color Cylindrical-coordinate representation of color #02D56E: hue angle of 150.71º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D56E is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 110 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.16 |
| HSL | 150.71º | 0.98% | 0.42% | - |
| HSV(B) | 150.71º | 0.99% | 0.84% | - |
| XYZ | 26.63 | 48.73 | 22.75 | - |
| YUV | 138.17 | 112.1 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 110 | 0.99 | 0 | 0.48 | 0.16 | 150.71 | 0.98 | 0.42 |
| Hex | 2 | D5 | 6E | 63 | 0 | 30 | 10 | 97 | 62 | 2A |
| Octal | 2 | 325 | 156 | 143 | 0 | 60 | 20 | 227 | 142 | 52 |
| Binary | 10 | 11010101 | 1101110 | 1100011 | 0 | 110000 | 10000 | 10010111 | 1100010 | 101010 |
Color Harmonies of #02D56E
Complementary color
Monochromatic Colors of #02D56E
Black with #02D56E
Text Example
Text Example
White with #02D56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D56E; }
p { color: rgb(2,213,110); }
H1.HeaderClassName
{
color: #02D56E;
}
.AnyTagClassName
{
color: #02D56E;
}
</style>
background-color css
<style>
a { background-color: #02D56E; }
a { background-color: rgb(2,213,110); }
div.DivClassName
{
background-color: #02D56E;
}
.BgClassName
{
background-color: #02D56E;
}
</style>
border-color css
<style>
span { border-color: #02D56E; }
span { border-color: rgb(2,213,110); }
td.TdClassName
{
border-color: #02D56E;
}
.TagClassName
{
border-color: #02D56E;
}
</style>