Shades of Malachite #02D261
Tints of Malachite #02D261
RGB
CMYK
RGB Variations
Color information
#02D261 (or 0x02D261) is known color: Malachite. HEX triplet: 02, D2 and 61. RGB value is (2,210,97). Sum of RGB (Red+Green+Blue) = 2+210+97=309 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 309); Green value is 210 (82.42% from 255 or 67.96% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 210 - color contains mainly: green. Hex color #02D261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D261 is #FD2D9E. Grayscale: #878787. Windows color (decimal): -16592287 or 6410754. OLE color: 6410754.
HSL color Cylindrical-coordinate representation of color #02D261: hue angle of 147.4º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D261 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 210 | 97 | - |
| CMYK | 0.99 | 0 | 0.54 | 0.18 |
| HSL | 147.4º | 0.98% | 0.42% | - |
| HSV(B) | 147.4º | 0.99% | 0.82% | - |
| XYZ | 25.23 | 46.97 | 19.05 | - |
| YUV | 134.93 | 106.59 | 33.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 210 | 97 | 0.99 | 0 | 0.54 | 0.18 | 147.4 | 0.98 | 0.42 |
| Hex | 2 | D2 | 61 | 63 | 0 | 36 | 12 | 93 | 62 | 2A |
| Octal | 2 | 322 | 141 | 143 | 0 | 66 | 22 | 223 | 142 | 52 |
| Binary | 10 | 11010010 | 1100001 | 1100011 | 0 | 110110 | 10010 | 10010011 | 1100010 | 101010 |
Color Harmonies of #02D261
Complementary color
Monochromatic Colors of #02D261
Black with #02D261
Text Example
Text Example
White with #02D261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D261; }
p { color: rgb(2,210,97); }
H1.HeaderClassName
{
color: #02D261;
}
.AnyTagClassName
{
color: #02D261;
}
</style>
background-color css
<style>
a { background-color: #02D261; }
a { background-color: rgb(2,210,97); }
div.DivClassName
{
background-color: #02D261;
}
.BgClassName
{
background-color: #02D261;
}
</style>
border-color css
<style>
span { border-color: #02D261; }
span { border-color: rgb(2,210,97); }
td.TdClassName
{
border-color: #02D261;
}
.TagClassName
{
border-color: #02D261;
}
</style>