Shades of Mountain Meadow #11C485
Tints of Mountain Meadow #11C485
RGB
CMYK
RGB Variations
Color information
#11C485 (or 0x11C485) is known color: Mountain Meadow. HEX triplet: 11, C4 and 85. RGB value is (17,196,133). Sum of RGB (Red+Green+Blue) = 17+196+133=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 196 (76.95% from 255 or 56.65% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 196 - color contains mainly: green. Hex color #11C485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C485 is #EE3B7A. Grayscale: #878787. Windows color (decimal): -15612795 or 8766481. OLE color: 8766481.
HSL color Cylindrical-coordinate representation of color #11C485: hue angle of 158.88º 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 #11C485 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 17 | 196 | 133 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.23 |
| HSL | 158.88º | 0.84% | 0.42% | - |
| HSV(B) | 158.88º | 0.91% | 0.77% | - |
| XYZ | 24.2 | 41.29 | 28.88 | - |
| YUV | 135.3 | 126.7 | 43.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 196 | 133 | 0.91 | 0 | 0.32 | 0.23 | 158.88 | 0.84 | 0.42 |
| Hex | 11 | C4 | 85 | 5B | 0 | 20 | 17 | 9F | 54 | 2A |
| Octal | 21 | 304 | 205 | 133 | 0 | 40 | 27 | 237 | 124 | 52 |
| Binary | 10001 | 11000100 | 10000101 | 1011011 | 0 | 100000 | 10111 | 10011111 | 1010100 | 101010 |
Color Harmonies of #11C485
Complementary color
Monochromatic Colors of #11C485
Black with #11C485
Text Example
Text Example
White with #11C485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C485; }
p { color: rgb(17,196,133); }
H1.HeaderClassName
{
color: #11C485;
}
.AnyTagClassName
{
color: #11C485;
}
</style>
background-color css
<style>
a { background-color: #11C485; }
a { background-color: rgb(17,196,133); }
div.DivClassName
{
background-color: #11C485;
}
.BgClassName
{
background-color: #11C485;
}
</style>
border-color css
<style>
span { border-color: #11C485; }
span { border-color: rgb(17,196,133); }
td.TdClassName
{
border-color: #11C485;
}
.TagClassName
{
border-color: #11C485;
}
</style>