Shades of Mountain Meadow #22C488
Tints of Mountain Meadow #22C488
RGB
CMYK
RGB Variations
Color information
#22C488 (or 0x22C488) is known color: Mountain Meadow. HEX triplet: 22, C4 and 88. RGB value is (34,196,136). Sum of RGB (Red+Green+Blue) = 34+196+136=366 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.29% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #22C488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C488 is #DD3B77. Grayscale: #8C8C8C. Windows color (decimal): -14498680 or 8963106. OLE color: 8963106.
HSL color Cylindrical-coordinate representation of color #22C488: hue angle of 157.78º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C488 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 196 | 136 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.23 |
| HSL | 157.78º | 0.7% | 0.45% | - |
| HSV(B) | 157.78º | 0.83% | 0.77% | - |
| XYZ | 24.84 | 41.6 | 30.01 | - |
| YUV | 140.72 | 125.33 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 196 | 136 | 0.83 | 0 | 0.31 | 0.23 | 157.78 | 0.7 | 0.45 |
| Hex | 22 | C4 | 88 | 53 | 0 | 1F | 17 | 9E | 46 | 2D |
| Octal | 42 | 304 | 210 | 123 | 0 | 37 | 27 | 236 | 106 | 55 |
| Binary | 100010 | 11000100 | 10001000 | 1010011 | 0 | 11111 | 10111 | 10011110 | 1000110 | 101101 |
Color Harmonies of #22C488
Complementary color
Monochromatic Colors of #22C488
Black with #22C488
Text Example
Text Example
White with #22C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C488; }
p { color: rgb(34,196,136); }
H1.HeaderClassName
{
color: #22C488;
}
.AnyTagClassName
{
color: #22C488;
}
</style>
background-color css
<style>
a { background-color: #22C488; }
a { background-color: rgb(34,196,136); }
div.DivClassName
{
background-color: #22C488;
}
.BgClassName
{
background-color: #22C488;
}
</style>
border-color css
<style>
span { border-color: #22C488; }
span { border-color: rgb(34,196,136); }
td.TdClassName
{
border-color: #22C488;
}
.TagClassName
{
border-color: #22C488;
}
</style>