Shades of Mountain Meadow #11C375
Tints of Mountain Meadow #11C375
RGB
CMYK
RGB Variations
Color information
#11C375 (or 0x11C375) is known color: Mountain Meadow. HEX triplet: 11, C3 and 75. RGB value is (17,195,117). Sum of RGB (Red+Green+Blue) = 17+195+117=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #11C375 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C375 is #EE3C8A. Grayscale: #858585. Windows color (decimal): -15613067 or 7717649. OLE color: 7717649.
HSL color Cylindrical-coordinate representation of color #11C375: hue angle of 153.71º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C375 is Cyan = 0.91, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 117 | - |
| CMYK | 0.91 | 0 | 0.4 | 0.24 |
| HSL | 153.71º | 0.84% | 0.42% | - |
| HSV(B) | 153.71º | 0.91% | 0.76% | - |
| XYZ | 22.96 | 40.43 | 23.42 | - |
| YUV | 132.89 | 119.03 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 117 | 0.91 | 0 | 0.4 | 0.24 | 153.71 | 0.84 | 0.42 |
| Hex | 11 | C3 | 75 | 5B | 0 | 28 | 18 | 9A | 54 | 2A |
| Octal | 21 | 303 | 165 | 133 | 0 | 50 | 30 | 232 | 124 | 52 |
| Binary | 10001 | 11000011 | 1110101 | 1011011 | 0 | 101000 | 11000 | 10011010 | 1010100 | 101010 |
Color Harmonies of #11C375
Complementary color
Monochromatic Colors of #11C375
Black with #11C375
Text Example
Text Example
White with #11C375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C375; }
p { color: rgb(17,195,117); }
H1.HeaderClassName
{
color: #11C375;
}
.AnyTagClassName
{
color: #11C375;
}
</style>
background-color css
<style>
a { background-color: #11C375; }
a { background-color: rgb(17,195,117); }
div.DivClassName
{
background-color: #11C375;
}
.BgClassName
{
background-color: #11C375;
}
</style>
border-color css
<style>
span { border-color: #11C375; }
span { border-color: rgb(17,195,117); }
td.TdClassName
{
border-color: #11C375;
}
.TagClassName
{
border-color: #11C375;
}
</style>