Shades of Malachite #22D068
Tints of Malachite #22D068
RGB
CMYK
RGB Variations
Color information
#22D068 (or 0x22D068) is known color: Malachite. HEX triplet: 22, D0 and 68. RGB value is (34,208,104). Sum of RGB (Red+Green+Blue) = 34+208+104=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #22D068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22D068 is #DD2F97. Grayscale: #909090. Windows color (decimal): -14495640 or 6869026. OLE color: 6869026.
HSL color Cylindrical-coordinate representation of color #22D068: hue angle of 144.14º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D068 is Cyan = 0.84, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 208 | 104 | - |
| CMYK | 0.84 | 0 | 0.5 | 0.18 |
| HSL | 144.14º | 0.72% | 0.47% | - |
| HSV(B) | 144.14º | 0.84% | 0.82% | - |
| XYZ | 25.71 | 46.45 | 20.71 | - |
| YUV | 144.12 | 105.35 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 208 | 104 | 0.84 | 0 | 0.5 | 0.18 | 144.14 | 0.72 | 0.47 |
| Hex | 22 | D0 | 68 | 54 | 0 | 32 | 12 | 90 | 48 | 2F |
| Octal | 42 | 320 | 150 | 124 | 0 | 62 | 22 | 220 | 110 | 57 |
| Binary | 100010 | 11010000 | 1101000 | 1010100 | 0 | 110010 | 10010 | 10010000 | 1001000 | 101111 |
Color Harmonies of #22D068
Complementary color
Monochromatic Colors of #22D068
Black with #22D068
Text Example
Text Example
White with #22D068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D068; }
p { color: rgb(34,208,104); }
H1.HeaderClassName
{
color: #22D068;
}
.AnyTagClassName
{
color: #22D068;
}
</style>
background-color css
<style>
a { background-color: #22D068; }
a { background-color: rgb(34,208,104); }
div.DivClassName
{
background-color: #22D068;
}
.BgClassName
{
background-color: #22D068;
}
</style>
border-color css
<style>
span { border-color: #22D068; }
span { border-color: rgb(34,208,104); }
td.TdClassName
{
border-color: #22D068;
}
.TagClassName
{
border-color: #22D068;
}
</style>