Shades of Malachite #02CC63
Tints of Malachite #02CC63
RGB
CMYK
RGB Variations
Color information
#02CC63 (or 0x02CC63) is known color: Malachite. HEX triplet: 02, CC and 63. RGB value is (2,204,99). Sum of RGB (Red+Green+Blue) = 2+204+99=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02CC63 is #FD339C. Grayscale: #838383. Windows color (decimal): -16593821 or 6540290. OLE color: 6540290.
HSL color Cylindrical-coordinate representation of color #02CC63: hue angle of 148.81º 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 #02CC63 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 99 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.2 |
| HSL | 148.81º | 0.98% | 0.4% | - |
| HSV(B) | 148.81º | 0.99% | 0.8% | - |
| XYZ | 23.87 | 44.1 | 19.06 | - |
| YUV | 131.63 | 109.58 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 99 | 0.99 | 0 | 0.51 | 0.2 | 148.81 | 0.98 | 0.4 |
| Hex | 2 | CC | 63 | 63 | 0 | 33 | 14 | 95 | 62 | 28 |
| Octal | 2 | 314 | 143 | 143 | 0 | 63 | 24 | 225 | 142 | 50 |
| Binary | 10 | 11001100 | 1100011 | 1100011 | 0 | 110011 | 10100 | 10010101 | 1100010 | 101000 |
Color Harmonies of #02CC63
Complementary color
Monochromatic Colors of #02CC63
Black with #02CC63
Text Example
Text Example
White with #02CC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC63; }
p { color: rgb(2,204,99); }
H1.HeaderClassName
{
color: #02CC63;
}
.AnyTagClassName
{
color: #02CC63;
}
</style>
background-color css
<style>
a { background-color: #02CC63; }
a { background-color: rgb(2,204,99); }
div.DivClassName
{
background-color: #02CC63;
}
.BgClassName
{
background-color: #02CC63;
}
</style>
border-color css
<style>
span { border-color: #02CC63; }
span { border-color: rgb(2,204,99); }
td.TdClassName
{
border-color: #02CC63;
}
.TagClassName
{
border-color: #02CC63;
}
</style>