Shades of Malachite #02D353
Tints of Malachite #02D353
RGB
CMYK
RGB Variations
Color information
#02D353 (or 0x02D353) is known color: Malachite. HEX triplet: 02, D3 and 53. RGB value is (2,211,83). Sum of RGB (Red+Green+Blue) = 2+211+83=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 211 (82.81% from 255 or 71.28% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 211 - color contains mainly: green. Hex color #02D353 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D353 is #FD2CAC. Grayscale: #868686. Windows color (decimal): -16592045 or 5493506. OLE color: 5493506.
HSL color Cylindrical-coordinate representation of color #02D353: hue angle of 143.25º 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 #02D353 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 211 | 83 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.17 |
| HSL | 143.25º | 0.98% | 0.42% | - |
| HSV(B) | 143.25º | 0.99% | 0.83% | - |
| XYZ | 24.88 | 47.23 | 15.99 | - |
| YUV | 133.92 | 99.26 | 33.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 211 | 83 | 0.99 | 0 | 0.61 | 0.17 | 143.25 | 0.98 | 0.42 |
| Hex | 2 | D3 | 53 | 63 | 0 | 3D | 11 | 8F | 62 | 2A |
| Octal | 2 | 323 | 123 | 143 | 0 | 75 | 21 | 217 | 142 | 52 |
| Binary | 10 | 11010011 | 1010011 | 1100011 | 0 | 111101 | 10001 | 10001111 | 1100010 | 101010 |
Color Harmonies of #02D353
Complementary color
Monochromatic Colors of #02D353
Black with #02D353
Text Example
Text Example
White with #02D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D353; }
p { color: rgb(2,211,83); }
H1.HeaderClassName
{
color: #02D353;
}
.AnyTagClassName
{
color: #02D353;
}
</style>
background-color css
<style>
a { background-color: #02D353; }
a { background-color: rgb(2,211,83); }
div.DivClassName
{
background-color: #02D353;
}
.BgClassName
{
background-color: #02D353;
}
</style>
border-color css
<style>
span { border-color: #02D353; }
span { border-color: rgb(2,211,83); }
td.TdClassName
{
border-color: #02D353;
}
.TagClassName
{
border-color: #02D353;
}
</style>