Shades of Mountain Meadow #20B776
Tints of Mountain Meadow #20B776
RGB
CMYK
RGB Variations
Color information
#20B776 (or 0x20B776) is known color: Mountain Meadow. HEX triplet: 20, B7 and 76. RGB value is (32,183,118). Sum of RGB (Red+Green+Blue) = 32+183+118=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 183 (71.88% from 255 or 54.95% from 333); Blue value is 118 (46.48% from 255 or 35.44% from 333); Max value from RGB is 183 - color contains mainly: green. Hex color #20B776 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B776 is #DF4889. Grayscale: #828282. Windows color (decimal): -14633098 or 7780128. OLE color: 7780128.
HSL color Cylindrical-coordinate representation of color #20B776: hue angle of 154.17º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B776 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 118 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.28 |
| HSL | 154.17º | 0.7% | 0.42% | - |
| HSV(B) | 154.17º | 0.83% | 0.72% | - |
| XYZ | 20.8 | 35.48 | 22.89 | - |
| YUV | 130.44 | 120.97 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 118 | 0.83 | 0 | 0.36 | 0.28 | 154.17 | 0.7 | 0.42 |
| Hex | 20 | B7 | 76 | 53 | 0 | 24 | 1C | 9A | 46 | 2A |
| Octal | 40 | 267 | 166 | 123 | 0 | 44 | 34 | 232 | 106 | 52 |
| Binary | 100000 | 10110111 | 1110110 | 1010011 | 0 | 100100 | 11100 | 10011010 | 1000110 | 101010 |
Color Harmonies of #20B776
Complementary color
Monochromatic Colors of #20B776
Black with #20B776
Text Example
Text Example
White with #20B776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B776; }
p { color: rgb(32,183,118); }
H1.HeaderClassName
{
color: #20B776;
}
.AnyTagClassName
{
color: #20B776;
}
</style>
background-color css
<style>
a { background-color: #20B776; }
a { background-color: rgb(32,183,118); }
div.DivClassName
{
background-color: #20B776;
}
.BgClassName
{
background-color: #20B776;
}
</style>
border-color css
<style>
span { border-color: #20B776; }
span { border-color: rgb(32,183,118); }
td.TdClassName
{
border-color: #20B776;
}
.TagClassName
{
border-color: #20B776;
}
</style>