Shades of Malachite #22CB65
Tints of Malachite #22CB65
RGB
CMYK
RGB Variations
Color information
#22CB65 (or 0x22CB65) is known color: Malachite. HEX triplet: 22, CB and 65. RGB value is (34,203,101). Sum of RGB (Red+Green+Blue) = 34+203+101=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 203 (79.69% from 255 or 60.06% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 203 - color contains mainly: green. Hex color #22CB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22CB65 is #DD349A. Grayscale: #8D8D8D. Windows color (decimal): -14496923 or 6671138. OLE color: 6671138.
HSL color Cylindrical-coordinate representation of color #22CB65: hue angle of 143.79º 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 #22CB65 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 203 | 101 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.20 |
| HSL | 143.79º | 0.71% | 0.46% | - |
| HSV(B) | 143.79º | 0.83% | 0.8% | - |
| XYZ | 24.36 | 43.99 | 19.52 | - |
| YUV | 140.84 | 105.51 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 203 | 101 | 0.83 | 0 | 0.50 | 0.20 | 143.79 | 0.71 | 0.46 |
| Hex | 22 | CB | 65 | 53 | 0 | 32 | 14 | 90 | 47 | 2E |
| Octal | 42 | 313 | 145 | 123 | 0 | 62 | 24 | 220 | 107 | 56 |
| Binary | 100010 | 11001011 | 1100101 | 1010011 | 0 | 110010 | 10100 | 10010000 | 1000111 | 101110 |
Color Harmonies of #22CB65
Complementary color
Monochromatic Colors of #22CB65
Black with #22CB65
Text Example
Text Example
White with #22CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CB65; }
p { color: rgb(34,203,101); }
H1.HeaderClassName
{
color: #22CB65;
}
.AnyTagClassName
{
color: #22CB65;
}
</style>
background-color css
<style>
a { background-color: #22CB65; }
a { background-color: rgb(34,203,101); }
div.DivClassName
{
background-color: #22CB65;
}
.BgClassName
{
background-color: #22CB65;
}
</style>
border-color css
<style>
span { border-color: #22CB65; }
span { border-color: rgb(34,203,101); }
td.TdClassName
{
border-color: #22CB65;
}
.TagClassName
{
border-color: #22CB65;
}
</style>