Shades of Malachite #22ED42
Tints of Malachite #22ED42
RGB
CMYK
RGB Variations
Color information
#22ED42 (or 0x22ED42) is known color: Malachite. HEX triplet: 22, ED and 42. RGB value is (34,237,66). Sum of RGB (Red+Green+Blue) = 34+237+66=337 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.09% from 337); Green value is 237 (92.97% from 255 or 70.33% from 337); Blue value is 66 (26.17% from 255 or 19.58% from 337); Max value from RGB is 237 - color contains mainly: green. Hex color #22ED42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22ED42 is #DD12BD. Grayscale: #9D9D9D. Windows color (decimal): -14488254 or 4386082. OLE color: 4386082.
HSL color Cylindrical-coordinate representation of color #22ED42: hue angle of 129.46º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22ED42 is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 237 | 66 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.07 |
| HSL | 129.46º | 0.85% | 0.53% | - |
| HSV(B) | 129.46º | 0.86% | 0.93% | - |
| XYZ | 31.93 | 61.3 | 15.3 | - |
| YUV | 156.81 | 76.75 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 237 | 66 | 0.86 | 0 | 0.72 | 0.07 | 129.46 | 0.85 | 0.53 |
| Hex | 22 | ED | 42 | 56 | 0 | 48 | 7 | 81 | 55 | 35 |
| Octal | 42 | 355 | 102 | 126 | 0 | 110 | 7 | 201 | 125 | 65 |
| Binary | 100010 | 11101101 | 1000010 | 1010110 | 0 | 1001000 | 111 | 10000001 | 1010101 | 110101 |
Color Harmonies of #22ED42
Complementary color
Monochromatic Colors of #22ED42
Black with #22ED42
Text Example
Text Example
White with #22ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22ED42; }
p { color: rgb(34,237,66); }
H1.HeaderClassName
{
color: #22ED42;
}
.AnyTagClassName
{
color: #22ED42;
}
</style>
background-color css
<style>
a { background-color: #22ED42; }
a { background-color: rgb(34,237,66); }
div.DivClassName
{
background-color: #22ED42;
}
.BgClassName
{
background-color: #22ED42;
}
</style>
border-color css
<style>
span { border-color: #22ED42; }
span { border-color: rgb(34,237,66); }
td.TdClassName
{
border-color: #22ED42;
}
.TagClassName
{
border-color: #22ED42;
}
</style>