Shades of Mountain Meadow #20BD73
Tints of Mountain Meadow #20BD73
RGB
CMYK
RGB Variations
Color information
#20BD73 (or 0x20BD73) is known color: Mountain Meadow. HEX triplet: 20, BD and 73. RGB value is (32,189,115). Sum of RGB (Red+Green+Blue) = 32+189+115=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #20BD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BD73 is #DF428C. Grayscale: #858585. Windows color (decimal): -14631565 or 7585056. OLE color: 7585056.
HSL color Cylindrical-coordinate representation of color #20BD73: hue angle of 151.72º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BD73 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 189 | 115 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.26 |
| HSL | 151.72º | 0.71% | 0.43% | - |
| HSV(B) | 151.72º | 0.83% | 0.74% | - |
| XYZ | 21.89 | 37.94 | 22.39 | - |
| YUV | 133.62 | 117.49 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 189 | 115 | 0.83 | 0 | 0.39 | 0.26 | 151.72 | 0.71 | 0.43 |
| Hex | 20 | BD | 73 | 53 | 0 | 27 | 1A | 98 | 47 | 2B |
| Octal | 40 | 275 | 163 | 123 | 0 | 47 | 32 | 230 | 107 | 53 |
| Binary | 100000 | 10111101 | 1110011 | 1010011 | 0 | 100111 | 11010 | 10011000 | 1000111 | 101011 |
Color Harmonies of #20BD73
Complementary color
Monochromatic Colors of #20BD73
Black with #20BD73
Text Example
Text Example
White with #20BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BD73; }
p { color: rgb(32,189,115); }
H1.HeaderClassName
{
color: #20BD73;
}
.AnyTagClassName
{
color: #20BD73;
}
</style>
background-color css
<style>
a { background-color: #20BD73; }
a { background-color: rgb(32,189,115); }
div.DivClassName
{
background-color: #20BD73;
}
.BgClassName
{
background-color: #20BD73;
}
</style>
border-color css
<style>
span { border-color: #20BD73; }
span { border-color: rgb(32,189,115); }
td.TdClassName
{
border-color: #20BD73;
}
.TagClassName
{
border-color: #20BD73;
}
</style>