Shades of Malachite #02D653
Tints of Malachite #02D653
RGB
CMYK
RGB Variations
Color information
#02D653 (or 0x02D653) is known color: Malachite. HEX triplet: 02, D6 and 53. RGB value is (2,214,83). Sum of RGB (Red+Green+Blue) = 2+214+83=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 214 (83.98% from 255 or 71.57% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 214 - color contains mainly: green. Hex color #02D653 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D653 is #FD29AC. Grayscale: #878787. Windows color (decimal): -16591277 or 5494274. OLE color: 5494274.
HSL color Cylindrical-coordinate representation of color #02D653: hue angle of 142.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D653 is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 83 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.16 |
| HSL | 142.92º | 0.98% | 0.42% | - |
| HSV(B) | 142.92º | 0.99% | 0.84% | - |
| XYZ | 25.63 | 48.73 | 16.24 | - |
| YUV | 135.68 | 98.26 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 83 | 0.99 | 0 | 0.61 | 0.16 | 142.92 | 0.98 | 0.42 |
| Hex | 2 | D6 | 53 | 63 | 0 | 3D | 10 | 8F | 62 | 2A |
| Octal | 2 | 326 | 123 | 143 | 0 | 75 | 20 | 217 | 142 | 52 |
| Binary | 10 | 11010110 | 1010011 | 1100011 | 0 | 111101 | 10000 | 10001111 | 1100010 | 101010 |
Color Harmonies of #02D653
Complementary color
Monochromatic Colors of #02D653
Black with #02D653
Text Example
Text Example
White with #02D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D653; }
p { color: rgb(2,214,83); }
H1.HeaderClassName
{
color: #02D653;
}
.AnyTagClassName
{
color: #02D653;
}
</style>
background-color css
<style>
a { background-color: #02D653; }
a { background-color: rgb(2,214,83); }
div.DivClassName
{
background-color: #02D653;
}
.BgClassName
{
background-color: #02D653;
}
</style>
border-color css
<style>
span { border-color: #02D653; }
span { border-color: rgb(2,214,83); }
td.TdClassName
{
border-color: #02D653;
}
.TagClassName
{
border-color: #02D653;
}
</style>