Shades of Malachite #00C863
Tints of Malachite #00C863
RGB
CMYK
RGB Variations
Color information
#00C863 (or 0x00C863) is known color: Malachite. HEX triplet: 00, C8 and 63. RGB value is (0,200,99). Sum of RGB (Red+Green+Blue) = 0+200+99=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 200 (78.52% from 255 or 66.89% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 200 - color contains mainly: green. Hex color #00C863 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C863 is #FF379C. Grayscale: #808080. Windows color (decimal): -16725917 or 6539264. OLE color: 6539264.
HSL color Cylindrical-coordinate representation of color #00C863: hue angle of 149.7º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C863 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 200 | 99 | - |
| CMYK | 1 | 0 | 0.50 | 0.22 |
| HSL | 149.7º | 1% | 0.39% | - |
| HSV(B) | 149.7º | 1% | 0.78% | - |
| XYZ | 22.91 | 42.21 | 18.74 | - |
| YUV | 128.69 | 111.24 | 36.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 200 | 99 | 1 | 0 | 0.50 | 0.22 | 149.7 | 1 | 0.39 |
| Hex | 0 | C8 | 63 | 64 | 0 | 32 | 16 | 96 | 64 | 27 |
| Octal | 0 | 310 | 143 | 144 | 0 | 62 | 26 | 226 | 144 | 47 |
| Binary | 0 | 11001000 | 1100011 | 1100100 | 0 | 110010 | 10110 | 10010110 | 1100100 | 100111 |
Color Harmonies of #00C863
Complementary color
Monochromatic Colors of #00C863
Black with #00C863
Text Example
Text Example
White with #00C863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C863; }
p { color: rgb(0,200,99); }
H1.HeaderClassName
{
color: #00C863;
}
.AnyTagClassName
{
color: #00C863;
}
</style>
background-color css
<style>
a { background-color: #00C863; }
a { background-color: rgb(0,200,99); }
div.DivClassName
{
background-color: #00C863;
}
.BgClassName
{
background-color: #00C863;
}
</style>
border-color css
<style>
span { border-color: #00C863; }
span { border-color: rgb(0,200,99); }
td.TdClassName
{
border-color: #00C863;
}
.TagClassName
{
border-color: #00C863;
}
</style>