Shades of Malachite #02CE6F
Tints of Malachite #02CE6F
RGB
CMYK
RGB Variations
Color information
#02CE6F (or 0x02CE6F) is known color: Malachite. HEX triplet: 02, CE and 6F. RGB value is (2,206,111). Sum of RGB (Red+Green+Blue) = 2+206+111=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 111 (43.75% from 255 or 34.80% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CE6F is #FD3190. Grayscale: #868686. Windows color (decimal): -16593297 or 7327234. OLE color: 7327234.
HSL color Cylindrical-coordinate representation of color #02CE6F: hue angle of 152.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE6F is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 111 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.19 |
| HSL | 152.06º | 0.98% | 0.41% | - |
| HSV(B) | 152.06º | 0.99% | 0.81% | - |
| XYZ | 24.97 | 45.3 | 22.47 | - |
| YUV | 134.17 | 114.91 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 111 | 0.99 | 0 | 0.46 | 0.19 | 152.06 | 0.98 | 0.41 |
| Hex | 2 | CE | 6F | 63 | 0 | 2E | 13 | 98 | 62 | 29 |
| Octal | 2 | 316 | 157 | 143 | 0 | 56 | 23 | 230 | 142 | 51 |
| Binary | 10 | 11001110 | 1101111 | 1100011 | 0 | 101110 | 10011 | 10011000 | 1100010 | 101001 |
Color Harmonies of #02CE6F
Complementary color
Monochromatic Colors of #02CE6F
Black with #02CE6F
Text Example
Text Example
White with #02CE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE6F; }
p { color: rgb(2,206,111); }
H1.HeaderClassName
{
color: #02CE6F;
}
.AnyTagClassName
{
color: #02CE6F;
}
</style>
background-color css
<style>
a { background-color: #02CE6F; }
a { background-color: rgb(2,206,111); }
div.DivClassName
{
background-color: #02CE6F;
}
.BgClassName
{
background-color: #02CE6F;
}
</style>
border-color css
<style>
span { border-color: #02CE6F; }
span { border-color: rgb(2,206,111); }
td.TdClassName
{
border-color: #02CE6F;
}
.TagClassName
{
border-color: #02CE6F;
}
</style>