Shades of Mountain Meadow #22C473
Tints of Mountain Meadow #22C473
RGB
CMYK
RGB Variations
Color information
#22C473 (or 0x22C473) is known color: Mountain Meadow. HEX triplet: 22, C4 and 73. RGB value is (34,196,115). Sum of RGB (Red+Green+Blue) = 34+196+115=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #22C473 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C473 is #DD3B8C. Grayscale: #8A8A8A. Windows color (decimal): -14498701 or 7586850. OLE color: 7586850.
HSL color Cylindrical-coordinate representation of color #22C473: hue angle of 150º 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 #22C473 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 196 | 115 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.23 |
| HSL | 150º | 0.7% | 0.45% | - |
| HSV(B) | 150º | 0.83% | 0.77% | - |
| XYZ | 23.49 | 41.06 | 22.91 | - |
| YUV | 138.33 | 114.83 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 196 | 115 | 0.83 | 0 | 0.41 | 0.23 | 150 | 0.7 | 0.45 |
| Hex | 22 | C4 | 73 | 53 | 0 | 29 | 17 | 96 | 46 | 2D |
| Octal | 42 | 304 | 163 | 123 | 0 | 51 | 27 | 226 | 106 | 55 |
| Binary | 100010 | 11000100 | 1110011 | 1010011 | 0 | 101001 | 10111 | 10010110 | 1000110 | 101101 |
Color Harmonies of #22C473
Complementary color
Monochromatic Colors of #22C473
Black with #22C473
Text Example
Text Example
White with #22C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C473; }
p { color: rgb(34,196,115); }
H1.HeaderClassName
{
color: #22C473;
}
.AnyTagClassName
{
color: #22C473;
}
</style>
background-color css
<style>
a { background-color: #22C473; }
a { background-color: rgb(34,196,115); }
div.DivClassName
{
background-color: #22C473;
}
.BgClassName
{
background-color: #22C473;
}
</style>
border-color css
<style>
span { border-color: #22C473; }
span { border-color: rgb(34,196,115); }
td.TdClassName
{
border-color: #22C473;
}
.TagClassName
{
border-color: #22C473;
}
</style>