Shades of Malachite #22CD68
Tints of Malachite #22CD68
RGB
CMYK
RGB Variations
Color information
#22CD68 (or 0x22CD68) is known color: Malachite. HEX triplet: 22, CD and 68. RGB value is (34,205,104). Sum of RGB (Red+Green+Blue) = 34+205+104=343 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.91% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #22CD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22CD68 is #DD3297. Grayscale: #8E8E8E. Windows color (decimal): -14496408 or 6868258. OLE color: 6868258.
HSL color Cylindrical-coordinate representation of color #22CD68: hue angle of 144.56º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CD68 is Cyan = 0.83, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 34 | 205 | 104 | - |
| CMYK | 0.83 | 0 | 0.49 | 0.20 |
| HSL | 144.56º | 0.72% | 0.47% | - |
| HSV(B) | 144.56º | 0.83% | 0.8% | - |
| XYZ | 24.99 | 45 | 20.47 | - |
| YUV | 142.36 | 106.35 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 205 | 104 | 0.83 | 0 | 0.49 | 0.20 | 144.56 | 0.72 | 0.47 |
| Hex | 22 | CD | 68 | 53 | 0 | 31 | 14 | 91 | 48 | 2F |
| Octal | 42 | 315 | 150 | 123 | 0 | 61 | 24 | 221 | 110 | 57 |
| Binary | 100010 | 11001101 | 1101000 | 1010011 | 0 | 110001 | 10100 | 10010001 | 1001000 | 101111 |
Color Harmonies of #22CD68
Complementary color
Monochromatic Colors of #22CD68
Black with #22CD68
Text Example
Text Example
White with #22CD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CD68; }
p { color: rgb(34,205,104); }
H1.HeaderClassName
{
color: #22CD68;
}
.AnyTagClassName
{
color: #22CD68;
}
</style>
background-color css
<style>
a { background-color: #22CD68; }
a { background-color: rgb(34,205,104); }
div.DivClassName
{
background-color: #22CD68;
}
.BgClassName
{
background-color: #22CD68;
}
</style>
border-color css
<style>
span { border-color: #22CD68; }
span { border-color: rgb(34,205,104); }
td.TdClassName
{
border-color: #22CD68;
}
.TagClassName
{
border-color: #22CD68;
}
</style>