Shades of Malachite #22DC4D
Tints of Malachite #22DC4D
RGB
CMYK
RGB Variations
Color information
#22DC4D (or 0x22DC4D) is known color: Malachite. HEX triplet: 22, DC and 4D. RGB value is (34,220,77). Sum of RGB (Red+Green+Blue) = 34+220+77=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #22DC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22DC4D is #DD23B2. Grayscale: #949494. Windows color (decimal): -14492595 or 5102626. OLE color: 5102626.
HSL color Cylindrical-coordinate representation of color #22DC4D: hue angle of 133.87º 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 #22DC4D is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 77 | - |
| CMYK | 0.85 | 0 | 0.65 | 0.14 |
| HSL | 133.87º | 0.73% | 0.5% | - |
| HSV(B) | 133.87º | 0.85% | 0.86% | - |
| XYZ | 27.59 | 52.06 | 15.62 | - |
| YUV | 148.08 | 87.88 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 77 | 0.85 | 0 | 0.65 | 0.14 | 133.87 | 0.73 | 0.5 |
| Hex | 22 | DC | 4D | 55 | 0 | 41 | E | 86 | 49 | 32 |
| Octal | 42 | 334 | 115 | 125 | 0 | 101 | 16 | 206 | 111 | 62 |
| Binary | 100010 | 11011100 | 1001101 | 1010101 | 0 | 1000001 | 1110 | 10000110 | 1001001 | 110010 |
Color Harmonies of #22DC4D
Complementary color
Monochromatic Colors of #22DC4D
Black with #22DC4D
Text Example
Text Example
White with #22DC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DC4D; }
p { color: rgb(34,220,77); }
H1.HeaderClassName
{
color: #22DC4D;
}
.AnyTagClassName
{
color: #22DC4D;
}
</style>
background-color css
<style>
a { background-color: #22DC4D; }
a { background-color: rgb(34,220,77); }
div.DivClassName
{
background-color: #22DC4D;
}
.BgClassName
{
background-color: #22DC4D;
}
</style>
border-color css
<style>
span { border-color: #22DC4D; }
span { border-color: rgb(34,220,77); }
td.TdClassName
{
border-color: #22DC4D;
}
.TagClassName
{
border-color: #22DC4D;
}
</style>