Shades of Malachite #02D968
Tints of Malachite #02D968
RGB
CMYK
RGB Variations
Color information
#02D968 (or 0x02D968) is known color: Malachite. HEX triplet: 02, D9 and 68. RGB value is (2,217,104). Sum of RGB (Red+Green+Blue) = 2+217+104=323 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 323); Green value is 217 (85.16% from 255 or 67.18% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 217 - color contains mainly: green. Hex color #02D968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D968 is #FD2697. Grayscale: #8C8C8C. Windows color (decimal): -16590488 or 6871298. OLE color: 6871298.
HSL color Cylindrical-coordinate representation of color #02D968: hue angle of 148.47º 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 #02D968 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 104 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.15 |
| HSL | 148.47º | 0.98% | 0.43% | - |
| HSV(B) | 148.47º | 0.99% | 0.85% | - |
| XYZ | 27.34 | 50.64 | 21.43 | - |
| YUV | 139.83 | 107.77 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 104 | 0.99 | 0 | 0.52 | 0.15 | 148.47 | 0.98 | 0.43 |
| Hex | 2 | D9 | 68 | 63 | 0 | 34 | F | 94 | 62 | 2B |
| Octal | 2 | 331 | 150 | 143 | 0 | 64 | 17 | 224 | 142 | 53 |
| Binary | 10 | 11011001 | 1101000 | 1100011 | 0 | 110100 | 1111 | 10010100 | 1100010 | 101011 |
Color Harmonies of #02D968
Complementary color
Monochromatic Colors of #02D968
Black with #02D968
Text Example
Text Example
White with #02D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D968; }
p { color: rgb(2,217,104); }
H1.HeaderClassName
{
color: #02D968;
}
.AnyTagClassName
{
color: #02D968;
}
</style>
background-color css
<style>
a { background-color: #02D968; }
a { background-color: rgb(2,217,104); }
div.DivClassName
{
background-color: #02D968;
}
.BgClassName
{
background-color: #02D968;
}
</style>
border-color css
<style>
span { border-color: #02D968; }
span { border-color: rgb(2,217,104); }
td.TdClassName
{
border-color: #02D968;
}
.TagClassName
{
border-color: #02D968;
}
</style>