Shades of Mountain Meadow #20BC72
Tints of Mountain Meadow #20BC72
RGB
CMYK
RGB Variations
Color information
#20BC72 (or 0x20BC72) is known color: Mountain Meadow. HEX triplet: 20, BC and 72. RGB value is (32,188,114). Sum of RGB (Red+Green+Blue) = 32+188+114=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BC72 is #DF438D. Grayscale: #858585. Windows color (decimal): -14631822 or 7519264. OLE color: 7519264.
HSL color Cylindrical-coordinate representation of color #20BC72: hue angle of 151.54º 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 #20BC72 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 114 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.26 |
| HSL | 151.54º | 0.71% | 0.43% | - |
| HSV(B) | 151.54º | 0.83% | 0.74% | - |
| XYZ | 21.62 | 37.49 | 22.02 | - |
| YUV | 132.92 | 117.32 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 114 | 0.83 | 0 | 0.39 | 0.26 | 151.54 | 0.71 | 0.43 |
| Hex | 20 | BC | 72 | 53 | 0 | 27 | 1A | 98 | 47 | 2B |
| Octal | 40 | 274 | 162 | 123 | 0 | 47 | 32 | 230 | 107 | 53 |
| Binary | 100000 | 10111100 | 1110010 | 1010011 | 0 | 100111 | 11010 | 10011000 | 1000111 | 101011 |
Color Harmonies of #20BC72
Complementary color
Monochromatic Colors of #20BC72
Black with #20BC72
Text Example
Text Example
White with #20BC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC72; }
p { color: rgb(32,188,114); }
H1.HeaderClassName
{
color: #20BC72;
}
.AnyTagClassName
{
color: #20BC72;
}
</style>
background-color css
<style>
a { background-color: #20BC72; }
a { background-color: rgb(32,188,114); }
div.DivClassName
{
background-color: #20BC72;
}
.BgClassName
{
background-color: #20BC72;
}
</style>
border-color css
<style>
span { border-color: #20BC72; }
span { border-color: rgb(32,188,114); }
td.TdClassName
{
border-color: #20BC72;
}
.TagClassName
{
border-color: #20BC72;
}
</style>