Shades of Malachite #02C766
Tints of Malachite #02C766
RGB
CMYK
RGB Variations
Color information
#02C766 (or 0x02C766) is known color: Malachite. HEX triplet: 02, C7 and 66. RGB value is (2,199,102). Sum of RGB (Red+Green+Blue) = 2+199+102=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 199 (78.12% from 255 or 65.68% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 199 - color contains mainly: green. Hex color #02C766 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C766 is #FD3899. Grayscale: #818181. Windows color (decimal): -16595098 or 6735618. OLE color: 6735618.
HSL color Cylindrical-coordinate representation of color #02C766: hue angle of 150.46º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C766 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 199 | 102 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.22 |
| HSL | 150.46º | 0.98% | 0.39% | - |
| HSV(B) | 150.46º | 0.99% | 0.78% | - |
| XYZ | 22.85 | 41.82 | 19.44 | - |
| YUV | 129.04 | 112.73 | 37.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 199 | 102 | 0.99 | 0 | 0.49 | 0.22 | 150.46 | 0.98 | 0.39 |
| Hex | 2 | C7 | 66 | 63 | 0 | 31 | 16 | 96 | 62 | 27 |
| Octal | 2 | 307 | 146 | 143 | 0 | 61 | 26 | 226 | 142 | 47 |
| Binary | 10 | 11000111 | 1100110 | 1100011 | 0 | 110001 | 10110 | 10010110 | 1100010 | 100111 |
Color Harmonies of #02C766
Complementary color
Monochromatic Colors of #02C766
Black with #02C766
Text Example
Text Example
White with #02C766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C766; }
p { color: rgb(2,199,102); }
H1.HeaderClassName
{
color: #02C766;
}
.AnyTagClassName
{
color: #02C766;
}
</style>
background-color css
<style>
a { background-color: #02C766; }
a { background-color: rgb(2,199,102); }
div.DivClassName
{
background-color: #02C766;
}
.BgClassName
{
background-color: #02C766;
}
</style>
border-color css
<style>
span { border-color: #02C766; }
span { border-color: rgb(2,199,102); }
td.TdClassName
{
border-color: #02C766;
}
.TagClassName
{
border-color: #02C766;
}
</style>