Shades of Mountain Meadow #20B985
Tints of Mountain Meadow #20B985
RGB
CMYK
RGB Variations
Color information
#20B985 (or 0x20B985) is known color: Mountain Meadow. HEX triplet: 20, B9 and 85. RGB value is (32,185,133). Sum of RGB (Red+Green+Blue) = 32+185+133=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 185 (72.66% from 255 or 52.86% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 185 - color contains mainly: green. Hex color #20B985 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B985 is #DF467A. Grayscale: #858585. Windows color (decimal): -14632571 or 8763680. OLE color: 8763680.
HSL color Cylindrical-coordinate representation of color #20B985: hue angle of 159.61º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B985 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 185 | 133 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.27 |
| HSL | 159.61º | 0.71% | 0.43% | - |
| HSV(B) | 159.61º | 0.83% | 0.73% | - |
| XYZ | 22.18 | 36.7 | 28.1 | - |
| YUV | 133.33 | 127.81 | 55.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 185 | 133 | 0.83 | 0 | 0.28 | 0.27 | 159.61 | 0.71 | 0.43 |
| Hex | 20 | B9 | 85 | 53 | 0 | 1C | 1B | A0 | 47 | 2B |
| Octal | 40 | 271 | 205 | 123 | 0 | 34 | 33 | 240 | 107 | 53 |
| Binary | 100000 | 10111001 | 10000101 | 1010011 | 0 | 11100 | 11011 | 10100000 | 1000111 | 101011 |
Color Harmonies of #20B985
Complementary color
Monochromatic Colors of #20B985
Black with #20B985
Text Example
Text Example
White with #20B985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B985; }
p { color: rgb(32,185,133); }
H1.HeaderClassName
{
color: #20B985;
}
.AnyTagClassName
{
color: #20B985;
}
</style>
background-color css
<style>
a { background-color: #20B985; }
a { background-color: rgb(32,185,133); }
div.DivClassName
{
background-color: #20B985;
}
.BgClassName
{
background-color: #20B985;
}
</style>
border-color css
<style>
span { border-color: #20B985; }
span { border-color: rgb(32,185,133); }
td.TdClassName
{
border-color: #20B985;
}
.TagClassName
{
border-color: #20B985;
}
</style>