Shades of Malachite #22C864
Tints of Malachite #22C864
RGB
CMYK
RGB Variations
Color information
#22C864 (or 0x22C864) is known color: Malachite. HEX triplet: 22, C8 and 64. RGB value is (34,200,100). Sum of RGB (Red+Green+Blue) = 34+200+100=334 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.18% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #22C864 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C864 is #DD379B. Grayscale: #8B8B8B. Windows color (decimal): -14497692 or 6604834. OLE color: 6604834.
HSL color Cylindrical-coordinate representation of color #22C864: hue angle of 143.86º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C864 is Cyan = 0.83, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 200 | 100 | - |
| CMYK | 0.83 | 0 | 0.5 | 0.22 |
| HSL | 143.86º | 0.71% | 0.46% | - |
| HSV(B) | 143.86º | 0.83% | 0.78% | - |
| XYZ | 23.61 | 42.57 | 19.03 | - |
| YUV | 138.97 | 106 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 200 | 100 | 0.83 | 0 | 0.5 | 0.22 | 143.86 | 0.71 | 0.46 |
| Hex | 22 | C8 | 64 | 53 | 0 | 32 | 16 | 90 | 47 | 2E |
| Octal | 42 | 310 | 144 | 123 | 0 | 62 | 26 | 220 | 107 | 56 |
| Binary | 100010 | 11001000 | 1100100 | 1010011 | 0 | 110010 | 10110 | 10010000 | 1000111 | 101110 |
Color Harmonies of #22C864
Complementary color
Monochromatic Colors of #22C864
Black with #22C864
Text Example
Text Example
White with #22C864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C864; }
p { color: rgb(34,200,100); }
H1.HeaderClassName
{
color: #22C864;
}
.AnyTagClassName
{
color: #22C864;
}
</style>
background-color css
<style>
a { background-color: #22C864; }
a { background-color: rgb(34,200,100); }
div.DivClassName
{
background-color: #22C864;
}
.BgClassName
{
background-color: #22C864;
}
</style>
border-color css
<style>
span { border-color: #22C864; }
span { border-color: rgb(34,200,100); }
td.TdClassName
{
border-color: #22C864;
}
.TagClassName
{
border-color: #22C864;
}
</style>