Shades of Mountain Meadow #22D275
Tints of Mountain Meadow #22D275
RGB
CMYK
RGB Variations
Color information
#22D275 (or 0x22D275) is known color: Mountain Meadow. HEX triplet: 22, D2 and 75. RGB value is (34,210,117). Sum of RGB (Red+Green+Blue) = 34+210+117=361 (47% of max value = 765). Red value is 34 (13.67% from 255 or 9.42% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #22D275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #22D275 is #DD2D8A. Grayscale: #929292. Windows color (decimal): -14495115 or 7721506. OLE color: 7721506.
HSL color Cylindrical-coordinate representation of color #22D275: hue angle of 148.3º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D275 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 210 | 117 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.18 |
| HSL | 148.3º | 0.72% | 0.48% | - |
| HSV(B) | 148.3º | 0.84% | 0.82% | - |
| XYZ | 26.92 | 47.72 | 24.62 | - |
| YUV | 146.77 | 111.19 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 210 | 117 | 0.84 | 0 | 0.44 | 0.18 | 148.3 | 0.72 | 0.48 |
| Hex | 22 | D2 | 75 | 54 | 0 | 2C | 12 | 94 | 48 | 30 |
| Octal | 42 | 322 | 165 | 124 | 0 | 54 | 22 | 224 | 110 | 60 |
| Binary | 100010 | 11010010 | 1110101 | 1010100 | 0 | 101100 | 10010 | 10010100 | 1001000 | 110000 |
Color Harmonies of #22D275
Complementary color
Monochromatic Colors of #22D275
Black with #22D275
Text Example
Text Example
White with #22D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D275; }
p { color: rgb(34,210,117); }
H1.HeaderClassName
{
color: #22D275;
}
.AnyTagClassName
{
color: #22D275;
}
</style>
background-color css
<style>
a { background-color: #22D275; }
a { background-color: rgb(34,210,117); }
div.DivClassName
{
background-color: #22D275;
}
.BgClassName
{
background-color: #22D275;
}
</style>
border-color css
<style>
span { border-color: #22D275; }
span { border-color: rgb(34,210,117); }
td.TdClassName
{
border-color: #22D275;
}
.TagClassName
{
border-color: #22D275;
}
</style>