Shades of Malachite #22DC5A
Tints of Malachite #22DC5A
RGB
CMYK
RGB Variations
Color information
#22DC5A (or 0x22DC5A) is known color: Malachite. HEX triplet: 22, DC and 5A. RGB value is (34,220,90). Sum of RGB (Red+Green+Blue) = 34+220+90=344 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.88% from 344); Green value is 220 (86.33% from 255 or 63.95% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 220 - color contains mainly: green. Hex color #22DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22DC5A is #DD23A5. Grayscale: #959595. Windows color (decimal): -14492582 or 5954594. OLE color: 5954594.
HSL color Cylindrical-coordinate representation of color #22DC5A: hue angle of 138.06º 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 #22DC5A is Cyan = 0.85, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 90 | - |
| CMYK | 0.85 | 0 | 0.59 | 0.14 |
| HSL | 138.06º | 0.73% | 0.5% | - |
| HSV(B) | 138.06º | 0.85% | 0.86% | - |
| XYZ | 28.1 | 52.26 | 18.28 | - |
| YUV | 149.57 | 94.38 | 45.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 90 | 0.85 | 0 | 0.59 | 0.14 | 138.06 | 0.73 | 0.5 |
| Hex | 22 | DC | 5A | 55 | 0 | 3B | E | 8A | 49 | 32 |
| Octal | 42 | 334 | 132 | 125 | 0 | 73 | 16 | 212 | 111 | 62 |
| Binary | 100010 | 11011100 | 1011010 | 1010101 | 0 | 111011 | 1110 | 10001010 | 1001001 | 110010 |
Color Harmonies of #22DC5A
Complementary color
Monochromatic Colors of #22DC5A
Black with #22DC5A
Text Example
Text Example
White with #22DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DC5A; }
p { color: rgb(34,220,90); }
H1.HeaderClassName
{
color: #22DC5A;
}
.AnyTagClassName
{
color: #22DC5A;
}
</style>
background-color css
<style>
a { background-color: #22DC5A; }
a { background-color: rgb(34,220,90); }
div.DivClassName
{
background-color: #22DC5A;
}
.BgClassName
{
background-color: #22DC5A;
}
</style>
border-color css
<style>
span { border-color: #22DC5A; }
span { border-color: rgb(34,220,90); }
td.TdClassName
{
border-color: #22DC5A;
}
.TagClassName
{
border-color: #22DC5A;
}
</style>