Shades of Malachite #02DA5C
Tints of Malachite #02DA5C
RGB
CMYK
RGB Variations
Color information
#02DA5C (or 0x02DA5C) is known color: Malachite. HEX triplet: 02, DA and 5C. RGB value is (2,218,92). Sum of RGB (Red+Green+Blue) = 2+218+92=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 218 (85.55% from 255 or 69.87% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA5C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DA5C is #FD25A3. Grayscale: #8B8B8B. Windows color (decimal): -16590244 or 6085122. OLE color: 6085122.
HSL color Cylindrical-coordinate representation of color #02DA5C: hue angle of 145º 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 #02DA5C is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 218 | 92 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.15 |
| HSL | 145º | 0.98% | 0.43% | - |
| HSV(B) | 145º | 0.99% | 0.85% | - |
| XYZ | 27.03 | 50.93 | 18.53 | - |
| YUV | 139.05 | 101.44 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 218 | 92 | 0.99 | 0 | 0.58 | 0.15 | 145 | 0.98 | 0.43 |
| Hex | 2 | DA | 5C | 63 | 0 | 3A | F | 91 | 62 | 2B |
| Octal | 2 | 332 | 134 | 143 | 0 | 72 | 17 | 221 | 142 | 53 |
| Binary | 10 | 11011010 | 1011100 | 1100011 | 0 | 111010 | 1111 | 10010001 | 1100010 | 101011 |
Color Harmonies of #02DA5C
Complementary color
Monochromatic Colors of #02DA5C
Black with #02DA5C
Text Example
Text Example
White with #02DA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DA5C; }
p { color: rgb(2,218,92); }
H1.HeaderClassName
{
color: #02DA5C;
}
.AnyTagClassName
{
color: #02DA5C;
}
</style>
background-color css
<style>
a { background-color: #02DA5C; }
a { background-color: rgb(2,218,92); }
div.DivClassName
{
background-color: #02DA5C;
}
.BgClassName
{
background-color: #02DA5C;
}
</style>
border-color css
<style>
span { border-color: #02DA5C; }
span { border-color: rgb(2,218,92); }
td.TdClassName
{
border-color: #02DA5C;
}
.TagClassName
{
border-color: #02DA5C;
}
</style>