Shades of Malachite #02D956
Tints of Malachite #02D956
RGB
CMYK
RGB Variations
Color information
#02D956 (or 0x02D956) is known color: Malachite. HEX triplet: 02, D9 and 56. RGB value is (2,217,86). Sum of RGB (Red+Green+Blue) = 2+217+86=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 217 (85.16% from 255 or 71.15% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 217 - color contains mainly: green. Hex color #02D956 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D956 is #FD26A9. Grayscale: #8A8A8A. Windows color (decimal): -16590506 or 5691650. OLE color: 5691650.
HSL color Cylindrical-coordinate representation of color #02D956: hue angle of 143.44º 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 #02D956 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 217 | 86 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.15 |
| HSL | 143.44º | 0.98% | 0.43% | - |
| HSV(B) | 143.44º | 0.99% | 0.85% | - |
| XYZ | 26.52 | 50.31 | 17.12 | - |
| YUV | 137.78 | 98.77 | 31.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 217 | 86 | 0.99 | 0 | 0.60 | 0.15 | 143.44 | 0.98 | 0.43 |
| Hex | 2 | D9 | 56 | 63 | 0 | 3C | F | 8F | 62 | 2B |
| Octal | 2 | 331 | 126 | 143 | 0 | 74 | 17 | 217 | 142 | 53 |
| Binary | 10 | 11011001 | 1010110 | 1100011 | 0 | 111100 | 1111 | 10001111 | 1100010 | 101011 |
Color Harmonies of #02D956
Complementary color
Monochromatic Colors of #02D956
Black with #02D956
Text Example
Text Example
White with #02D956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D956; }
p { color: rgb(2,217,86); }
H1.HeaderClassName
{
color: #02D956;
}
.AnyTagClassName
{
color: #02D956;
}
</style>
background-color css
<style>
a { background-color: #02D956; }
a { background-color: rgb(2,217,86); }
div.DivClassName
{
background-color: #02D956;
}
.BgClassName
{
background-color: #02D956;
}
</style>
border-color css
<style>
span { border-color: #02D956; }
span { border-color: rgb(2,217,86); }
td.TdClassName
{
border-color: #02D956;
}
.TagClassName
{
border-color: #02D956;
}
</style>