Shades of Mountain Meadow #20C97B
Tints of Mountain Meadow #20C97B
RGB
CMYK
RGB Variations
Color information
#20C97B (or 0x20C97B) is known color: Mountain Meadow. HEX triplet: 20, C9 and 7B. RGB value is (32,201,123). Sum of RGB (Red+Green+Blue) = 32+201+123=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 201 (78.91% from 255 or 56.46% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 201 - color contains mainly: green. Hex color #20C97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C97B is #DF3684. Grayscale: #8D8D8D. Windows color (decimal): -14628485 or 8112416. OLE color: 8112416.
HSL color Cylindrical-coordinate representation of color #20C97B: hue angle of 152.31º 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 #20C97B is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 123 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.21 |
| HSL | 152.31º | 0.73% | 0.46% | - |
| HSV(B) | 152.31º | 0.84% | 0.79% | - |
| XYZ | 25.06 | 43.51 | 25.82 | - |
| YUV | 141.58 | 117.51 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 123 | 0.84 | 0 | 0.39 | 0.21 | 152.31 | 0.73 | 0.46 |
| Hex | 20 | C9 | 7B | 54 | 0 | 27 | 15 | 98 | 49 | 2E |
| Octal | 40 | 311 | 173 | 124 | 0 | 47 | 25 | 230 | 111 | 56 |
| Binary | 100000 | 11001001 | 1111011 | 1010100 | 0 | 100111 | 10101 | 10011000 | 1001001 | 101110 |
Color Harmonies of #20C97B
Complementary color
Monochromatic Colors of #20C97B
Black with #20C97B
Text Example
Text Example
White with #20C97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C97B; }
p { color: rgb(32,201,123); }
H1.HeaderClassName
{
color: #20C97B;
}
.AnyTagClassName
{
color: #20C97B;
}
</style>
background-color css
<style>
a { background-color: #20C97B; }
a { background-color: rgb(32,201,123); }
div.DivClassName
{
background-color: #20C97B;
}
.BgClassName
{
background-color: #20C97B;
}
</style>
border-color css
<style>
span { border-color: #20C97B; }
span { border-color: rgb(32,201,123); }
td.TdClassName
{
border-color: #20C97B;
}
.TagClassName
{
border-color: #20C97B;
}
</style>