Shades of Mountain Meadow #20BC7D
Tints of Mountain Meadow #20BC7D
RGB
CMYK
RGB Variations
Color information
#20BC7D (or 0x20BC7D) is known color: Mountain Meadow. HEX triplet: 20, BC and 7D. RGB value is (32,188,125). Sum of RGB (Red+Green+Blue) = 32+188+125=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BC7D is #DF4382. Grayscale: #868686. Windows color (decimal): -14631811 or 8240160. OLE color: 8240160.
HSL color Cylindrical-coordinate representation of color #20BC7D: hue angle of 155.77º 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 #20BC7D is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 125 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.26 |
| HSL | 155.77º | 0.71% | 0.43% | - |
| HSV(B) | 155.77º | 0.83% | 0.74% | - |
| XYZ | 22.28 | 37.75 | 25.52 | - |
| YUV | 134.17 | 122.82 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 125 | 0.83 | 0 | 0.34 | 0.26 | 155.77 | 0.71 | 0.43 |
| Hex | 20 | BC | 7D | 53 | 0 | 22 | 1A | 9C | 47 | 2B |
| Octal | 40 | 274 | 175 | 123 | 0 | 42 | 32 | 234 | 107 | 53 |
| Binary | 100000 | 10111100 | 1111101 | 1010011 | 0 | 100010 | 11010 | 10011100 | 1000111 | 101011 |
Color Harmonies of #20BC7D
Complementary color
Monochromatic Colors of #20BC7D
Black with #20BC7D
Text Example
Text Example
White with #20BC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC7D; }
p { color: rgb(32,188,125); }
H1.HeaderClassName
{
color: #20BC7D;
}
.AnyTagClassName
{
color: #20BC7D;
}
</style>
background-color css
<style>
a { background-color: #20BC7D; }
a { background-color: rgb(32,188,125); }
div.DivClassName
{
background-color: #20BC7D;
}
.BgClassName
{
background-color: #20BC7D;
}
</style>
border-color css
<style>
span { border-color: #20BC7D; }
span { border-color: rgb(32,188,125); }
td.TdClassName
{
border-color: #20BC7D;
}
.TagClassName
{
border-color: #20BC7D;
}
</style>