Shades of Mountain Meadow #20B581
Tints of Mountain Meadow #20B581
RGB
CMYK
RGB Variations
Color information
#20B581 (or 0x20B581) is known color: Mountain Meadow. HEX triplet: 20, B5 and 81. RGB value is (32,181,129). Sum of RGB (Red+Green+Blue) = 32+181+129=342 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.36% from 342); Green value is 181 (71.09% from 255 or 52.92% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 181 - color contains mainly: green. Hex color #20B581 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20B581 is #DF4A7E. Grayscale: #828282. Windows color (decimal): -14633599 or 8500512. OLE color: 8500512.
HSL color Cylindrical-coordinate representation of color #20B581: hue angle of 159.06º 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 #20B581 is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 181 | 129 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.29 |
| HSL | 159.06º | 0.7% | 0.42% | - |
| HSV(B) | 159.06º | 0.82% | 0.71% | - |
| XYZ | 21.08 | 34.94 | 26.4 | - |
| YUV | 130.52 | 127.14 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 181 | 129 | 0.82 | 0 | 0.29 | 0.29 | 159.06 | 0.7 | 0.42 |
| Hex | 20 | B5 | 81 | 52 | 0 | 1D | 1D | 9F | 46 | 2A |
| Octal | 40 | 265 | 201 | 122 | 0 | 35 | 35 | 237 | 106 | 52 |
| Binary | 100000 | 10110101 | 10000001 | 1010010 | 0 | 11101 | 11101 | 10011111 | 1000110 | 101010 |
Color Harmonies of #20B581
Complementary color
Monochromatic Colors of #20B581
Black with #20B581
Text Example
Text Example
White with #20B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B581; }
p { color: rgb(32,181,129); }
H1.HeaderClassName
{
color: #20B581;
}
.AnyTagClassName
{
color: #20B581;
}
</style>
background-color css
<style>
a { background-color: #20B581; }
a { background-color: rgb(32,181,129); }
div.DivClassName
{
background-color: #20B581;
}
.BgClassName
{
background-color: #20B581;
}
</style>
border-color css
<style>
span { border-color: #20B581; }
span { border-color: rgb(32,181,129); }
td.TdClassName
{
border-color: #20B581;
}
.TagClassName
{
border-color: #20B581;
}
</style>