Shades of Mountain Meadow #22BD7C
Tints of Mountain Meadow #22BD7C
RGB
CMYK
RGB Variations
Color information
#22BD7C (or 0x22BD7C) is known color: Mountain Meadow. HEX triplet: 22, BD and 7C. RGB value is (34,189,124). Sum of RGB (Red+Green+Blue) = 34+189+124=347 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.80% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #22BD7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22BD7C is #DD4283. Grayscale: #878787. Windows color (decimal): -14500484 or 8174882. OLE color: 8174882.
HSL color Cylindrical-coordinate representation of color #22BD7C: hue angle of 154.84º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22BD7C is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 34 | 189 | 124 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.26 |
| HSL | 154.84º | 0.7% | 0.44% | - |
| HSV(B) | 154.84º | 0.82% | 0.74% | - |
| XYZ | 22.5 | 38.19 | 25.25 | - |
| YUV | 135.25 | 121.65 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 189 | 124 | 0.82 | 0 | 0.34 | 0.26 | 154.84 | 0.7 | 0.44 |
| Hex | 22 | BD | 7C | 52 | 0 | 22 | 1A | 9B | 46 | 2C |
| Octal | 42 | 275 | 174 | 122 | 0 | 42 | 32 | 233 | 106 | 54 |
| Binary | 100010 | 10111101 | 1111100 | 1010010 | 0 | 100010 | 11010 | 10011011 | 1000110 | 101100 |
Color Harmonies of #22BD7C
Complementary color
Monochromatic Colors of #22BD7C
Black with #22BD7C
Text Example
Text Example
White with #22BD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22BD7C; }
p { color: rgb(34,189,124); }
H1.HeaderClassName
{
color: #22BD7C;
}
.AnyTagClassName
{
color: #22BD7C;
}
</style>
background-color css
<style>
a { background-color: #22BD7C; }
a { background-color: rgb(34,189,124); }
div.DivClassName
{
background-color: #22BD7C;
}
.BgClassName
{
background-color: #22BD7C;
}
</style>
border-color css
<style>
span { border-color: #22BD7C; }
span { border-color: rgb(34,189,124); }
td.TdClassName
{
border-color: #22BD7C;
}
.TagClassName
{
border-color: #22BD7C;
}
</style>