Shades of Mountain Meadow #20BE7E
Tints of Mountain Meadow #20BE7E
RGB
CMYK
RGB Variations
Color information
#20BE7E (or 0x20BE7E) is known color: Mountain Meadow. HEX triplet: 20, BE and 7E. RGB value is (32,190,126). Sum of RGB (Red+Green+Blue) = 32+190+126=348 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.20% from 348); Green value is 190 (74.61% from 255 or 54.60% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 190 - color contains mainly: green. Hex color #20BE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BE7E is #DF4181. Grayscale: #878787. Windows color (decimal): -14631298 or 8306208. OLE color: 8306208.
HSL color Cylindrical-coordinate representation of color #20BE7E: hue angle of 155.7º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BE7E is Cyan = 0.83, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 190 | 126 | - |
| CMYK | 0.83 | 0 | 0.34 | 0.25 |
| HSL | 155.7º | 0.71% | 0.44% | - |
| HSV(B) | 155.7º | 0.83% | 0.75% | - |
| XYZ | 22.78 | 38.64 | 26 | - |
| YUV | 135.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 190 | 126 | 0.83 | 0 | 0.34 | 0.25 | 155.7 | 0.71 | 0.44 |
| Hex | 20 | BE | 7E | 53 | 0 | 22 | 19 | 9C | 47 | 2C |
| Octal | 40 | 276 | 176 | 123 | 0 | 42 | 31 | 234 | 107 | 54 |
| Binary | 100000 | 10111110 | 1111110 | 1010011 | 0 | 100010 | 11001 | 10011100 | 1000111 | 101100 |
Color Harmonies of #20BE7E
Complementary color
Monochromatic Colors of #20BE7E
Black with #20BE7E
Text Example
Text Example
White with #20BE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BE7E; }
p { color: rgb(32,190,126); }
H1.HeaderClassName
{
color: #20BE7E;
}
.AnyTagClassName
{
color: #20BE7E;
}
</style>
background-color css
<style>
a { background-color: #20BE7E; }
a { background-color: rgb(32,190,126); }
div.DivClassName
{
background-color: #20BE7E;
}
.BgClassName
{
background-color: #20BE7E;
}
</style>
border-color css
<style>
span { border-color: #20BE7E; }
span { border-color: rgb(32,190,126); }
td.TdClassName
{
border-color: #20BE7E;
}
.TagClassName
{
border-color: #20BE7E;
}
</style>