Shades of Mountain Meadow #20BD7A
Tints of Mountain Meadow #20BD7A
RGB
CMYK
RGB Variations
Color information
#20BD7A (or 0x20BD7A) is known color: Mountain Meadow. HEX triplet: 20, BD and 7A. RGB value is (32,189,122). Sum of RGB (Red+Green+Blue) = 32+189+122=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BD7A is #DF4285. Grayscale: #868686. Windows color (decimal): -14631558 or 8043808. OLE color: 8043808.
HSL color Cylindrical-coordinate representation of color #20BD7A: hue angle of 154.39º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BD7A is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 122 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.26 |
| HSL | 154.39º | 0.71% | 0.43% | - |
| HSV(B) | 154.39º | 0.83% | 0.74% | - |
| XYZ | 22.31 | 38.11 | 24.59 | - |
| YUV | 134.42 | 120.99 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 122 | 0.83 | 0 | 0.35 | 0.26 | 154.39 | 0.71 | 0.43 |
| Hex | 20 | BD | 7A | 53 | 0 | 23 | 1A | 9A | 47 | 2B |
| Octal | 40 | 275 | 172 | 123 | 0 | 43 | 32 | 232 | 107 | 53 |
| Binary | 100000 | 10111101 | 1111010 | 1010011 | 0 | 100011 | 11010 | 10011010 | 1000111 | 101011 |
Color Harmonies of #20BD7A
Complementary color
Monochromatic Colors of #20BD7A
Black with #20BD7A
Text Example
Text Example
White with #20BD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BD7A; }
p { color: rgb(32,189,122); }
H1.HeaderClassName
{
color: #20BD7A;
}
.AnyTagClassName
{
color: #20BD7A;
}
</style>
background-color css
<style>
a { background-color: #20BD7A; }
a { background-color: rgb(32,189,122); }
div.DivClassName
{
background-color: #20BD7A;
}
.BgClassName
{
background-color: #20BD7A;
}
</style>
border-color css
<style>
span { border-color: #20BD7A; }
span { border-color: rgb(32,189,122); }
td.TdClassName
{
border-color: #20BD7A;
}
.TagClassName
{
border-color: #20BD7A;
}
</style>