Shades of Mountain Meadow #22BE7D
Tints of Mountain Meadow #22BE7D
RGB
CMYK
RGB Variations
Color information
#22BE7D (or 0x22BE7D) is known color: Mountain Meadow. HEX triplet: 22, BE and 7D. RGB value is (34,190,125). Sum of RGB (Red+Green+Blue) = 34+190+125=349 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.74% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22BE7D is #DD4182. Grayscale: #888888. Windows color (decimal): -14500227 or 8240674. OLE color: 8240674.
HSL color Cylindrical-coordinate representation of color #22BE7D: hue angle of 155º 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 #22BE7D is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 125 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.25 |
| HSL | 155º | 0.7% | 0.44% | - |
| HSV(B) | 155º | 0.82% | 0.75% | - |
| XYZ | 22.77 | 38.65 | 25.66 | - |
| YUV | 135.95 | 121.82 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 125 | 0.82 | 0 | 0.34 | 0.25 | 155 | 0.7 | 0.44 |
| Hex | 22 | BE | 7D | 52 | 0 | 22 | 19 | 9B | 46 | 2C |
| Octal | 42 | 276 | 175 | 122 | 0 | 42 | 31 | 233 | 106 | 54 |
| Binary | 100010 | 10111110 | 1111101 | 1010010 | 0 | 100010 | 11001 | 10011011 | 1000110 | 101100 |
Color Harmonies of #22BE7D
Complementary color
Monochromatic Colors of #22BE7D
Black with #22BE7D
Text Example
Text Example
White with #22BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE7D; }
p { color: rgb(34,190,125); }
H1.HeaderClassName
{
color: #22BE7D;
}
.AnyTagClassName
{
color: #22BE7D;
}
</style>
background-color css
<style>
a { background-color: #22BE7D; }
a { background-color: rgb(34,190,125); }
div.DivClassName
{
background-color: #22BE7D;
}
.BgClassName
{
background-color: #22BE7D;
}
</style>
border-color css
<style>
span { border-color: #22BE7D; }
span { border-color: rgb(34,190,125); }
td.TdClassName
{
border-color: #22BE7D;
}
.TagClassName
{
border-color: #22BE7D;
}
</style>