Shades of Malachite #22D150
Tints of Malachite #22D150
RGB
CMYK
RGB Variations
Color information
#22D150 (or 0x22D150) is known color: Malachite. HEX triplet: 22, D1 and 50. RGB value is (34,209,80). Sum of RGB (Red+Green+Blue) = 34+209+80=323 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.53% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #22D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22D150 is #DD2EAF. Grayscale: #8E8E8E. Windows color (decimal): -14495408 or 5296418. OLE color: 5296418.
HSL color Cylindrical-coordinate representation of color #22D150: hue angle of 135.77º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D150 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 209 | 80 | - |
| CMYK | 0.84 | 0 | 0.62 | 0.18 |
| HSL | 135.77º | 0.72% | 0.48% | - |
| HSV(B) | 135.77º | 0.84% | 0.82% | - |
| XYZ | 24.91 | 46.52 | 15.26 | - |
| YUV | 141.97 | 93.02 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 209 | 80 | 0.84 | 0 | 0.62 | 0.18 | 135.77 | 0.72 | 0.48 |
| Hex | 22 | D1 | 50 | 54 | 0 | 3E | 12 | 88 | 48 | 30 |
| Octal | 42 | 321 | 120 | 124 | 0 | 76 | 22 | 210 | 110 | 60 |
| Binary | 100010 | 11010001 | 1010000 | 1010100 | 0 | 111110 | 10010 | 10001000 | 1001000 | 110000 |
Color Harmonies of #22D150
Complementary color
Monochromatic Colors of #22D150
Black with #22D150
Text Example
Text Example
White with #22D150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D150; }
p { color: rgb(34,209,80); }
H1.HeaderClassName
{
color: #22D150;
}
.AnyTagClassName
{
color: #22D150;
}
</style>
background-color css
<style>
a { background-color: #22D150; }
a { background-color: rgb(34,209,80); }
div.DivClassName
{
background-color: #22D150;
}
.BgClassName
{
background-color: #22D150;
}
</style>
border-color css
<style>
span { border-color: #22D150; }
span { border-color: rgb(34,209,80); }
td.TdClassName
{
border-color: #22D150;
}
.TagClassName
{
border-color: #22D150;
}
</style>