Shades of Mountain Meadow #22BE72
Tints of Mountain Meadow #22BE72
RGB
CMYK
RGB Variations
Color information
#22BE72 (or 0x22BE72) is known color: Mountain Meadow. HEX triplet: 22, BE and 72. RGB value is (34,190,114). Sum of RGB (Red+Green+Blue) = 34+190+114=338 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.06% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22BE72 is #DD418D. Grayscale: #868686. Windows color (decimal): -14500238 or 7519778. OLE color: 7519778.
HSL color Cylindrical-coordinate representation of color #22BE72: hue angle of 150.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BE72 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 114 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.25 |
| HSL | 150.77º | 0.7% | 0.44% | - |
| HSV(B) | 150.77º | 0.82% | 0.75% | - |
| XYZ | 22.11 | 38.38 | 22.16 | - |
| YUV | 134.69 | 116.32 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 114 | 0.82 | 0 | 0.40 | 0.25 | 150.77 | 0.7 | 0.44 |
| Hex | 22 | BE | 72 | 52 | 0 | 28 | 19 | 97 | 46 | 2C |
| Octal | 42 | 276 | 162 | 122 | 0 | 50 | 31 | 227 | 106 | 54 |
| Binary | 100010 | 10111110 | 1110010 | 1010010 | 0 | 101000 | 11001 | 10010111 | 1000110 | 101100 |
Color Harmonies of #22BE72
Complementary color
Monochromatic Colors of #22BE72
Black with #22BE72
Text Example
Text Example
White with #22BE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE72; }
p { color: rgb(34,190,114); }
H1.HeaderClassName
{
color: #22BE72;
}
.AnyTagClassName
{
color: #22BE72;
}
</style>
background-color css
<style>
a { background-color: #22BE72; }
a { background-color: rgb(34,190,114); }
div.DivClassName
{
background-color: #22BE72;
}
.BgClassName
{
background-color: #22BE72;
}
</style>
border-color css
<style>
span { border-color: #22BE72; }
span { border-color: rgb(34,190,114); }
td.TdClassName
{
border-color: #22BE72;
}
.TagClassName
{
border-color: #22BE72;
}
</style>