Shades of Mountain Meadow #20BD76
Tints of Mountain Meadow #20BD76
RGB
CMYK
RGB Variations
Color information
#20BD76 (or 0x20BD76) is known color: Mountain Meadow. HEX triplet: 20, BD and 76. RGB value is (32,189,118). Sum of RGB (Red+Green+Blue) = 32+189+118=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 189 (74.22% from 255 or 55.75% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BD76 is #DF4289. Grayscale: #868686. Windows color (decimal): -14631562 or 7781664. OLE color: 7781664.
HSL color Cylindrical-coordinate representation of color #20BD76: hue angle of 152.87º 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 #20BD76 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 118 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.26 |
| HSL | 152.87º | 0.71% | 0.43% | - |
| HSV(B) | 152.87º | 0.83% | 0.74% | - |
| XYZ | 22.06 | 38.01 | 23.31 | - |
| YUV | 133.96 | 118.99 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 118 | 0.83 | 0 | 0.38 | 0.26 | 152.87 | 0.71 | 0.43 |
| Hex | 20 | BD | 76 | 53 | 0 | 26 | 1A | 99 | 47 | 2B |
| Octal | 40 | 275 | 166 | 123 | 0 | 46 | 32 | 231 | 107 | 53 |
| Binary | 100000 | 10111101 | 1110110 | 1010011 | 0 | 100110 | 11010 | 10011001 | 1000111 | 101011 |
Color Harmonies of #20BD76
Complementary color
Monochromatic Colors of #20BD76
Black with #20BD76
Text Example
Text Example
White with #20BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BD76; }
p { color: rgb(32,189,118); }
H1.HeaderClassName
{
color: #20BD76;
}
.AnyTagClassName
{
color: #20BD76;
}
</style>
background-color css
<style>
a { background-color: #20BD76; }
a { background-color: rgb(32,189,118); }
div.DivClassName
{
background-color: #20BD76;
}
.BgClassName
{
background-color: #20BD76;
}
</style>
border-color css
<style>
span { border-color: #20BD76; }
span { border-color: rgb(32,189,118); }
td.TdClassName
{
border-color: #20BD76;
}
.TagClassName
{
border-color: #20BD76;
}
</style>