Shades of Mountain Meadow #20B375
Tints of Mountain Meadow #20B375
RGB
CMYK
RGB Variations
Color information
#20B375 (or 0x20B375) is known color: Mountain Meadow. HEX triplet: 20, B3 and 75. RGB value is (32,179,117). Sum of RGB (Red+Green+Blue) = 32+179+117=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 179 (70.31% from 255 or 54.57% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 179 - color contains mainly: green. Hex color #20B375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B375 is #DF4C8A. Grayscale: #808080. Windows color (decimal): -14634123 or 7713568. OLE color: 7713568.
HSL color Cylindrical-coordinate representation of color #20B375: hue angle of 154.69º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B375 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 32 | 179 | 117 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.30 |
| HSL | 154.69º | 0.7% | 0.41% | - |
| HSV(B) | 154.69º | 0.82% | 0.7% | - |
| XYZ | 19.93 | 33.83 | 22.31 | - |
| YUV | 127.98 | 121.8 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 179 | 117 | 0.82 | 0 | 0.35 | 0.30 | 154.69 | 0.7 | 0.41 |
| Hex | 20 | B3 | 75 | 52 | 0 | 23 | 1E | 9B | 46 | 29 |
| Octal | 40 | 263 | 165 | 122 | 0 | 43 | 36 | 233 | 106 | 51 |
| Binary | 100000 | 10110011 | 1110101 | 1010010 | 0 | 100011 | 11110 | 10011011 | 1000110 | 101001 |
Color Harmonies of #20B375
Complementary color
Monochromatic Colors of #20B375
Black with #20B375
Text Example
Text Example
White with #20B375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B375; }
p { color: rgb(32,179,117); }
H1.HeaderClassName
{
color: #20B375;
}
.AnyTagClassName
{
color: #20B375;
}
</style>
background-color css
<style>
a { background-color: #20B375; }
a { background-color: rgb(32,179,117); }
div.DivClassName
{
background-color: #20B375;
}
.BgClassName
{
background-color: #20B375;
}
</style>
border-color css
<style>
span { border-color: #20B375; }
span { border-color: rgb(32,179,117); }
td.TdClassName
{
border-color: #20B375;
}
.TagClassName
{
border-color: #20B375;
}
</style>