Shades of Mountain Meadow #20C382
Tints of Mountain Meadow #20C382
RGB
CMYK
RGB Variations
Color information
#20C382 (or 0x20C382) is known color: Mountain Meadow. HEX triplet: 20, C3 and 82. RGB value is (32,195,130). Sum of RGB (Red+Green+Blue) = 32+195+130=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 195 (76.56% from 255 or 54.62% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 195 - color contains mainly: green. Hex color #20C382 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C382 is #DF3C7D. Grayscale: #8A8A8A. Windows color (decimal): -14630014 or 8569632. OLE color: 8569632.
HSL color Cylindrical-coordinate representation of color #20C382: hue angle of 156.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C382 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 130 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.24 |
| HSL | 156.07º | 0.72% | 0.45% | - |
| HSV(B) | 156.07º | 0.84% | 0.76% | - |
| XYZ | 24.14 | 40.95 | 27.75 | - |
| YUV | 138.85 | 123 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 130 | 0.84 | 0 | 0.33 | 0.24 | 156.07 | 0.72 | 0.45 |
| Hex | 20 | C3 | 82 | 54 | 0 | 21 | 18 | 9C | 48 | 2D |
| Octal | 40 | 303 | 202 | 124 | 0 | 41 | 30 | 234 | 110 | 55 |
| Binary | 100000 | 11000011 | 10000010 | 1010100 | 0 | 100001 | 11000 | 10011100 | 1001000 | 101101 |
Color Harmonies of #20C382
Complementary color
Monochromatic Colors of #20C382
Black with #20C382
Text Example
Text Example
White with #20C382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C382; }
p { color: rgb(32,195,130); }
H1.HeaderClassName
{
color: #20C382;
}
.AnyTagClassName
{
color: #20C382;
}
</style>
background-color css
<style>
a { background-color: #20C382; }
a { background-color: rgb(32,195,130); }
div.DivClassName
{
background-color: #20C382;
}
.BgClassName
{
background-color: #20C382;
}
</style>
border-color css
<style>
span { border-color: #20C382; }
span { border-color: rgb(32,195,130); }
td.TdClassName
{
border-color: #20C382;
}
.TagClassName
{
border-color: #20C382;
}
</style>