Shades of Malachite #02D965
Tints of Malachite #02D965
RGB
CMYK
RGB Variations
Color information
#02D965 (or 0x02D965) is known color: Malachite. HEX triplet: 02, D9 and 65. RGB value is (2,217,101). Sum of RGB (Red+Green+Blue) = 2+217+101=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 217 (85.16% from 255 or 67.81% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 217 - color contains mainly: green. Hex color #02D965 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D965 is #FD269A. Grayscale: #8B8B8B. Windows color (decimal): -16590491 or 6674690. OLE color: 6674690.
HSL color Cylindrical-coordinate representation of color #02D965: hue angle of 147.63º 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 #02D965 is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 101 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.15 |
| HSL | 147.63º | 0.98% | 0.43% | - |
| HSV(B) | 147.63º | 0.99% | 0.85% | - |
| XYZ | 27.19 | 50.58 | 20.64 | - |
| YUV | 139.49 | 106.27 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 101 | 0.99 | 0 | 0.53 | 0.15 | 147.63 | 0.98 | 0.43 |
| Hex | 2 | D9 | 65 | 63 | 0 | 35 | F | 94 | 62 | 2B |
| Octal | 2 | 331 | 145 | 143 | 0 | 65 | 17 | 224 | 142 | 53 |
| Binary | 10 | 11011001 | 1100101 | 1100011 | 0 | 110101 | 1111 | 10010100 | 1100010 | 101011 |
Color Harmonies of #02D965
Complementary color
Monochromatic Colors of #02D965
Black with #02D965
Text Example
Text Example
White with #02D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D965; }
p { color: rgb(2,217,101); }
H1.HeaderClassName
{
color: #02D965;
}
.AnyTagClassName
{
color: #02D965;
}
</style>
background-color css
<style>
a { background-color: #02D965; }
a { background-color: rgb(2,217,101); }
div.DivClassName
{
background-color: #02D965;
}
.BgClassName
{
background-color: #02D965;
}
</style>
border-color css
<style>
span { border-color: #02D965; }
span { border-color: rgb(2,217,101); }
td.TdClassName
{
border-color: #02D965;
}
.TagClassName
{
border-color: #02D965;
}
</style>