Shades of Mountain Meadow #20C380
Tints of Mountain Meadow #20C380
RGB
CMYK
RGB Variations
Color information
#20C380 (or 0x20C380) is known color: Mountain Meadow. HEX triplet: 20, C3 and 80. RGB value is (32,195,128). Sum of RGB (Red+Green+Blue) = 32+195+128=355 (47% of max value = 765). Red value is 32 (12.89% from 255 or 9.01% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #20C380 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C380 is #DF3C7F. Grayscale: #8A8A8A. Windows color (decimal): -14630016 or 8438560. OLE color: 8438560.
HSL color Cylindrical-coordinate representation of color #20C380: hue angle of 155.34º 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 #20C380 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 128 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.24 |
| HSL | 155.34º | 0.72% | 0.45% | - |
| HSV(B) | 155.34º | 0.84% | 0.76% | - |
| XYZ | 24.01 | 40.9 | 27.05 | - |
| YUV | 138.63 | 122 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 128 | 0.84 | 0 | 0.34 | 0.24 | 155.34 | 0.72 | 0.45 |
| Hex | 20 | C3 | 80 | 54 | 0 | 22 | 18 | 9B | 48 | 2D |
| Octal | 40 | 303 | 200 | 124 | 0 | 42 | 30 | 233 | 110 | 55 |
| Binary | 100000 | 11000011 | 10000000 | 1010100 | 0 | 100010 | 11000 | 10011011 | 1001000 | 101101 |
Color Harmonies of #20C380
Complementary color
Monochromatic Colors of #20C380
Black with #20C380
Text Example
Text Example
White with #20C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C380; }
p { color: rgb(32,195,128); }
H1.HeaderClassName
{
color: #20C380;
}
.AnyTagClassName
{
color: #20C380;
}
</style>
background-color css
<style>
a { background-color: #20C380; }
a { background-color: rgb(32,195,128); }
div.DivClassName
{
background-color: #20C380;
}
.BgClassName
{
background-color: #20C380;
}
</style>
border-color css
<style>
span { border-color: #20C380; }
span { border-color: rgb(32,195,128); }
td.TdClassName
{
border-color: #20C380;
}
.TagClassName
{
border-color: #20C380;
}
</style>