Shades of Malachite #02DC47
Tints of Malachite #02DC47
RGB
CMYK
RGB Variations
Color information
#02DC47 (or 0x02DC47) is known color: Malachite. HEX triplet: 02, DC and 47. RGB value is (2,220,71). Sum of RGB (Red+Green+Blue) = 2+220+71=293 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 293); Green value is 220 (86.33% from 255 or 75.09% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC47 is #FD23B8. Grayscale: #8A8A8A. Windows color (decimal): -16589753 or 4709378. OLE color: 4709378.
HSL color Cylindrical-coordinate representation of color #02DC47: hue angle of 138.99º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DC47 is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 71 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.14 |
| HSL | 138.99º | 0.98% | 0.44% | - |
| HSV(B) | 138.99º | 0.99% | 0.86% | - |
| XYZ | 26.76 | 51.65 | 14.52 | - |
| YUV | 137.83 | 90.28 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 71 | 0.99 | 0 | 0.68 | 0.14 | 138.99 | 0.98 | 0.44 |
| Hex | 2 | DC | 47 | 63 | 0 | 44 | E | 8B | 62 | 2C |
| Octal | 2 | 334 | 107 | 143 | 0 | 104 | 16 | 213 | 142 | 54 |
| Binary | 10 | 11011100 | 1000111 | 1100011 | 0 | 1000100 | 1110 | 10001011 | 1100010 | 101100 |
Color Harmonies of #02DC47
Complementary color
Monochromatic Colors of #02DC47
Black with #02DC47
Text Example
Text Example
White with #02DC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC47; }
p { color: rgb(2,220,71); }
H1.HeaderClassName
{
color: #02DC47;
}
.AnyTagClassName
{
color: #02DC47;
}
</style>
background-color css
<style>
a { background-color: #02DC47; }
a { background-color: rgb(2,220,71); }
div.DivClassName
{
background-color: #02DC47;
}
.BgClassName
{
background-color: #02DC47;
}
</style>
border-color css
<style>
span { border-color: #02DC47; }
span { border-color: rgb(2,220,71); }
td.TdClassName
{
border-color: #02DC47;
}
.TagClassName
{
border-color: #02DC47;
}
</style>