Shades of Malachite #22C550
Tints of Malachite #22C550
RGB
CMYK
RGB Variations
Color information
#22C550 (or 0x22C550) is known color: Malachite. HEX triplet: 22, C5 and 50. RGB value is (34,197,80). Sum of RGB (Red+Green+Blue) = 34+197+80=311 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.93% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #22C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C550 is #DD3AAF. Grayscale: #878787. Windows color (decimal): -14498480 or 5293346. OLE color: 5293346.
HSL color Cylindrical-coordinate representation of color #22C550: hue angle of 136.93º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C550 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 80 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.23 |
| HSL | 136.93º | 0.71% | 0.45% | - |
| HSV(B) | 136.93º | 0.83% | 0.77% | - |
| XYZ | 22.07 | 40.85 | 14.31 | - |
| YUV | 134.93 | 97 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 80 | 0.83 | 0 | 0.59 | 0.23 | 136.93 | 0.71 | 0.45 |
| Hex | 22 | C5 | 50 | 53 | 0 | 3B | 17 | 89 | 47 | 2D |
| Octal | 42 | 305 | 120 | 123 | 0 | 73 | 27 | 211 | 107 | 55 |
| Binary | 100010 | 11000101 | 1010000 | 1010011 | 0 | 111011 | 10111 | 10001001 | 1000111 | 101101 |
Color Harmonies of #22C550
Complementary color
Monochromatic Colors of #22C550
Black with #22C550
Text Example
Text Example
White with #22C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C550; }
p { color: rgb(34,197,80); }
H1.HeaderClassName
{
color: #22C550;
}
.AnyTagClassName
{
color: #22C550;
}
</style>
background-color css
<style>
a { background-color: #22C550; }
a { background-color: rgb(34,197,80); }
div.DivClassName
{
background-color: #22C550;
}
.BgClassName
{
background-color: #22C550;
}
</style>
border-color css
<style>
span { border-color: #22C550; }
span { border-color: rgb(34,197,80); }
td.TdClassName
{
border-color: #22C550;
}
.TagClassName
{
border-color: #22C550;
}
</style>