Shades of Malachite #02D067
Tints of Malachite #02D067
RGB
CMYK
RGB Variations
Color information
#02D067 (or 0x02D067) is known color: Malachite. HEX triplet: 02, D0 and 67. RGB value is (2,208,103). Sum of RGB (Red+Green+Blue) = 2+208+103=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #02D067 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D067 is #FD2F98. Grayscale: #868686. Windows color (decimal): -16592793 or 6803458. OLE color: 6803458.
HSL color Cylindrical-coordinate representation of color #02D067: hue angle of 149.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D067 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 103 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.18 |
| HSL | 149.42º | 0.98% | 0.41% | - |
| HSV(B) | 149.42º | 0.99% | 0.82% | - |
| XYZ | 25.03 | 46.1 | 20.41 | - |
| YUV | 134.44 | 110.25 | 33.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 103 | 0.99 | 0 | 0.50 | 0.18 | 149.42 | 0.98 | 0.41 |
| Hex | 2 | D0 | 67 | 63 | 0 | 32 | 12 | 95 | 62 | 29 |
| Octal | 2 | 320 | 147 | 143 | 0 | 62 | 22 | 225 | 142 | 51 |
| Binary | 10 | 11010000 | 1100111 | 1100011 | 0 | 110010 | 10010 | 10010101 | 1100010 | 101001 |
Color Harmonies of #02D067
Complementary color
Monochromatic Colors of #02D067
Black with #02D067
Text Example
Text Example
White with #02D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D067; }
p { color: rgb(2,208,103); }
H1.HeaderClassName
{
color: #02D067;
}
.AnyTagClassName
{
color: #02D067;
}
</style>
background-color css
<style>
a { background-color: #02D067; }
a { background-color: rgb(2,208,103); }
div.DivClassName
{
background-color: #02D067;
}
.BgClassName
{
background-color: #02D067;
}
</style>
border-color css
<style>
span { border-color: #02D067; }
span { border-color: rgb(2,208,103); }
td.TdClassName
{
border-color: #02D067;
}
.TagClassName
{
border-color: #02D067;
}
</style>