Shades of Mountain Meadow #20BA7D
Tints of Mountain Meadow #20BA7D
RGB
CMYK
RGB Variations
Color information
#20BA7D (or 0x20BA7D) is known color: Mountain Meadow. HEX triplet: 20, BA and 7D. RGB value is (32,186,125). Sum of RGB (Red+Green+Blue) = 32+186+125=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #20BA7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BA7D is #DF4582. Grayscale: #858585. Windows color (decimal): -14632323 or 8239648. OLE color: 8239648.
HSL color Cylindrical-coordinate representation of color #20BA7D: hue angle of 156.23º 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 #20BA7D is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 186 | 125 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.27 |
| HSL | 156.23º | 0.71% | 0.43% | - |
| HSV(B) | 156.23º | 0.83% | 0.73% | - |
| XYZ | 21.86 | 36.91 | 25.37 | - |
| YUV | 133 | 123.48 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 186 | 125 | 0.83 | 0 | 0.33 | 0.27 | 156.23 | 0.71 | 0.43 |
| Hex | 20 | BA | 7D | 53 | 0 | 21 | 1B | 9C | 47 | 2B |
| Octal | 40 | 272 | 175 | 123 | 0 | 41 | 33 | 234 | 107 | 53 |
| Binary | 100000 | 10111010 | 1111101 | 1010011 | 0 | 100001 | 11011 | 10011100 | 1000111 | 101011 |
Color Harmonies of #20BA7D
Complementary color
Monochromatic Colors of #20BA7D
Black with #20BA7D
Text Example
Text Example
White with #20BA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BA7D; }
p { color: rgb(32,186,125); }
H1.HeaderClassName
{
color: #20BA7D;
}
.AnyTagClassName
{
color: #20BA7D;
}
</style>
background-color css
<style>
a { background-color: #20BA7D; }
a { background-color: rgb(32,186,125); }
div.DivClassName
{
background-color: #20BA7D;
}
.BgClassName
{
background-color: #20BA7D;
}
</style>
border-color css
<style>
span { border-color: #20BA7D; }
span { border-color: rgb(32,186,125); }
td.TdClassName
{
border-color: #20BA7D;
}
.TagClassName
{
border-color: #20BA7D;
}
</style>