Shades of Malachite #02D35D
Tints of Malachite #02D35D
RGB
CMYK
RGB Variations
Color information
#02D35D (or 0x02D35D) is known color: Malachite. HEX triplet: 02, D3 and 5D. RGB value is (2,211,93). Sum of RGB (Red+Green+Blue) = 2+211+93=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 211 (82.81% from 255 or 68.95% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 211 - color contains mainly: green. Hex color #02D35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D35D is #FD2CA2. Grayscale: #878787. Windows color (decimal): -16592035 or 6148866. OLE color: 6148866.
HSL color Cylindrical-coordinate representation of color #02D35D: hue angle of 146.12º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D35D is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 93 | - |
| CMYK | 0.99 | 0 | 0.56 | 0.17 |
| HSL | 146.12º | 0.98% | 0.42% | - |
| HSV(B) | 146.12º | 0.99% | 0.83% | - |
| XYZ | 25.3 | 47.39 | 18.17 | - |
| YUV | 135.06 | 104.26 | 33.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 93 | 0.99 | 0 | 0.56 | 0.17 | 146.12 | 0.98 | 0.42 |
| Hex | 2 | D3 | 5D | 63 | 0 | 38 | 11 | 92 | 62 | 2A |
| Octal | 2 | 323 | 135 | 143 | 0 | 70 | 21 | 222 | 142 | 52 |
| Binary | 10 | 11010011 | 1011101 | 1100011 | 0 | 111000 | 10001 | 10010010 | 1100010 | 101010 |
Color Harmonies of #02D35D
Complementary color
Monochromatic Colors of #02D35D
Black with #02D35D
Text Example
Text Example
White with #02D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D35D; }
p { color: rgb(2,211,93); }
H1.HeaderClassName
{
color: #02D35D;
}
.AnyTagClassName
{
color: #02D35D;
}
</style>
background-color css
<style>
a { background-color: #02D35D; }
a { background-color: rgb(2,211,93); }
div.DivClassName
{
background-color: #02D35D;
}
.BgClassName
{
background-color: #02D35D;
}
</style>
border-color css
<style>
span { border-color: #02D35D; }
span { border-color: rgb(2,211,93); }
td.TdClassName
{
border-color: #02D35D;
}
.TagClassName
{
border-color: #02D35D;
}
</style>