Shades of Malachite #22DD50
Tints of Malachite #22DD50
RGB
CMYK
RGB Variations
Color information
#22DD50 (or 0x22DD50) is known color: Malachite. HEX triplet: 22, DD and 50. RGB value is (34,221,80). Sum of RGB (Red+Green+Blue) = 34+221+80=335 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.15% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #22DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22DD50 is #DD22AF. Grayscale: #959595. Windows color (decimal): -14492336 or 5299490. OLE color: 5299490.
HSL color Cylindrical-coordinate representation of color #22DD50: hue angle of 134.76º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DD50 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 221 | 80 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.13 |
| HSL | 134.76º | 0.73% | 0.5% | - |
| HSV(B) | 134.76º | 0.85% | 0.87% | - |
| XYZ | 27.96 | 52.63 | 16.27 | - |
| YUV | 149.01 | 89.05 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 221 | 80 | 0.85 | 0 | 0.64 | 0.13 | 134.76 | 0.73 | 0.5 |
| Hex | 22 | DD | 50 | 55 | 0 | 40 | D | 87 | 49 | 32 |
| Octal | 42 | 335 | 120 | 125 | 0 | 100 | 15 | 207 | 111 | 62 |
| Binary | 100010 | 11011101 | 1010000 | 1010101 | 0 | 1000000 | 1101 | 10000111 | 1001001 | 110010 |
Color Harmonies of #22DD50
Complementary color
Monochromatic Colors of #22DD50
Black with #22DD50
Text Example
Text Example
White with #22DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DD50; }
p { color: rgb(34,221,80); }
H1.HeaderClassName
{
color: #22DD50;
}
.AnyTagClassName
{
color: #22DD50;
}
</style>
background-color css
<style>
a { background-color: #22DD50; }
a { background-color: rgb(34,221,80); }
div.DivClassName
{
background-color: #22DD50;
}
.BgClassName
{
background-color: #22DD50;
}
</style>
border-color css
<style>
span { border-color: #22DD50; }
span { border-color: rgb(34,221,80); }
td.TdClassName
{
border-color: #22DD50;
}
.TagClassName
{
border-color: #22DD50;
}
</style>