Shades of Mountain Meadow #20B58C
Tints of Mountain Meadow #20B58C
RGB
CMYK
RGB Variations
Color information
#20B58C (or 0x20B58C) is known color: Mountain Meadow. HEX triplet: 20, B5 and 8C. RGB value is (32,181,140). Sum of RGB (Red+Green+Blue) = 32+181+140=353 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.07% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #20B58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B58C is #DF4A73. Grayscale: #838383. Windows color (decimal): -14633588 or 9221408. OLE color: 9221408.
HSL color Cylindrical-coordinate representation of color #20B58C: hue angle of 163.49º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B58C is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 181 | 140 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.29 |
| HSL | 163.49º | 0.7% | 0.42% | - |
| HSV(B) | 163.49º | 0.82% | 0.71% | - |
| XYZ | 21.85 | 35.25 | 30.46 | - |
| YUV | 131.78 | 132.64 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 140 | 0.82 | 0 | 0.23 | 0.29 | 163.49 | 0.7 | 0.42 |
| Hex | 20 | B5 | 8C | 52 | 0 | 17 | 1D | A3 | 46 | 2A |
| Octal | 40 | 265 | 214 | 122 | 0 | 27 | 35 | 243 | 106 | 52 |
| Binary | 100000 | 10110101 | 10001100 | 1010010 | 0 | 10111 | 11101 | 10100011 | 1000110 | 101010 |
Color Harmonies of #20B58C
Complementary color
Monochromatic Colors of #20B58C
Black with #20B58C
Text Example
Text Example
White with #20B58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B58C; }
p { color: rgb(32,181,140); }
H1.HeaderClassName
{
color: #20B58C;
}
.AnyTagClassName
{
color: #20B58C;
}
</style>
background-color css
<style>
a { background-color: #20B58C; }
a { background-color: rgb(32,181,140); }
div.DivClassName
{
background-color: #20B58C;
}
.BgClassName
{
background-color: #20B58C;
}
</style>
border-color css
<style>
span { border-color: #20B58C; }
span { border-color: rgb(32,181,140); }
td.TdClassName
{
border-color: #20B58C;
}
.TagClassName
{
border-color: #20B58C;
}
</style>