Shades of Malachite #22DC4B
Tints of Malachite #22DC4B
RGB
CMYK
RGB Variations
Color information
#22DC4B (or 0x22DC4B) is known color: Malachite. HEX triplet: 22, DC and 4B. RGB value is (34,220,75). Sum of RGB (Red+Green+Blue) = 34+220+75=329 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.33% from 329); Green value is 220 (86.33% from 255 or 66.87% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 220 - color contains mainly: green. Hex color #22DC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DC4B is #DD23B4. Grayscale: #949494. Windows color (decimal): -14492597 or 4971554. OLE color: 4971554.
HSL color Cylindrical-coordinate representation of color #22DC4B: hue angle of 133.23º 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 #22DC4B is Cyan = 0.85, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 75 | - |
| CMYK | 0.85 | 0 | 0.66 | 0.14 |
| HSL | 133.23º | 0.73% | 0.5% | - |
| HSV(B) | 133.23º | 0.85% | 0.86% | - |
| XYZ | 27.52 | 52.03 | 15.25 | - |
| YUV | 147.86 | 86.88 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 75 | 0.85 | 0 | 0.66 | 0.14 | 133.23 | 0.73 | 0.5 |
| Hex | 22 | DC | 4B | 55 | 0 | 42 | E | 85 | 49 | 32 |
| Octal | 42 | 334 | 113 | 125 | 0 | 102 | 16 | 205 | 111 | 62 |
| Binary | 100010 | 11011100 | 1001011 | 1010101 | 0 | 1000010 | 1110 | 10000101 | 1001001 | 110010 |
Color Harmonies of #22DC4B
Complementary color
Monochromatic Colors of #22DC4B
Black with #22DC4B
Text Example
Text Example
White with #22DC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DC4B; }
p { color: rgb(34,220,75); }
H1.HeaderClassName
{
color: #22DC4B;
}
.AnyTagClassName
{
color: #22DC4B;
}
</style>
background-color css
<style>
a { background-color: #22DC4B; }
a { background-color: rgb(34,220,75); }
div.DivClassName
{
background-color: #22DC4B;
}
.BgClassName
{
background-color: #22DC4B;
}
</style>
border-color css
<style>
span { border-color: #22DC4B; }
span { border-color: rgb(34,220,75); }
td.TdClassName
{
border-color: #22DC4B;
}
.TagClassName
{
border-color: #22DC4B;
}
</style>