Shades of Mountain Meadow #22C474
Tints of Mountain Meadow #22C474
RGB
CMYK
RGB Variations
Color information
#22C474 (or 0x22C474) is known color: Mountain Meadow. HEX triplet: 22, C4 and 74. RGB value is (34,196,116). Sum of RGB (Red+Green+Blue) = 34+196+116=346 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.83% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 116 (45.70% from 255 or 33.53% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #22C474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C474 is #DD3B8B. Grayscale: #8A8A8A. Windows color (decimal): -14498700 or 7652386. OLE color: 7652386.
HSL color Cylindrical-coordinate representation of color #22C474: hue angle of 150.37º 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 #22C474 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 34 | 196 | 116 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.23 |
| HSL | 150.37º | 0.7% | 0.45% | - |
| HSV(B) | 150.37º | 0.83% | 0.77% | - |
| XYZ | 23.55 | 41.08 | 23.21 | - |
| YUV | 138.44 | 115.33 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 196 | 116 | 0.83 | 0 | 0.41 | 0.23 | 150.37 | 0.7 | 0.45 |
| Hex | 22 | C4 | 74 | 53 | 0 | 29 | 17 | 96 | 46 | 2D |
| Octal | 42 | 304 | 164 | 123 | 0 | 51 | 27 | 226 | 106 | 55 |
| Binary | 100010 | 11000100 | 1110100 | 1010011 | 0 | 101001 | 10111 | 10010110 | 1000110 | 101101 |
Color Harmonies of #22C474
Complementary color
Monochromatic Colors of #22C474
Black with #22C474
Text Example
Text Example
White with #22C474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C474; }
p { color: rgb(34,196,116); }
H1.HeaderClassName
{
color: #22C474;
}
.AnyTagClassName
{
color: #22C474;
}
</style>
background-color css
<style>
a { background-color: #22C474; }
a { background-color: rgb(34,196,116); }
div.DivClassName
{
background-color: #22C474;
}
.BgClassName
{
background-color: #22C474;
}
</style>
border-color css
<style>
span { border-color: #22C474; }
span { border-color: rgb(34,196,116); }
td.TdClassName
{
border-color: #22C474;
}
.TagClassName
{
border-color: #22C474;
}
</style>