Shades of Mountain Meadow #20C97F
Tints of Mountain Meadow #20C97F
RGB
CMYK
RGB Variations
Color information
#20C97F (or 0x20C97F) is known color: Mountain Meadow. HEX triplet: 20, C9 and 7F. RGB value is (32,201,127). Sum of RGB (Red+Green+Blue) = 32+201+127=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #20C97F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C97F is #DF3680. Grayscale: #8E8E8E. Windows color (decimal): -14628481 or 8374560. OLE color: 8374560.
HSL color Cylindrical-coordinate representation of color #20C97F: hue angle of 153.73º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C97F is Cyan = 0.84, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 127 | - |
| CMYK | 0.84 | 0 | 0.37 | 0.21 |
| HSL | 153.73º | 0.73% | 0.46% | - |
| HSV(B) | 153.73º | 0.84% | 0.79% | - |
| XYZ | 25.31 | 43.61 | 27.16 | - |
| YUV | 142.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 127 | 0.84 | 0 | 0.37 | 0.21 | 153.73 | 0.73 | 0.46 |
| Hex | 20 | C9 | 7F | 54 | 0 | 25 | 15 | 9A | 49 | 2E |
| Octal | 40 | 311 | 177 | 124 | 0 | 45 | 25 | 232 | 111 | 56 |
| Binary | 100000 | 11001001 | 1111111 | 1010100 | 0 | 100101 | 10101 | 10011010 | 1001001 | 101110 |
Color Harmonies of #20C97F
Complementary color
Monochromatic Colors of #20C97F
Black with #20C97F
Text Example
Text Example
White with #20C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C97F; }
p { color: rgb(32,201,127); }
H1.HeaderClassName
{
color: #20C97F;
}
.AnyTagClassName
{
color: #20C97F;
}
</style>
background-color css
<style>
a { background-color: #20C97F; }
a { background-color: rgb(32,201,127); }
div.DivClassName
{
background-color: #20C97F;
}
.BgClassName
{
background-color: #20C97F;
}
</style>
border-color css
<style>
span { border-color: #20C97F; }
span { border-color: rgb(32,201,127); }
td.TdClassName
{
border-color: #20C97F;
}
.TagClassName
{
border-color: #20C97F;
}
</style>