Shades of Mountain Meadow #20B77D
Tints of Mountain Meadow #20B77D
RGB
CMYK
RGB Variations
Color information
#20B77D (or 0x20B77D) is known color: Mountain Meadow. HEX triplet: 20, B7 and 7D. RGB value is (32,183,125). Sum of RGB (Red+Green+Blue) = 32+183+125=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 183 (71.88% from 255 or 53.82% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 183 - color contains mainly: green. Hex color #20B77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B77D is #DF4882. Grayscale: #838383. Windows color (decimal): -14633091 or 8238880. OLE color: 8238880.
HSL color Cylindrical-coordinate representation of color #20B77D: hue angle of 156.95º 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 #20B77D is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 183 | 125 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.28 |
| HSL | 156.95º | 0.7% | 0.42% | - |
| HSV(B) | 156.95º | 0.83% | 0.72% | - |
| XYZ | 21.23 | 35.65 | 25.17 | - |
| YUV | 131.24 | 124.47 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 183 | 125 | 0.83 | 0 | 0.32 | 0.28 | 156.95 | 0.7 | 0.42 |
| Hex | 20 | B7 | 7D | 53 | 0 | 20 | 1C | 9D | 46 | 2A |
| Octal | 40 | 267 | 175 | 123 | 0 | 40 | 34 | 235 | 106 | 52 |
| Binary | 100000 | 10110111 | 1111101 | 1010011 | 0 | 100000 | 11100 | 10011101 | 1000110 | 101010 |
Color Harmonies of #20B77D
Complementary color
Monochromatic Colors of #20B77D
Black with #20B77D
Text Example
Text Example
White with #20B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B77D; }
p { color: rgb(32,183,125); }
H1.HeaderClassName
{
color: #20B77D;
}
.AnyTagClassName
{
color: #20B77D;
}
</style>
background-color css
<style>
a { background-color: #20B77D; }
a { background-color: rgb(32,183,125); }
div.DivClassName
{
background-color: #20B77D;
}
.BgClassName
{
background-color: #20B77D;
}
</style>
border-color css
<style>
span { border-color: #20B77D; }
span { border-color: rgb(32,183,125); }
td.TdClassName
{
border-color: #20B77D;
}
.TagClassName
{
border-color: #20B77D;
}
</style>