Shades of Mountain Meadow #20CB7D
Tints of Mountain Meadow #20CB7D
RGB
CMYK
RGB Variations
Color information
#20CB7D (or 0x20CB7D) is known color: Mountain Meadow. HEX triplet: 20, CB and 7D. RGB value is (32,203,125). Sum of RGB (Red+Green+Blue) = 32+203+125=360 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.89% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #20CB7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CB7D is #DF3482. Grayscale: #8F8F8F. Windows color (decimal): -14627971 or 8244000. OLE color: 8244000.
HSL color Cylindrical-coordinate representation of color #20CB7D: hue angle of 152.63º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CB7D is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 203 | 125 | - |
| CMYK | 0.84 | 0 | 0.38 | 0.20 |
| HSL | 152.63º | 0.73% | 0.46% | - |
| HSV(B) | 152.63º | 0.84% | 0.8% | - |
| XYZ | 25.65 | 44.5 | 26.64 | - |
| YUV | 142.98 | 117.85 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 203 | 125 | 0.84 | 0 | 0.38 | 0.20 | 152.63 | 0.73 | 0.46 |
| Hex | 20 | CB | 7D | 54 | 0 | 26 | 14 | 99 | 49 | 2E |
| Octal | 40 | 313 | 175 | 124 | 0 | 46 | 24 | 231 | 111 | 56 |
| Binary | 100000 | 11001011 | 1111101 | 1010100 | 0 | 100110 | 10100 | 10011001 | 1001001 | 101110 |
Color Harmonies of #20CB7D
Complementary color
Monochromatic Colors of #20CB7D
Black with #20CB7D
Text Example
Text Example
White with #20CB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CB7D; }
p { color: rgb(32,203,125); }
H1.HeaderClassName
{
color: #20CB7D;
}
.AnyTagClassName
{
color: #20CB7D;
}
</style>
background-color css
<style>
a { background-color: #20CB7D; }
a { background-color: rgb(32,203,125); }
div.DivClassName
{
background-color: #20CB7D;
}
.BgClassName
{
background-color: #20CB7D;
}
</style>
border-color css
<style>
span { border-color: #20CB7D; }
span { border-color: rgb(32,203,125); }
td.TdClassName
{
border-color: #20CB7D;
}
.TagClassName
{
border-color: #20CB7D;
}
</style>