Shades of Mountain Meadow #11C075
Tints of Mountain Meadow #11C075
RGB
CMYK
RGB Variations
Color information
#11C075 (or 0x11C075) is known color: Mountain Meadow. HEX triplet: 11, C0 and 75. RGB value is (17,192,117). Sum of RGB (Red+Green+Blue) = 17+192+117=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #11C075 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C075 is #EE3F8A. Grayscale: #838383. Windows color (decimal): -15613835 or 7716881. OLE color: 7716881.
HSL color Cylindrical-coordinate representation of color #11C075: hue angle of 154.29º 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 #11C075 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 117 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.25 |
| HSL | 154.29º | 0.84% | 0.41% | - |
| HSV(B) | 154.29º | 0.91% | 0.75% | - |
| XYZ | 22.29 | 39.1 | 23.2 | - |
| YUV | 131.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 117 | 0.91 | 0 | 0.39 | 0.25 | 154.29 | 0.84 | 0.41 |
| Hex | 11 | C0 | 75 | 5B | 0 | 27 | 19 | 9A | 54 | 29 |
| Octal | 21 | 300 | 165 | 133 | 0 | 47 | 31 | 232 | 124 | 51 |
| Binary | 10001 | 11000000 | 1110101 | 1011011 | 0 | 100111 | 11001 | 10011010 | 1010100 | 101001 |
Color Harmonies of #11C075
Complementary color
Monochromatic Colors of #11C075
Black with #11C075
Text Example
Text Example
White with #11C075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C075; }
p { color: rgb(17,192,117); }
H1.HeaderClassName
{
color: #11C075;
}
.AnyTagClassName
{
color: #11C075;
}
</style>
background-color css
<style>
a { background-color: #11C075; }
a { background-color: rgb(17,192,117); }
div.DivClassName
{
background-color: #11C075;
}
.BgClassName
{
background-color: #11C075;
}
</style>
border-color css
<style>
span { border-color: #11C075; }
span { border-color: rgb(17,192,117); }
td.TdClassName
{
border-color: #11C075;
}
.TagClassName
{
border-color: #11C075;
}
</style>