Shades of Mountain Meadow #11C085
Tints of Mountain Meadow #11C085
RGB
CMYK
RGB Variations
Color information
#11C085 (or 0x11C085) is known color: Mountain Meadow. HEX triplet: 11, C0 and 85. RGB value is (17,192,133). Sum of RGB (Red+Green+Blue) = 17+192+133=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #11C085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C085 is #EE3F7A. Grayscale: #858585. Windows color (decimal): -15613819 or 8765457. OLE color: 8765457.
HSL color Cylindrical-coordinate representation of color #11C085: hue angle of 159.77º 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 #11C085 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 192 | 133 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.25 |
| HSL | 159.77º | 0.84% | 0.41% | - |
| HSV(B) | 159.77º | 0.91% | 0.75% | - |
| XYZ | 23.31 | 39.51 | 28.59 | - |
| YUV | 132.95 | 128.02 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 192 | 133 | 0.91 | 0 | 0.31 | 0.25 | 159.77 | 0.84 | 0.41 |
| Hex | 11 | C0 | 85 | 5B | 0 | 1F | 19 | A0 | 54 | 29 |
| Octal | 21 | 300 | 205 | 133 | 0 | 37 | 31 | 240 | 124 | 51 |
| Binary | 10001 | 11000000 | 10000101 | 1011011 | 0 | 11111 | 11001 | 10100000 | 1010100 | 101001 |
Color Harmonies of #11C085
Complementary color
Monochromatic Colors of #11C085
Black with #11C085
Text Example
Text Example
White with #11C085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C085; }
p { color: rgb(17,192,133); }
H1.HeaderClassName
{
color: #11C085;
}
.AnyTagClassName
{
color: #11C085;
}
</style>
background-color css
<style>
a { background-color: #11C085; }
a { background-color: rgb(17,192,133); }
div.DivClassName
{
background-color: #11C085;
}
.BgClassName
{
background-color: #11C085;
}
</style>
border-color css
<style>
span { border-color: #11C085; }
span { border-color: rgb(17,192,133); }
td.TdClassName
{
border-color: #11C085;
}
.TagClassName
{
border-color: #11C085;
}
</style>