Shades of Mountain Meadow #20BE8D
Tints of Mountain Meadow #20BE8D
RGB
CMYK
RGB Variations
Color information
#20BE8D (or 0x20BE8D) is known color: Mountain Meadow. HEX triplet: 20, BE and 8D. RGB value is (32,190,141). Sum of RGB (Red+Green+Blue) = 32+190+141=363 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.82% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BE8D is #DF4172. Grayscale: #898989. Windows color (decimal): -14631283 or 9289248. OLE color: 9289248.
HSL color Cylindrical-coordinate representation of color #20BE8D: hue angle of 161.39º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BE8D is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 141 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.25 |
| HSL | 161.39º | 0.71% | 0.44% | - |
| HSV(B) | 161.39º | 0.83% | 0.75% | - |
| XYZ | 23.82 | 39.06 | 31.48 | - |
| YUV | 137.17 | 130.15 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 141 | 0.83 | 0 | 0.26 | 0.25 | 161.39 | 0.71 | 0.44 |
| Hex | 20 | BE | 8D | 53 | 0 | 1A | 19 | A1 | 47 | 2C |
| Octal | 40 | 276 | 215 | 123 | 0 | 32 | 31 | 241 | 107 | 54 |
| Binary | 100000 | 10111110 | 10001101 | 1010011 | 0 | 11010 | 11001 | 10100001 | 1000111 | 101100 |
Color Harmonies of #20BE8D
Complementary color
Monochromatic Colors of #20BE8D
Black with #20BE8D
Text Example
Text Example
White with #20BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE8D; }
p { color: rgb(32,190,141); }
H1.HeaderClassName
{
color: #20BE8D;
}
.AnyTagClassName
{
color: #20BE8D;
}
</style>
background-color css
<style>
a { background-color: #20BE8D; }
a { background-color: rgb(32,190,141); }
div.DivClassName
{
background-color: #20BE8D;
}
.BgClassName
{
background-color: #20BE8D;
}
</style>
border-color css
<style>
span { border-color: #20BE8D; }
span { border-color: rgb(32,190,141); }
td.TdClassName
{
border-color: #20BE8D;
}
.TagClassName
{
border-color: #20BE8D;
}
</style>