Shades of Mountain Meadow #20B770
Tints of Mountain Meadow #20B770
RGB
CMYK
RGB Variations
Color information
#20B770 (or 0x20B770) is known color: Mountain Meadow. HEX triplet: 20, B7 and 70. RGB value is (32,183,112). Sum of RGB (Red+Green+Blue) = 32+183+112=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 183 (71.88% from 255 or 55.96% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 183 - color contains mainly: green. Hex color #20B770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B770 is #DF488F. Grayscale: #818181. Windows color (decimal): -14633104 or 7386912. OLE color: 7386912.
HSL color Cylindrical-coordinate representation of color #20B770: hue angle of 151.79º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B770 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 112 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.28 |
| HSL | 151.79º | 0.7% | 0.42% | - |
| HSV(B) | 151.79º | 0.83% | 0.72% | - |
| XYZ | 20.45 | 35.34 | 21.07 | - |
| YUV | 129.76 | 117.97 | 58.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 112 | 0.83 | 0 | 0.39 | 0.28 | 151.79 | 0.7 | 0.42 |
| Hex | 20 | B7 | 70 | 53 | 0 | 27 | 1C | 98 | 46 | 2A |
| Octal | 40 | 267 | 160 | 123 | 0 | 47 | 34 | 230 | 106 | 52 |
| Binary | 100000 | 10110111 | 1110000 | 1010011 | 0 | 100111 | 11100 | 10011000 | 1000110 | 101010 |
Color Harmonies of #20B770
Complementary color
Monochromatic Colors of #20B770
Black with #20B770
Text Example
Text Example
White with #20B770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B770; }
p { color: rgb(32,183,112); }
H1.HeaderClassName
{
color: #20B770;
}
.AnyTagClassName
{
color: #20B770;
}
</style>
background-color css
<style>
a { background-color: #20B770; }
a { background-color: rgb(32,183,112); }
div.DivClassName
{
background-color: #20B770;
}
.BgClassName
{
background-color: #20B770;
}
</style>
border-color css
<style>
span { border-color: #20B770; }
span { border-color: rgb(32,183,112); }
td.TdClassName
{
border-color: #20B770;
}
.TagClassName
{
border-color: #20B770;
}
</style>