Shades of Malachite #22E142
Tints of Malachite #22E142
RGB
CMYK
RGB Variations
Color information
#22E142 (or 0x22E142) is known color: Malachite. HEX triplet: 22, E1 and 42. RGB value is (34,225,66). Sum of RGB (Red+Green+Blue) = 34+225+66=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #22E142 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E142 is #DD1EBD. Grayscale: #969696. Windows color (decimal): -14491326 or 4383010. OLE color: 4383010.
HSL color Cylindrical-coordinate representation of color #22E142: hue angle of 130.05º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E142 is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 225 | 66 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.12 |
| HSL | 130.05º | 0.76% | 0.51% | - |
| HSV(B) | 130.05º | 0.85% | 0.88% | - |
| XYZ | 28.57 | 54.58 | 14.18 | - |
| YUV | 149.77 | 80.72 | 45.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 225 | 66 | 0.85 | 0 | 0.71 | 0.12 | 130.05 | 0.76 | 0.51 |
| Hex | 22 | E1 | 42 | 55 | 0 | 47 | C | 82 | 4C | 33 |
| Octal | 42 | 341 | 102 | 125 | 0 | 107 | 14 | 202 | 114 | 63 |
| Binary | 100010 | 11100001 | 1000010 | 1010101 | 0 | 1000111 | 1100 | 10000010 | 1001100 | 110011 |
Color Harmonies of #22E142
Complementary color
Monochromatic Colors of #22E142
Black with #22E142
Text Example
Text Example
White with #22E142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E142; }
p { color: rgb(34,225,66); }
H1.HeaderClassName
{
color: #22E142;
}
.AnyTagClassName
{
color: #22E142;
}
</style>
background-color css
<style>
a { background-color: #22E142; }
a { background-color: rgb(34,225,66); }
div.DivClassName
{
background-color: #22E142;
}
.BgClassName
{
background-color: #22E142;
}
</style>
border-color css
<style>
span { border-color: #22E142; }
span { border-color: rgb(34,225,66); }
td.TdClassName
{
border-color: #22E142;
}
.TagClassName
{
border-color: #22E142;
}
</style>