Shades of Malachite #22BC55
Tints of Malachite #22BC55
RGB
CMYK
RGB Variations
Color information
#22BC55 (or 0x22BC55) is known color: Malachite. HEX triplet: 22, BC and 55. RGB value is (34,188,85). Sum of RGB (Red+Green+Blue) = 34+188+85=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #22BC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22BC55 is #DD43AA. Grayscale: #828282. Windows color (decimal): -14500779 or 5618722. OLE color: 5618722.
HSL color Cylindrical-coordinate representation of color #22BC55: hue angle of 139.87º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BC55 is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 188 | 85 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.26 |
| HSL | 139.87º | 0.69% | 0.44% | - |
| HSV(B) | 139.87º | 0.82% | 0.74% | - |
| XYZ | 20.28 | 36.96 | 14.66 | - |
| YUV | 130.21 | 102.48 | 59.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 188 | 85 | 0.82 | 0 | 0.55 | 0.26 | 139.87 | 0.69 | 0.44 |
| Hex | 22 | BC | 55 | 52 | 0 | 37 | 1A | 8C | 45 | 2C |
| Octal | 42 | 274 | 125 | 122 | 0 | 67 | 32 | 214 | 105 | 54 |
| Binary | 100010 | 10111100 | 1010101 | 1010010 | 0 | 110111 | 11010 | 10001100 | 1000101 | 101100 |
Color Harmonies of #22BC55
Complementary color
Monochromatic Colors of #22BC55
Black with #22BC55
Text Example
Text Example
White with #22BC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BC55; }
p { color: rgb(34,188,85); }
H1.HeaderClassName
{
color: #22BC55;
}
.AnyTagClassName
{
color: #22BC55;
}
</style>
background-color css
<style>
a { background-color: #22BC55; }
a { background-color: rgb(34,188,85); }
div.DivClassName
{
background-color: #22BC55;
}
.BgClassName
{
background-color: #22BC55;
}
</style>
border-color css
<style>
span { border-color: #22BC55; }
span { border-color: rgb(34,188,85); }
td.TdClassName
{
border-color: #22BC55;
}
.TagClassName
{
border-color: #22BC55;
}
</style>