Shades of Mountain Meadow #22C374
Tints of Mountain Meadow #22C374
RGB
CMYK
RGB Variations
Color information
#22C374 (or 0x22C374) is known color: Mountain Meadow. HEX triplet: 22, C3 and 74. RGB value is (34,195,116). Sum of RGB (Red+Green+Blue) = 34+195+116=345 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.86% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 116 (45.70% from 255 or 33.62% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #22C374 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22C374 is #DD3C8B. Grayscale: #8A8A8A. Windows color (decimal): -14498956 or 7652130. OLE color: 7652130.
HSL color Cylindrical-coordinate representation of color #22C374: hue angle of 150.56º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C374 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 116 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.24 |
| HSL | 150.56º | 0.7% | 0.45% | - |
| HSV(B) | 150.56º | 0.83% | 0.76% | - |
| XYZ | 23.33 | 40.63 | 23.14 | - |
| YUV | 137.86 | 115.66 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 116 | 0.83 | 0 | 0.41 | 0.24 | 150.56 | 0.7 | 0.45 |
| Hex | 22 | C3 | 74 | 53 | 0 | 29 | 18 | 97 | 46 | 2D |
| Octal | 42 | 303 | 164 | 123 | 0 | 51 | 30 | 227 | 106 | 55 |
| Binary | 100010 | 11000011 | 1110100 | 1010011 | 0 | 101001 | 11000 | 10010111 | 1000110 | 101101 |
Color Harmonies of #22C374
Complementary color
Monochromatic Colors of #22C374
Black with #22C374
Text Example
Text Example
White with #22C374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C374; }
p { color: rgb(34,195,116); }
H1.HeaderClassName
{
color: #22C374;
}
.AnyTagClassName
{
color: #22C374;
}
</style>
background-color css
<style>
a { background-color: #22C374; }
a { background-color: rgb(34,195,116); }
div.DivClassName
{
background-color: #22C374;
}
.BgClassName
{
background-color: #22C374;
}
</style>
border-color css
<style>
span { border-color: #22C374; }
span { border-color: rgb(34,195,116); }
td.TdClassName
{
border-color: #22C374;
}
.TagClassName
{
border-color: #22C374;
}
</style>