Shades of Malachite #02DA4D
Tints of Malachite #02DA4D
RGB
CMYK
RGB Variations
Color information
#02DA4D (or 0x02DA4D) is known color: Malachite. HEX triplet: 02, DA and 4D. RGB value is (2,218,77). Sum of RGB (Red+Green+Blue) = 2+218+77=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 218 (85.55% from 255 or 73.40% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DA4D is #FD25B2. Grayscale: #898989. Windows color (decimal): -16590259 or 5102082. OLE color: 5102082.
HSL color Cylindrical-coordinate representation of color #02DA4D: hue angle of 140.83º 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 #02DA4D is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 218 | 77 | - |
| CMYK | 0.99 | 0 | 0.65 | 0.15 |
| HSL | 140.83º | 0.98% | 0.43% | - |
| HSV(B) | 140.83º | 0.99% | 0.85% | - |
| XYZ | 26.44 | 50.69 | 15.41 | - |
| YUV | 137.34 | 93.94 | 31.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 218 | 77 | 0.99 | 0 | 0.65 | 0.15 | 140.83 | 0.98 | 0.43 |
| Hex | 2 | DA | 4D | 63 | 0 | 41 | F | 8D | 62 | 2B |
| Octal | 2 | 332 | 115 | 143 | 0 | 101 | 17 | 215 | 142 | 53 |
| Binary | 10 | 11011010 | 1001101 | 1100011 | 0 | 1000001 | 1111 | 10001101 | 1100010 | 101011 |
Color Harmonies of #02DA4D
Complementary color
Monochromatic Colors of #02DA4D
Black with #02DA4D
Text Example
Text Example
White with #02DA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DA4D; }
p { color: rgb(2,218,77); }
H1.HeaderClassName
{
color: #02DA4D;
}
.AnyTagClassName
{
color: #02DA4D;
}
</style>
background-color css
<style>
a { background-color: #02DA4D; }
a { background-color: rgb(2,218,77); }
div.DivClassName
{
background-color: #02DA4D;
}
.BgClassName
{
background-color: #02DA4D;
}
</style>
border-color css
<style>
span { border-color: #02DA4D; }
span { border-color: rgb(2,218,77); }
td.TdClassName
{
border-color: #02DA4D;
}
.TagClassName
{
border-color: #02DA4D;
}
</style>