Shades of Malachite #02DC52
Tints of Malachite #02DC52
RGB
CMYK
RGB Variations
Color information
#02DC52 (or 0x02DC52) is known color: Malachite. HEX triplet: 02, DC and 52. RGB value is (2,220,82). Sum of RGB (Red+Green+Blue) = 2+220+82=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 220 (86.33% from 255 or 72.37% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DC52 is #FD23AD. Grayscale: #8B8B8B. Windows color (decimal): -16589742 or 5430274. OLE color: 5430274.
HSL color Cylindrical-coordinate representation of color #02DC52: hue angle of 142.02º 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 #02DC52 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 82 | - |
| CMYK | 0.99 | 0 | 0.63 | 0.14 |
| HSL | 142.02º | 0.98% | 0.44% | - |
| HSV(B) | 142.02º | 0.99% | 0.86% | - |
| XYZ | 27.14 | 51.81 | 16.55 | - |
| YUV | 139.09 | 95.78 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 82 | 0.99 | 0 | 0.63 | 0.14 | 142.02 | 0.98 | 0.44 |
| Hex | 2 | DC | 52 | 63 | 0 | 3F | E | 8E | 62 | 2C |
| Octal | 2 | 334 | 122 | 143 | 0 | 77 | 16 | 216 | 142 | 54 |
| Binary | 10 | 11011100 | 1010010 | 1100011 | 0 | 111111 | 1110 | 10001110 | 1100010 | 101100 |
Color Harmonies of #02DC52
Complementary color
Monochromatic Colors of #02DC52
Black with #02DC52
Text Example
Text Example
White with #02DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC52; }
p { color: rgb(2,220,82); }
H1.HeaderClassName
{
color: #02DC52;
}
.AnyTagClassName
{
color: #02DC52;
}
</style>
background-color css
<style>
a { background-color: #02DC52; }
a { background-color: rgb(2,220,82); }
div.DivClassName
{
background-color: #02DC52;
}
.BgClassName
{
background-color: #02DC52;
}
</style>
border-color css
<style>
span { border-color: #02DC52; }
span { border-color: rgb(2,220,82); }
td.TdClassName
{
border-color: #02DC52;
}
.TagClassName
{
border-color: #02DC52;
}
</style>