Shades of Mountain Meadow #11BC75
Tints of Mountain Meadow #11BC75
RGB
CMYK
RGB Variations
Color information
#11BC75 (or 0x11BC75) is known color: Mountain Meadow. HEX triplet: 11, BC and 75. RGB value is (17,188,117). Sum of RGB (Red+Green+Blue) = 17+188+117=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BC75 is #EE438A. Grayscale: #808080. Windows color (decimal): -15614859 or 7715857. OLE color: 7715857.
HSL color Cylindrical-coordinate representation of color #11BC75: hue angle of 155.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BC75 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 188 | 117 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.26 |
| HSL | 155.09º | 0.83% | 0.4% | - |
| HSV(B) | 155.09º | 0.91% | 0.74% | - |
| XYZ | 21.43 | 37.37 | 22.91 | - |
| YUV | 128.78 | 121.35 | 48.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 188 | 117 | 0.91 | 0 | 0.38 | 0.26 | 155.09 | 0.83 | 0.4 |
| Hex | 11 | BC | 75 | 5B | 0 | 26 | 1A | 9B | 53 | 28 |
| Octal | 21 | 274 | 165 | 133 | 0 | 46 | 32 | 233 | 123 | 50 |
| Binary | 10001 | 10111100 | 1110101 | 1011011 | 0 | 100110 | 11010 | 10011011 | 1010011 | 101000 |
Color Harmonies of #11BC75
Complementary color
Monochromatic Colors of #11BC75
Black with #11BC75
Text Example
Text Example
White with #11BC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BC75; }
p { color: rgb(17,188,117); }
H1.HeaderClassName
{
color: #11BC75;
}
.AnyTagClassName
{
color: #11BC75;
}
</style>
background-color css
<style>
a { background-color: #11BC75; }
a { background-color: rgb(17,188,117); }
div.DivClassName
{
background-color: #11BC75;
}
.BgClassName
{
background-color: #11BC75;
}
</style>
border-color css
<style>
span { border-color: #11BC75; }
span { border-color: rgb(17,188,117); }
td.TdClassName
{
border-color: #11BC75;
}
.TagClassName
{
border-color: #11BC75;
}
</style>