Shades of Mountain Meadow #20BF89
Tints of Mountain Meadow #20BF89
RGB
CMYK
RGB Variations
Color information
#20BF89 (or 0x20BF89) is known color: Mountain Meadow. HEX triplet: 20, BF and 89. RGB value is (32,191,137). Sum of RGB (Red+Green+Blue) = 32+191+137=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BF89 is #DF4076. Grayscale: #898989. Windows color (decimal): -14631031 or 9027360. OLE color: 9027360.
HSL color Cylindrical-coordinate representation of color #20BF89: hue angle of 159.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BF89 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 137 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.25 |
| HSL | 159.62º | 0.71% | 0.44% | - |
| HSV(B) | 159.62º | 0.83% | 0.75% | - |
| XYZ | 23.74 | 39.37 | 30.02 | - |
| YUV | 137.3 | 127.82 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 137 | 0.83 | 0 | 0.28 | 0.25 | 159.62 | 0.71 | 0.44 |
| Hex | 20 | BF | 89 | 53 | 0 | 1C | 19 | A0 | 47 | 2C |
| Octal | 40 | 277 | 211 | 123 | 0 | 34 | 31 | 240 | 107 | 54 |
| Binary | 100000 | 10111111 | 10001001 | 1010011 | 0 | 11100 | 11001 | 10100000 | 1000111 | 101100 |
Color Harmonies of #20BF89
Complementary color
Monochromatic Colors of #20BF89
Black with #20BF89
Text Example
Text Example
White with #20BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF89; }
p { color: rgb(32,191,137); }
H1.HeaderClassName
{
color: #20BF89;
}
.AnyTagClassName
{
color: #20BF89;
}
</style>
background-color css
<style>
a { background-color: #20BF89; }
a { background-color: rgb(32,191,137); }
div.DivClassName
{
background-color: #20BF89;
}
.BgClassName
{
background-color: #20BF89;
}
</style>
border-color css
<style>
span { border-color: #20BF89; }
span { border-color: rgb(32,191,137); }
td.TdClassName
{
border-color: #20BF89;
}
.TagClassName
{
border-color: #20BF89;
}
</style>