Shades of Malachite #02DF6E
Tints of Malachite #02DF6E
RGB
CMYK
RGB Variations
Color information
#02DF6E (or 0x02DF6E) is known color: Malachite. HEX triplet: 02, DF and 6E. RGB value is (2,223,110). Sum of RGB (Red+Green+Blue) = 2+223+110=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 223 (87.5% from 255 or 66.57% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DF6E is #FD2091. Grayscale: #909090. Windows color (decimal): -16588946 or 7266050. OLE color: 7266050.
HSL color Cylindrical-coordinate representation of color #02DF6E: hue angle of 149.32º 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 #02DF6E is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 110 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.13 |
| HSL | 149.32º | 0.98% | 0.44% | - |
| HSV(B) | 149.32º | 0.99% | 0.87% | - |
| XYZ | 29.23 | 53.91 | 23.62 | - |
| YUV | 144.04 | 108.78 | 26.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 110 | 0.99 | 0 | 0.51 | 0.13 | 149.32 | 0.98 | 0.44 |
| Hex | 2 | DF | 6E | 63 | 0 | 33 | D | 95 | 62 | 2C |
| Octal | 2 | 337 | 156 | 143 | 0 | 63 | 15 | 225 | 142 | 54 |
| Binary | 10 | 11011111 | 1101110 | 1100011 | 0 | 110011 | 1101 | 10010101 | 1100010 | 101100 |
Color Harmonies of #02DF6E
Complementary color
Monochromatic Colors of #02DF6E
Black with #02DF6E
Text Example
Text Example
White with #02DF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF6E; }
p { color: rgb(2,223,110); }
H1.HeaderClassName
{
color: #02DF6E;
}
.AnyTagClassName
{
color: #02DF6E;
}
</style>
background-color css
<style>
a { background-color: #02DF6E; }
a { background-color: rgb(2,223,110); }
div.DivClassName
{
background-color: #02DF6E;
}
.BgClassName
{
background-color: #02DF6E;
}
</style>
border-color css
<style>
span { border-color: #02DF6E; }
span { border-color: rgb(2,223,110); }
td.TdClassName
{
border-color: #02DF6E;
}
.TagClassName
{
border-color: #02DF6E;
}
</style>