Shades of Mountain Meadow #20C474
Tints of Mountain Meadow #20C474
RGB
CMYK
RGB Variations
Color information
#20C474 (or 0x20C474) is known color: Mountain Meadow. HEX triplet: 20, C4 and 74. RGB value is (32,196,116). Sum of RGB (Red+Green+Blue) = 32+196+116=344 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.30% from 344); Green value is 196 (76.95% from 255 or 56.98% from 344); Blue value is 116 (45.70% from 255 or 33.72% from 344); Max value from RGB is 196 - color contains mainly: green. Hex color #20C474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C474 is #DF3B8B. Grayscale: #8A8A8A. Windows color (decimal): -14629772 or 7652384. OLE color: 7652384.
HSL color Cylindrical-coordinate representation of color #20C474: hue angle of 150.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C474 is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 196 | 116 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.23 |
| HSL | 150.73º | 0.72% | 0.45% | - |
| HSV(B) | 150.73º | 0.84% | 0.77% | - |
| XYZ | 23.49 | 41.05 | 23.21 | - |
| YUV | 137.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 196 | 116 | 0.84 | 0 | 0.41 | 0.23 | 150.73 | 0.72 | 0.45 |
| Hex | 20 | C4 | 74 | 54 | 0 | 29 | 17 | 97 | 48 | 2D |
| Octal | 40 | 304 | 164 | 124 | 0 | 51 | 27 | 227 | 110 | 55 |
| Binary | 100000 | 11000100 | 1110100 | 1010100 | 0 | 101001 | 10111 | 10010111 | 1001000 | 101101 |
Color Harmonies of #20C474
Complementary color
Monochromatic Colors of #20C474
Black with #20C474
Text Example
Text Example
White with #20C474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C474; }
p { color: rgb(32,196,116); }
H1.HeaderClassName
{
color: #20C474;
}
.AnyTagClassName
{
color: #20C474;
}
</style>
background-color css
<style>
a { background-color: #20C474; }
a { background-color: rgb(32,196,116); }
div.DivClassName
{
background-color: #20C474;
}
.BgClassName
{
background-color: #20C474;
}
</style>
border-color css
<style>
span { border-color: #20C474; }
span { border-color: rgb(32,196,116); }
td.TdClassName
{
border-color: #20C474;
}
.TagClassName
{
border-color: #20C474;
}
</style>