Shades of Malachite #02D966
Tints of Malachite #02D966
RGB
CMYK
RGB Variations
Color information
#02D966 (or 0x02D966) is known color: Malachite. HEX triplet: 02, D9 and 66. RGB value is (2,217,102). Sum of RGB (Red+Green+Blue) = 2+217+102=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 217 (85.16% from 255 or 67.60% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 217 - color contains mainly: green. Hex color #02D966 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D966 is #FD2699. Grayscale: #8B8B8B. Windows color (decimal): -16590490 or 6740226. OLE color: 6740226.
HSL color Cylindrical-coordinate representation of color #02D966: hue angle of 147.91º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D966 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 102 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.15 |
| HSL | 147.91º | 0.98% | 0.43% | - |
| HSV(B) | 147.91º | 0.99% | 0.85% | - |
| XYZ | 27.24 | 50.6 | 20.9 | - |
| YUV | 139.61 | 106.77 | 29.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 102 | 0.99 | 0 | 0.53 | 0.15 | 147.91 | 0.98 | 0.43 |
| Hex | 2 | D9 | 66 | 63 | 0 | 35 | F | 94 | 62 | 2B |
| Octal | 2 | 331 | 146 | 143 | 0 | 65 | 17 | 224 | 142 | 53 |
| Binary | 10 | 11011001 | 1100110 | 1100011 | 0 | 110101 | 1111 | 10010100 | 1100010 | 101011 |
Color Harmonies of #02D966
Complementary color
Monochromatic Colors of #02D966
Black with #02D966
Text Example
Text Example
White with #02D966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D966; }
p { color: rgb(2,217,102); }
H1.HeaderClassName
{
color: #02D966;
}
.AnyTagClassName
{
color: #02D966;
}
</style>
background-color css
<style>
a { background-color: #02D966; }
a { background-color: rgb(2,217,102); }
div.DivClassName
{
background-color: #02D966;
}
.BgClassName
{
background-color: #02D966;
}
</style>
border-color css
<style>
span { border-color: #02D966; }
span { border-color: rgb(2,217,102); }
td.TdClassName
{
border-color: #02D966;
}
.TagClassName
{
border-color: #02D966;
}
</style>