Shades of Malachite #02D94D
Tints of Malachite #02D94D
RGB
CMYK
RGB Variations
Color information
#02D94D (or 0x02D94D) is known color: Malachite. HEX triplet: 02, D9 and 4D. RGB value is (2,217,77). Sum of RGB (Red+Green+Blue) = 2+217+77=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 217 (85.16% from 255 or 73.31% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 217 - color contains mainly: green. Hex color #02D94D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D94D is #FD26B2. Grayscale: #898989. Windows color (decimal): -16590515 or 5101826. OLE color: 5101826.
HSL color Cylindrical-coordinate representation of color #02D94D: hue angle of 140.93º 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 #02D94D is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 77 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.15 |
| HSL | 140.93º | 0.98% | 0.43% | - |
| HSV(B) | 140.93º | 0.99% | 0.85% | - |
| XYZ | 26.18 | 50.17 | 15.33 | - |
| YUV | 136.76 | 94.27 | 31.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 77 | 0.99 | 0 | 0.65 | 0.15 | 140.93 | 0.98 | 0.43 |
| Hex | 2 | D9 | 4D | 63 | 0 | 41 | F | 8D | 62 | 2B |
| Octal | 2 | 331 | 115 | 143 | 0 | 101 | 17 | 215 | 142 | 53 |
| Binary | 10 | 11011001 | 1001101 | 1100011 | 0 | 1000001 | 1111 | 10001101 | 1100010 | 101011 |
Color Harmonies of #02D94D
Complementary color
Monochromatic Colors of #02D94D
Black with #02D94D
Text Example
Text Example
White with #02D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D94D; }
p { color: rgb(2,217,77); }
H1.HeaderClassName
{
color: #02D94D;
}
.AnyTagClassName
{
color: #02D94D;
}
</style>
background-color css
<style>
a { background-color: #02D94D; }
a { background-color: rgb(2,217,77); }
div.DivClassName
{
background-color: #02D94D;
}
.BgClassName
{
background-color: #02D94D;
}
</style>
border-color css
<style>
span { border-color: #02D94D; }
span { border-color: rgb(2,217,77); }
td.TdClassName
{
border-color: #02D94D;
}
.TagClassName
{
border-color: #02D94D;
}
</style>