Shades of Malachite #02D671
Tints of Malachite #02D671
RGB
CMYK
RGB Variations
Color information
#02D671 (or 0x02D671) is known color: Malachite. HEX triplet: 02, D6 and 71. RGB value is (2,214,113). Sum of RGB (Red+Green+Blue) = 2+214+113=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 214 (83.98% from 255 or 65.05% from 329); Blue value is 113 (44.53% from 255 or 34.35% from 329); Max value from RGB is 214 - color contains mainly: green. Hex color #02D671 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D671 is #FD298E. Grayscale: #8B8B8B. Windows color (decimal): -16591247 or 7460354. OLE color: 7460354.
HSL color Cylindrical-coordinate representation of color #02D671: hue angle of 151.42º 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 #02D671 is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 214 | 113 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.16 |
| HSL | 151.42º | 0.98% | 0.42% | - |
| HSV(B) | 151.42º | 0.99% | 0.84% | - |
| XYZ | 27.05 | 49.3 | 23.71 | - |
| YUV | 139.1 | 113.26 | 30.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 214 | 113 | 0.99 | 0 | 0.47 | 0.16 | 151.42 | 0.98 | 0.42 |
| Hex | 2 | D6 | 71 | 63 | 0 | 2F | 10 | 97 | 62 | 2A |
| Octal | 2 | 326 | 161 | 143 | 0 | 57 | 20 | 227 | 142 | 52 |
| Binary | 10 | 11010110 | 1110001 | 1100011 | 0 | 101111 | 10000 | 10010111 | 1100010 | 101010 |
Color Harmonies of #02D671
Complementary color
Monochromatic Colors of #02D671
Black with #02D671
Text Example
Text Example
White with #02D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D671; }
p { color: rgb(2,214,113); }
H1.HeaderClassName
{
color: #02D671;
}
.AnyTagClassName
{
color: #02D671;
}
</style>
background-color css
<style>
a { background-color: #02D671; }
a { background-color: rgb(2,214,113); }
div.DivClassName
{
background-color: #02D671;
}
.BgClassName
{
background-color: #02D671;
}
</style>
border-color css
<style>
span { border-color: #02D671; }
span { border-color: rgb(2,214,113); }
td.TdClassName
{
border-color: #02D671;
}
.TagClassName
{
border-color: #02D671;
}
</style>