Shades of Malachite #02DD6C
Tints of Malachite #02DD6C
RGB
CMYK
RGB Variations
Color information
#02DD6C (or 0x02DD6C) is known color: Malachite. HEX triplet: 02, DD and 6C. RGB value is (2,221,108). Sum of RGB (Red+Green+Blue) = 2+221+108=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 221 (86.72% from 255 or 66.77% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD6C is #FD2293. Grayscale: #8E8E8E. Windows color (decimal): -16589460 or 7134466. OLE color: 7134466.
HSL color Cylindrical-coordinate representation of color #02DD6C: hue angle of 149.04º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD6C is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 221 | 108 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.13 |
| HSL | 149.04º | 0.98% | 0.44% | - |
| HSV(B) | 149.04º | 0.99% | 0.87% | - |
| XYZ | 28.59 | 52.81 | 22.87 | - |
| YUV | 142.64 | 108.45 | 27.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 221 | 108 | 0.99 | 0 | 0.51 | 0.13 | 149.04 | 0.98 | 0.44 |
| Hex | 2 | DD | 6C | 63 | 0 | 33 | D | 95 | 62 | 2C |
| Octal | 2 | 335 | 154 | 143 | 0 | 63 | 15 | 225 | 142 | 54 |
| Binary | 10 | 11011101 | 1101100 | 1100011 | 0 | 110011 | 1101 | 10010101 | 1100010 | 101100 |
Color Harmonies of #02DD6C
Complementary color
Monochromatic Colors of #02DD6C
Black with #02DD6C
Text Example
Text Example
White with #02DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DD6C; }
p { color: rgb(2,221,108); }
H1.HeaderClassName
{
color: #02DD6C;
}
.AnyTagClassName
{
color: #02DD6C;
}
</style>
background-color css
<style>
a { background-color: #02DD6C; }
a { background-color: rgb(2,221,108); }
div.DivClassName
{
background-color: #02DD6C;
}
.BgClassName
{
background-color: #02DD6C;
}
</style>
border-color css
<style>
span { border-color: #02DD6C; }
span { border-color: rgb(2,221,108); }
td.TdClassName
{
border-color: #02DD6C;
}
.TagClassName
{
border-color: #02DD6C;
}
</style>