Shades of Mountain Meadow #20C383
Tints of Mountain Meadow #20C383
RGB
CMYK
RGB Variations
Color information
#20C383 (or 0x20C383) is known color: Mountain Meadow. HEX triplet: 20, C3 and 83. RGB value is (32,195,131). Sum of RGB (Red+Green+Blue) = 32+195+131=358 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.94% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #20C383 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C383 is #DF3C7C. Grayscale: #8B8B8B. Windows color (decimal): -14630013 or 8635168. OLE color: 8635168.
HSL color Cylindrical-coordinate representation of color #20C383: hue angle of 156.44º 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 #20C383 is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 131 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.24 |
| HSL | 156.44º | 0.72% | 0.45% | - |
| HSV(B) | 156.44º | 0.84% | 0.76% | - |
| XYZ | 24.21 | 40.98 | 28.11 | - |
| YUV | 138.97 | 123.5 | 51.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 131 | 0.84 | 0 | 0.33 | 0.24 | 156.44 | 0.72 | 0.45 |
| Hex | 20 | C3 | 83 | 54 | 0 | 21 | 18 | 9C | 48 | 2D |
| Octal | 40 | 303 | 203 | 124 | 0 | 41 | 30 | 234 | 110 | 55 |
| Binary | 100000 | 11000011 | 10000011 | 1010100 | 0 | 100001 | 11000 | 10011100 | 1001000 | 101101 |
Color Harmonies of #20C383
Complementary color
Monochromatic Colors of #20C383
Black with #20C383
Text Example
Text Example
White with #20C383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C383; }
p { color: rgb(32,195,131); }
H1.HeaderClassName
{
color: #20C383;
}
.AnyTagClassName
{
color: #20C383;
}
</style>
background-color css
<style>
a { background-color: #20C383; }
a { background-color: rgb(32,195,131); }
div.DivClassName
{
background-color: #20C383;
}
.BgClassName
{
background-color: #20C383;
}
</style>
border-color css
<style>
span { border-color: #20C383; }
span { border-color: rgb(32,195,131); }
td.TdClassName
{
border-color: #20C383;
}
.TagClassName
{
border-color: #20C383;
}
</style>