Shades of Malachite #02DF6C
Tints of Malachite #02DF6C
RGB
CMYK
RGB Variations
Color information
#02DF6C (or 0x02DF6C) is known color: Malachite. HEX triplet: 02, DF and 6C. RGB value is (2,223,108). Sum of RGB (Red+Green+Blue) = 2+223+108=333 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 333); Green value is 223 (87.5% from 255 or 66.97% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DF6C is #FD2093. Grayscale: #909090. Windows color (decimal): -16588948 or 7134978. OLE color: 7134978.
HSL color Cylindrical-coordinate representation of color #02DF6C: hue angle of 148.78º 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 #02DF6C is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 223 | 108 | - |
| CMYK | 0.99 | 0 | 0.52 | 0.13 |
| HSL | 148.78º | 0.98% | 0.44% | - |
| HSV(B) | 148.78º | 0.99% | 0.87% | - |
| XYZ | 29.12 | 53.87 | 23.05 | - |
| YUV | 143.81 | 107.78 | 26.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 223 | 108 | 0.99 | 0 | 0.52 | 0.13 | 148.78 | 0.98 | 0.44 |
| Hex | 2 | DF | 6C | 63 | 0 | 34 | D | 95 | 62 | 2C |
| Octal | 2 | 337 | 154 | 143 | 0 | 64 | 15 | 225 | 142 | 54 |
| Binary | 10 | 11011111 | 1101100 | 1100011 | 0 | 110100 | 1101 | 10010101 | 1100010 | 101100 |
Color Harmonies of #02DF6C
Complementary color
Monochromatic Colors of #02DF6C
Black with #02DF6C
Text Example
Text Example
White with #02DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DF6C; }
p { color: rgb(2,223,108); }
H1.HeaderClassName
{
color: #02DF6C;
}
.AnyTagClassName
{
color: #02DF6C;
}
</style>
background-color css
<style>
a { background-color: #02DF6C; }
a { background-color: rgb(2,223,108); }
div.DivClassName
{
background-color: #02DF6C;
}
.BgClassName
{
background-color: #02DF6C;
}
</style>
border-color css
<style>
span { border-color: #02DF6C; }
span { border-color: rgb(2,223,108); }
td.TdClassName
{
border-color: #02DF6C;
}
.TagClassName
{
border-color: #02DF6C;
}
</style>