Shades of Malachite #22CB64
Tints of Malachite #22CB64
RGB
CMYK
RGB Variations
Color information
#22CB64 (or 0x22CB64) is known color: Malachite. HEX triplet: 22, CB and 64. RGB value is (34,203,100). Sum of RGB (Red+Green+Blue) = 34+203+100=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 203 (79.69% from 255 or 60.24% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22CB64 is #DD349B. Grayscale: #8C8C8C. Windows color (decimal): -14496924 or 6605602. OLE color: 6605602.
HSL color Cylindrical-coordinate representation of color #22CB64: hue angle of 143.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CB64 is Cyan = 0.83, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 100 | - |
| CMYK | 0.83 | 0 | 0.51 | 0.20 |
| HSL | 143.43º | 0.71% | 0.46% | - |
| HSV(B) | 143.43º | 0.83% | 0.8% | - |
| XYZ | 24.32 | 43.97 | 19.26 | - |
| YUV | 140.73 | 105.01 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 100 | 0.83 | 0 | 0.51 | 0.20 | 143.43 | 0.71 | 0.46 |
| Hex | 22 | CB | 64 | 53 | 0 | 33 | 14 | 8F | 47 | 2E |
| Octal | 42 | 313 | 144 | 123 | 0 | 63 | 24 | 217 | 107 | 56 |
| Binary | 100010 | 11001011 | 1100100 | 1010011 | 0 | 110011 | 10100 | 10001111 | 1000111 | 101110 |
Color Harmonies of #22CB64
Complementary color
Monochromatic Colors of #22CB64
Black with #22CB64
Text Example
Text Example
White with #22CB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CB64; }
p { color: rgb(34,203,100); }
H1.HeaderClassName
{
color: #22CB64;
}
.AnyTagClassName
{
color: #22CB64;
}
</style>
background-color css
<style>
a { background-color: #22CB64; }
a { background-color: rgb(34,203,100); }
div.DivClassName
{
background-color: #22CB64;
}
.BgClassName
{
background-color: #22CB64;
}
</style>
border-color css
<style>
span { border-color: #22CB64; }
span { border-color: rgb(34,203,100); }
td.TdClassName
{
border-color: #22CB64;
}
.TagClassName
{
border-color: #22CB64;
}
</style>