Shades of Malachite #02CC64
Tints of Malachite #02CC64
RGB
CMYK
RGB Variations
Color information
#02CC64 (or 0x02CC64) is known color: Malachite. HEX triplet: 02, CC and 64. RGB value is (2,204,100). Sum of RGB (Red+Green+Blue) = 2+204+100=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 204 (80.08% from 255 or 66.67% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC64 is #FD339B. Grayscale: #838383. Windows color (decimal): -16593820 or 6605826. OLE color: 6605826.
HSL color Cylindrical-coordinate representation of color #02CC64: hue angle of 149.11º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CC64 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 100 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.2 |
| HSL | 149.11º | 0.98% | 0.4% | - |
| HSV(B) | 149.11º | 0.99% | 0.8% | - |
| XYZ | 23.92 | 44.12 | 19.31 | - |
| YUV | 131.75 | 110.08 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 100 | 0.99 | 0 | 0.51 | 0.2 | 149.11 | 0.98 | 0.4 |
| Hex | 2 | CC | 64 | 63 | 0 | 33 | 14 | 95 | 62 | 28 |
| Octal | 2 | 314 | 144 | 143 | 0 | 63 | 24 | 225 | 142 | 50 |
| Binary | 10 | 11001100 | 1100100 | 1100011 | 0 | 110011 | 10100 | 10010101 | 1100010 | 101000 |
Color Harmonies of #02CC64
Complementary color
Monochromatic Colors of #02CC64
Black with #02CC64
Text Example
Text Example
White with #02CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC64; }
p { color: rgb(2,204,100); }
H1.HeaderClassName
{
color: #02CC64;
}
.AnyTagClassName
{
color: #02CC64;
}
</style>
background-color css
<style>
a { background-color: #02CC64; }
a { background-color: rgb(2,204,100); }
div.DivClassName
{
background-color: #02CC64;
}
.BgClassName
{
background-color: #02CC64;
}
</style>
border-color css
<style>
span { border-color: #02CC64; }
span { border-color: rgb(2,204,100); }
td.TdClassName
{
border-color: #02CC64;
}
.TagClassName
{
border-color: #02CC64;
}
</style>