Shades of Malachite #02D566
Tints of Malachite #02D566
RGB
CMYK
RGB Variations
Color information
#02D566 (or 0x02D566) is known color: Malachite. HEX triplet: 02, D5 and 66. RGB value is (2,213,102). Sum of RGB (Red+Green+Blue) = 2+213+102=317 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 317); Green value is 213 (83.59% from 255 or 67.19% from 317); Blue value is 102 (40.23% from 255 or 32.18% from 317); Max value from RGB is 213 - color contains mainly: green. Hex color #02D566 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D566 is #FD2A99. Grayscale: #898989. Windows color (decimal): -16591514 or 6739202. OLE color: 6739202.
HSL color Cylindrical-coordinate representation of color #02D566: hue angle of 148.44º 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 #02D566 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 102 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.16 |
| HSL | 148.44º | 0.98% | 0.42% | - |
| HSV(B) | 148.44º | 0.99% | 0.84% | - |
| XYZ | 26.22 | 48.56 | 20.56 | - |
| YUV | 137.26 | 108.1 | 31.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 102 | 0.99 | 0 | 0.52 | 0.16 | 148.44 | 0.98 | 0.42 |
| Hex | 2 | D5 | 66 | 63 | 0 | 34 | 10 | 94 | 62 | 2A |
| Octal | 2 | 325 | 146 | 143 | 0 | 64 | 20 | 224 | 142 | 52 |
| Binary | 10 | 11010101 | 1100110 | 1100011 | 0 | 110100 | 10000 | 10010100 | 1100010 | 101010 |
Color Harmonies of #02D566
Complementary color
Monochromatic Colors of #02D566
Black with #02D566
Text Example
Text Example
White with #02D566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D566; }
p { color: rgb(2,213,102); }
H1.HeaderClassName
{
color: #02D566;
}
.AnyTagClassName
{
color: #02D566;
}
</style>
background-color css
<style>
a { background-color: #02D566; }
a { background-color: rgb(2,213,102); }
div.DivClassName
{
background-color: #02D566;
}
.BgClassName
{
background-color: #02D566;
}
</style>
border-color css
<style>
span { border-color: #02D566; }
span { border-color: rgb(2,213,102); }
td.TdClassName
{
border-color: #02D566;
}
.TagClassName
{
border-color: #02D566;
}
</style>