Shades of Malachite #02D55A
Tints of Malachite #02D55A
RGB
CMYK
RGB Variations
Color information
#02D55A (or 0x02D55A) is known color: Malachite. HEX triplet: 02, D5 and 5A. RGB value is (2,213,90). Sum of RGB (Red+Green+Blue) = 2+213+90=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 213 (83.59% from 255 or 69.84% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 213 - color contains mainly: green. Hex color #02D55A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D55A is #FD2AA5. Grayscale: #888888. Windows color (decimal): -16591526 or 5952770. OLE color: 5952770.
HSL color Cylindrical-coordinate representation of color #02D55A: hue angle of 145.02º 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 #02D55A is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 90 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.16 |
| HSL | 145.02º | 0.98% | 0.42% | - |
| HSV(B) | 145.02º | 0.99% | 0.84% | - |
| XYZ | 25.66 | 48.34 | 17.65 | - |
| YUV | 135.89 | 102.1 | 32.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 90 | 0.99 | 0 | 0.58 | 0.16 | 145.02 | 0.98 | 0.42 |
| Hex | 2 | D5 | 5A | 63 | 0 | 3A | 10 | 91 | 62 | 2A |
| Octal | 2 | 325 | 132 | 143 | 0 | 72 | 20 | 221 | 142 | 52 |
| Binary | 10 | 11010101 | 1011010 | 1100011 | 0 | 111010 | 10000 | 10010001 | 1100010 | 101010 |
Color Harmonies of #02D55A
Complementary color
Monochromatic Colors of #02D55A
Black with #02D55A
Text Example
Text Example
White with #02D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D55A; }
p { color: rgb(2,213,90); }
H1.HeaderClassName
{
color: #02D55A;
}
.AnyTagClassName
{
color: #02D55A;
}
</style>
background-color css
<style>
a { background-color: #02D55A; }
a { background-color: rgb(2,213,90); }
div.DivClassName
{
background-color: #02D55A;
}
.BgClassName
{
background-color: #02D55A;
}
</style>
border-color css
<style>
span { border-color: #02D55A; }
span { border-color: rgb(2,213,90); }
td.TdClassName
{
border-color: #02D55A;
}
.TagClassName
{
border-color: #02D55A;
}
</style>