Shades of Mountain Meadow #11C07D
Tints of Mountain Meadow #11C07D
RGB
CMYK
RGB Variations
Color information
#11C07D (or 0x11C07D) is known color: Mountain Meadow. HEX triplet: 11, C0 and 7D. RGB value is (17,192,125). Sum of RGB (Red+Green+Blue) = 17+192+125=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #11C07D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C07D is #EE3F82. Grayscale: #848484. Windows color (decimal): -15613827 or 8241169. OLE color: 8241169.
HSL color Cylindrical-coordinate representation of color #11C07D: hue angle of 157.03º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C07D is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 125 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.25 |
| HSL | 157.03º | 0.84% | 0.41% | - |
| HSV(B) | 157.03º | 0.91% | 0.75% | - |
| XYZ | 22.78 | 39.3 | 25.79 | - |
| YUV | 132.04 | 124.02 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 125 | 0.91 | 0 | 0.35 | 0.25 | 157.03 | 0.84 | 0.41 |
| Hex | 11 | C0 | 7D | 5B | 0 | 23 | 19 | 9D | 54 | 29 |
| Octal | 21 | 300 | 175 | 133 | 0 | 43 | 31 | 235 | 124 | 51 |
| Binary | 10001 | 11000000 | 1111101 | 1011011 | 0 | 100011 | 11001 | 10011101 | 1010100 | 101001 |
Color Harmonies of #11C07D
Complementary color
Monochromatic Colors of #11C07D
Black with #11C07D
Text Example
Text Example
White with #11C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C07D; }
p { color: rgb(17,192,125); }
H1.HeaderClassName
{
color: #11C07D;
}
.AnyTagClassName
{
color: #11C07D;
}
</style>
background-color css
<style>
a { background-color: #11C07D; }
a { background-color: rgb(17,192,125); }
div.DivClassName
{
background-color: #11C07D;
}
.BgClassName
{
background-color: #11C07D;
}
</style>
border-color css
<style>
span { border-color: #11C07D; }
span { border-color: rgb(17,192,125); }
td.TdClassName
{
border-color: #11C07D;
}
.TagClassName
{
border-color: #11C07D;
}
</style>