Shades of Mountain Meadow #20C680
Tints of Mountain Meadow #20C680
RGB
CMYK
RGB Variations
Color information
#20C680 (or 0x20C680) is known color: Mountain Meadow. HEX triplet: 20, C6 and 80. RGB value is (32,198,128). Sum of RGB (Red+Green+Blue) = 32+198+128=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 198 (77.73% from 255 or 55.31% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 198 - color contains mainly: green. Hex color #20C680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C680 is #DF397F. Grayscale: #8C8C8C. Windows color (decimal): -14629248 or 8439328. OLE color: 8439328.
HSL color Cylindrical-coordinate representation of color #20C680: hue angle of 154.7º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C680 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 128 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.22 |
| HSL | 154.7º | 0.72% | 0.45% | - |
| HSV(B) | 154.7º | 0.84% | 0.78% | - |
| XYZ | 24.69 | 42.25 | 27.28 | - |
| YUV | 140.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 128 | 0.84 | 0 | 0.35 | 0.22 | 154.7 | 0.72 | 0.45 |
| Hex | 20 | C6 | 80 | 54 | 0 | 23 | 16 | 9B | 48 | 2D |
| Octal | 40 | 306 | 200 | 124 | 0 | 43 | 26 | 233 | 110 | 55 |
| Binary | 100000 | 11000110 | 10000000 | 1010100 | 0 | 100011 | 10110 | 10011011 | 1001000 | 101101 |
Color Harmonies of #20C680
Complementary color
Monochromatic Colors of #20C680
Black with #20C680
Text Example
Text Example
White with #20C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C680; }
p { color: rgb(32,198,128); }
H1.HeaderClassName
{
color: #20C680;
}
.AnyTagClassName
{
color: #20C680;
}
</style>
background-color css
<style>
a { background-color: #20C680; }
a { background-color: rgb(32,198,128); }
div.DivClassName
{
background-color: #20C680;
}
.BgClassName
{
background-color: #20C680;
}
</style>
border-color css
<style>
span { border-color: #20C680; }
span { border-color: rgb(32,198,128); }
td.TdClassName
{
border-color: #20C680;
}
.TagClassName
{
border-color: #20C680;
}
</style>