Shades of Malachite #02DC41
Tints of Malachite #02DC41
RGB
CMYK
RGB Variations
Color information
#02DC41 (or 0x02DC41) is known color: Malachite. HEX triplet: 02, DC and 41. RGB value is (2,220,65). Sum of RGB (Red+Green+Blue) = 2+220+65=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #02DC41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02DC41 is #FD23BE. Grayscale: #898989. Windows color (decimal): -16589759 or 4316162. OLE color: 4316162.
HSL color Cylindrical-coordinate representation of color #02DC41: hue angle of 137.34º 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 #02DC41 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 220 | 65 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.14 |
| HSL | 137.34º | 0.98% | 0.44% | - |
| HSV(B) | 137.34º | 0.99% | 0.86% | - |
| XYZ | 26.57 | 51.58 | 13.56 | - |
| YUV | 137.15 | 87.28 | 31.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 220 | 65 | 0.99 | 0 | 0.70 | 0.14 | 137.34 | 0.98 | 0.44 |
| Hex | 2 | DC | 41 | 63 | 0 | 46 | E | 89 | 62 | 2C |
| Octal | 2 | 334 | 101 | 143 | 0 | 106 | 16 | 211 | 142 | 54 |
| Binary | 10 | 11011100 | 1000001 | 1100011 | 0 | 1000110 | 1110 | 10001001 | 1100010 | 101100 |
Color Harmonies of #02DC41
Complementary color
Monochromatic Colors of #02DC41
Black with #02DC41
Text Example
Text Example
White with #02DC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DC41; }
p { color: rgb(2,220,65); }
H1.HeaderClassName
{
color: #02DC41;
}
.AnyTagClassName
{
color: #02DC41;
}
</style>
background-color css
<style>
a { background-color: #02DC41; }
a { background-color: rgb(2,220,65); }
div.DivClassName
{
background-color: #02DC41;
}
.BgClassName
{
background-color: #02DC41;
}
</style>
border-color css
<style>
span { border-color: #02DC41; }
span { border-color: rgb(2,220,65); }
td.TdClassName
{
border-color: #02DC41;
}
.TagClassName
{
border-color: #02DC41;
}
</style>