Shades of Malachite #02C867
Tints of Malachite #02C867
RGB
CMYK
RGB Variations
Color information
#02C867 (or 0x02C867) is known color: Malachite. HEX triplet: 02, C8 and 67. RGB value is (2,200,103). Sum of RGB (Red+Green+Blue) = 2+200+103=305 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 305); Green value is 200 (78.52% from 255 or 65.57% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 200 - color contains mainly: green. Hex color #02C867 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C867 is #FD3798. Grayscale: #818181. Windows color (decimal): -16594841 or 6801410. OLE color: 6801410.
HSL color Cylindrical-coordinate representation of color #02C867: hue angle of 150.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C867 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 103 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.22 |
| HSL | 150.61º | 0.98% | 0.4% | - |
| HSV(B) | 150.61º | 0.99% | 0.78% | - |
| XYZ | 23.13 | 42.3 | 19.78 | - |
| YUV | 129.74 | 112.9 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 103 | 0.99 | 0 | 0.48 | 0.22 | 150.61 | 0.98 | 0.4 |
| Hex | 2 | C8 | 67 | 63 | 0 | 30 | 16 | 97 | 62 | 28 |
| Octal | 2 | 310 | 147 | 143 | 0 | 60 | 26 | 227 | 142 | 50 |
| Binary | 10 | 11001000 | 1100111 | 1100011 | 0 | 110000 | 10110 | 10010111 | 1100010 | 101000 |
Color Harmonies of #02C867
Complementary color
Monochromatic Colors of #02C867
Black with #02C867
Text Example
Text Example
White with #02C867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C867; }
p { color: rgb(2,200,103); }
H1.HeaderClassName
{
color: #02C867;
}
.AnyTagClassName
{
color: #02C867;
}
</style>
background-color css
<style>
a { background-color: #02C867; }
a { background-color: rgb(2,200,103); }
div.DivClassName
{
background-color: #02C867;
}
.BgClassName
{
background-color: #02C867;
}
</style>
border-color css
<style>
span { border-color: #02C867; }
span { border-color: rgb(2,200,103); }
td.TdClassName
{
border-color: #02C867;
}
.TagClassName
{
border-color: #02C867;
}
</style>