Shades of Mountain Meadow #11C47D
Tints of Mountain Meadow #11C47D
RGB
CMYK
RGB Variations
Color information
#11C47D (or 0x11C47D) is known color: Mountain Meadow. HEX triplet: 11, C4 and 7D. RGB value is (17,196,125). Sum of RGB (Red+Green+Blue) = 17+196+125=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 196 (76.95% from 255 or 57.99% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 196 - color contains mainly: green. Hex color #11C47D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C47D is #EE3B82. Grayscale: #868686. Windows color (decimal): -15612803 or 8242193. OLE color: 8242193.
HSL color Cylindrical-coordinate representation of color #11C47D: hue angle of 156.2º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C47D is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 125 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.23 |
| HSL | 156.2º | 0.84% | 0.42% | - |
| HSV(B) | 156.2º | 0.91% | 0.77% | - |
| XYZ | 23.67 | 41.08 | 26.08 | - |
| YUV | 134.39 | 122.7 | 44.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 125 | 0.91 | 0 | 0.36 | 0.23 | 156.2 | 0.84 | 0.42 |
| Hex | 11 | C4 | 7D | 5B | 0 | 24 | 17 | 9C | 54 | 2A |
| Octal | 21 | 304 | 175 | 133 | 0 | 44 | 27 | 234 | 124 | 52 |
| Binary | 10001 | 11000100 | 1111101 | 1011011 | 0 | 100100 | 10111 | 10011100 | 1010100 | 101010 |
Color Harmonies of #11C47D
Complementary color
Monochromatic Colors of #11C47D
Black with #11C47D
Text Example
Text Example
White with #11C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C47D; }
p { color: rgb(17,196,125); }
H1.HeaderClassName
{
color: #11C47D;
}
.AnyTagClassName
{
color: #11C47D;
}
</style>
background-color css
<style>
a { background-color: #11C47D; }
a { background-color: rgb(17,196,125); }
div.DivClassName
{
background-color: #11C47D;
}
.BgClassName
{
background-color: #11C47D;
}
</style>
border-color css
<style>
span { border-color: #11C47D; }
span { border-color: rgb(17,196,125); }
td.TdClassName
{
border-color: #11C47D;
}
.TagClassName
{
border-color: #11C47D;
}
</style>