Shades of Malachite #02D662
Tints of Malachite #02D662
RGB
CMYK
RGB Variations
Color information
#02D662 (or 0x02D662) is known color: Malachite. HEX triplet: 02, D6 and 62. RGB value is (2,214,98). Sum of RGB (Red+Green+Blue) = 2+214+98=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 214 (83.98% from 255 or 68.15% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 214 - color contains mainly: green. Hex color #02D662 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D662 is #FD299D. Grayscale: #898989. Windows color (decimal): -16591262 or 6477314. OLE color: 6477314.
HSL color Cylindrical-coordinate representation of color #02D662: hue angle of 147.17º 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 #02D662 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 98 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.16 |
| HSL | 147.17º | 0.98% | 0.42% | - |
| HSV(B) | 147.17º | 0.99% | 0.84% | - |
| XYZ | 26.28 | 48.99 | 19.63 | - |
| YUV | 137.39 | 105.76 | 31.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 98 | 0.99 | 0 | 0.54 | 0.16 | 147.17 | 0.98 | 0.42 |
| Hex | 2 | D6 | 62 | 63 | 0 | 36 | 10 | 93 | 62 | 2A |
| Octal | 2 | 326 | 142 | 143 | 0 | 66 | 20 | 223 | 142 | 52 |
| Binary | 10 | 11010110 | 1100010 | 1100011 | 0 | 110110 | 10000 | 10010011 | 1100010 | 101010 |
Color Harmonies of #02D662
Complementary color
Monochromatic Colors of #02D662
Black with #02D662
Text Example
Text Example
White with #02D662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D662; }
p { color: rgb(2,214,98); }
H1.HeaderClassName
{
color: #02D662;
}
.AnyTagClassName
{
color: #02D662;
}
</style>
background-color css
<style>
a { background-color: #02D662; }
a { background-color: rgb(2,214,98); }
div.DivClassName
{
background-color: #02D662;
}
.BgClassName
{
background-color: #02D662;
}
</style>
border-color css
<style>
span { border-color: #02D662; }
span { border-color: rgb(2,214,98); }
td.TdClassName
{
border-color: #02D662;
}
.TagClassName
{
border-color: #02D662;
}
</style>