Shades of Mountain Meadow #22BE73
Tints of Mountain Meadow #22BE73
RGB
CMYK
RGB Variations
Color information
#22BE73 (or 0x22BE73) is known color: Mountain Meadow. HEX triplet: 22, BE and 73. RGB value is (34,190,115). Sum of RGB (Red+Green+Blue) = 34+190+115=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 190 (74.61% from 255 or 56.05% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 190 - color contains mainly: green. Hex color #22BE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22BE73 is #DD418C. Grayscale: #868686. Windows color (decimal): -14500237 or 7585314. OLE color: 7585314.
HSL color Cylindrical-coordinate representation of color #22BE73: hue angle of 151.15º 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 #22BE73 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 34 | 190 | 115 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.25 |
| HSL | 151.15º | 0.7% | 0.44% | - |
| HSV(B) | 151.15º | 0.82% | 0.75% | - |
| XYZ | 22.17 | 38.4 | 22.46 | - |
| YUV | 134.81 | 116.82 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 190 | 115 | 0.82 | 0 | 0.39 | 0.25 | 151.15 | 0.7 | 0.44 |
| Hex | 22 | BE | 73 | 52 | 0 | 27 | 19 | 97 | 46 | 2C |
| Octal | 42 | 276 | 163 | 122 | 0 | 47 | 31 | 227 | 106 | 54 |
| Binary | 100010 | 10111110 | 1110011 | 1010010 | 0 | 100111 | 11001 | 10010111 | 1000110 | 101100 |
Color Harmonies of #22BE73
Complementary color
Monochromatic Colors of #22BE73
Black with #22BE73
Text Example
Text Example
White with #22BE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BE73; }
p { color: rgb(34,190,115); }
H1.HeaderClassName
{
color: #22BE73;
}
.AnyTagClassName
{
color: #22BE73;
}
</style>
background-color css
<style>
a { background-color: #22BE73; }
a { background-color: rgb(34,190,115); }
div.DivClassName
{
background-color: #22BE73;
}
.BgClassName
{
background-color: #22BE73;
}
</style>
border-color css
<style>
span { border-color: #22BE73; }
span { border-color: rgb(34,190,115); }
td.TdClassName
{
border-color: #22BE73;
}
.TagClassName
{
border-color: #22BE73;
}
</style>