Shades of Mountain Meadow #22C582
Tints of Mountain Meadow #22C582
RGB
CMYK
RGB Variations
Color information
#22C582 (or 0x22C582) is known color: Mountain Meadow. HEX triplet: 22, C5 and 82. RGB value is (34,197,130). Sum of RGB (Red+Green+Blue) = 34+197+130=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #22C582 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #22C582 is #DD3A7D. Grayscale: #8C8C8C. Windows color (decimal): -14498430 or 8570146. OLE color: 8570146.
HSL color Cylindrical-coordinate representation of color #22C582: hue angle of 155.34º degrees, saturation: 0.71, 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 #22C582 is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 197 | 130 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.23 |
| HSL | 155.34º | 0.71% | 0.45% | - |
| HSV(B) | 155.34º | 0.83% | 0.77% | - |
| XYZ | 24.66 | 41.88 | 27.9 | - |
| YUV | 140.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 197 | 130 | 0.83 | 0 | 0.34 | 0.23 | 155.34 | 0.71 | 0.45 |
| Hex | 22 | C5 | 82 | 53 | 0 | 22 | 17 | 9B | 47 | 2D |
| Octal | 42 | 305 | 202 | 123 | 0 | 42 | 27 | 233 | 107 | 55 |
| Binary | 100010 | 11000101 | 10000010 | 1010011 | 0 | 100010 | 10111 | 10011011 | 1000111 | 101101 |
Color Harmonies of #22C582
Complementary color
Monochromatic Colors of #22C582
Black with #22C582
Text Example
Text Example
White with #22C582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C582; }
p { color: rgb(34,197,130); }
H1.HeaderClassName
{
color: #22C582;
}
.AnyTagClassName
{
color: #22C582;
}
</style>
background-color css
<style>
a { background-color: #22C582; }
a { background-color: rgb(34,197,130); }
div.DivClassName
{
background-color: #22C582;
}
.BgClassName
{
background-color: #22C582;
}
</style>
border-color css
<style>
span { border-color: #22C582; }
span { border-color: rgb(34,197,130); }
td.TdClassName
{
border-color: #22C582;
}
.TagClassName
{
border-color: #22C582;
}
</style>