Shades of Malachite #22CC65
Tints of Malachite #22CC65
RGB
CMYK
RGB Variations
Color information
#22CC65 (or 0x22CC65) is known color: Malachite. HEX triplet: 22, CC and 65. RGB value is (34,204,101). Sum of RGB (Red+Green+Blue) = 34+204+101=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #22CC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22CC65 is #DD339A. Grayscale: #8D8D8D. Windows color (decimal): -14496667 or 6671394. OLE color: 6671394.
HSL color Cylindrical-coordinate representation of color #22CC65: hue angle of 143.65º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CC65 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 34 | 204 | 101 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.2 |
| HSL | 143.65º | 0.71% | 0.47% | - |
| HSV(B) | 143.65º | 0.83% | 0.8% | - |
| XYZ | 24.6 | 44.47 | 19.6 | - |
| YUV | 141.43 | 105.18 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 101 | 0.83 | 0 | 0.50 | 0.2 | 143.65 | 0.71 | 0.47 |
| Hex | 22 | CC | 65 | 53 | 0 | 32 | 14 | 90 | 47 | 2F |
| Octal | 42 | 314 | 145 | 123 | 0 | 62 | 24 | 220 | 107 | 57 |
| Binary | 100010 | 11001100 | 1100101 | 1010011 | 0 | 110010 | 10100 | 10010000 | 1000111 | 101111 |
Color Harmonies of #22CC65
Complementary color
Monochromatic Colors of #22CC65
Black with #22CC65
Text Example
Text Example
White with #22CC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CC65; }
p { color: rgb(34,204,101); }
H1.HeaderClassName
{
color: #22CC65;
}
.AnyTagClassName
{
color: #22CC65;
}
</style>
background-color css
<style>
a { background-color: #22CC65; }
a { background-color: rgb(34,204,101); }
div.DivClassName
{
background-color: #22CC65;
}
.BgClassName
{
background-color: #22CC65;
}
</style>
border-color css
<style>
span { border-color: #22CC65; }
span { border-color: rgb(34,204,101); }
td.TdClassName
{
border-color: #22CC65;
}
.TagClassName
{
border-color: #22CC65;
}
</style>