Shades of Malachite #22DC44
Tints of Malachite #22DC44
RGB
CMYK
RGB Variations
Color information
#22DC44 (or 0x22DC44) is known color: Malachite. HEX triplet: 22, DC and 44. RGB value is (34,220,68). Sum of RGB (Red+Green+Blue) = 34+220+68=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 220 (86.33% from 255 or 68.32% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 220 - color contains mainly: green. Hex color #22DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DC44 is #DD23BB. Grayscale: #939393. Windows color (decimal): -14492604 or 4512802. OLE color: 4512802.
HSL color Cylindrical-coordinate representation of color #22DC44: hue angle of 130.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DC44 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 68 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.14 |
| HSL | 130.97º | 0.73% | 0.5% | - |
| HSV(B) | 130.97º | 0.85% | 0.86% | - |
| XYZ | 27.3 | 51.94 | 14.06 | - |
| YUV | 147.06 | 83.38 | 47.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 68 | 0.85 | 0 | 0.69 | 0.14 | 130.97 | 0.73 | 0.5 |
| Hex | 22 | DC | 44 | 55 | 0 | 45 | E | 83 | 49 | 32 |
| Octal | 42 | 334 | 104 | 125 | 0 | 105 | 16 | 203 | 111 | 62 |
| Binary | 100010 | 11011100 | 1000100 | 1010101 | 0 | 1000101 | 1110 | 10000011 | 1001001 | 110010 |
Color Harmonies of #22DC44
Complementary color
Monochromatic Colors of #22DC44
Black with #22DC44
Text Example
Text Example
White with #22DC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DC44; }
p { color: rgb(34,220,68); }
H1.HeaderClassName
{
color: #22DC44;
}
.AnyTagClassName
{
color: #22DC44;
}
</style>
background-color css
<style>
a { background-color: #22DC44; }
a { background-color: rgb(34,220,68); }
div.DivClassName
{
background-color: #22DC44;
}
.BgClassName
{
background-color: #22DC44;
}
</style>
border-color css
<style>
span { border-color: #22DC44; }
span { border-color: rgb(34,220,68); }
td.TdClassName
{
border-color: #22DC44;
}
.TagClassName
{
border-color: #22DC44;
}
</style>