Shades of Malachite #02CE66
Tints of Malachite #02CE66
RGB
CMYK
RGB Variations
Color information
#02CE66 (or 0x02CE66) is known color: Malachite. HEX triplet: 02, CE and 66. RGB value is (2,206,102). Sum of RGB (Red+Green+Blue) = 2+206+102=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 206 (80.86% from 255 or 66.45% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CE66 is #FD3199. Grayscale: #858585. Windows color (decimal): -16593306 or 6737410. OLE color: 6737410.
HSL color Cylindrical-coordinate representation of color #02CE66: hue angle of 149.41º 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 #02CE66 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 102 | - |
| CMYK | 0.99 | 0 | 0.50 | 0.19 |
| HSL | 149.41º | 0.98% | 0.41% | - |
| HSV(B) | 149.41º | 0.99% | 0.81% | - |
| XYZ | 24.49 | 45.11 | 19.99 | - |
| YUV | 133.15 | 110.41 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 102 | 0.99 | 0 | 0.50 | 0.19 | 149.41 | 0.98 | 0.41 |
| Hex | 2 | CE | 66 | 63 | 0 | 32 | 13 | 95 | 62 | 29 |
| Octal | 2 | 316 | 146 | 143 | 0 | 62 | 23 | 225 | 142 | 51 |
| Binary | 10 | 11001110 | 1100110 | 1100011 | 0 | 110010 | 10011 | 10010101 | 1100010 | 101001 |
Color Harmonies of #02CE66
Complementary color
Monochromatic Colors of #02CE66
Black with #02CE66
Text Example
Text Example
White with #02CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE66; }
p { color: rgb(2,206,102); }
H1.HeaderClassName
{
color: #02CE66;
}
.AnyTagClassName
{
color: #02CE66;
}
</style>
background-color css
<style>
a { background-color: #02CE66; }
a { background-color: rgb(2,206,102); }
div.DivClassName
{
background-color: #02CE66;
}
.BgClassName
{
background-color: #02CE66;
}
</style>
border-color css
<style>
span { border-color: #02CE66; }
span { border-color: rgb(2,206,102); }
td.TdClassName
{
border-color: #02CE66;
}
.TagClassName
{
border-color: #02CE66;
}
</style>