Shades of Mountain Meadow #11C380
Tints of Mountain Meadow #11C380
RGB
CMYK
RGB Variations
Color information
#11C380 (or 0x11C380) is known color: Mountain Meadow. HEX triplet: 11, C3 and 80. RGB value is (17,195,128). Sum of RGB (Red+Green+Blue) = 17+195+128=340 (45% of max value = 765). Red value is 17 (7.03% from 255 or 5% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #11C380 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11C380 is #EE3C7F. Grayscale: #868686. Windows color (decimal): -15613056 or 8438545. OLE color: 8438545.
HSL color Cylindrical-coordinate representation of color #11C380: hue angle of 157.42º 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 #11C380 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 17 | 195 | 128 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.24 |
| HSL | 157.42º | 0.84% | 0.42% | - |
| HSV(B) | 157.42º | 0.91% | 0.76% | - |
| XYZ | 23.64 | 40.71 | 27.03 | - |
| YUV | 134.14 | 124.53 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 195 | 128 | 0.91 | 0 | 0.34 | 0.24 | 157.42 | 0.84 | 0.42 |
| Hex | 11 | C3 | 80 | 5B | 0 | 22 | 18 | 9D | 54 | 2A |
| Octal | 21 | 303 | 200 | 133 | 0 | 42 | 30 | 235 | 124 | 52 |
| Binary | 10001 | 11000011 | 10000000 | 1011011 | 0 | 100010 | 11000 | 10011101 | 1010100 | 101010 |
Color Harmonies of #11C380
Complementary color
Monochromatic Colors of #11C380
Black with #11C380
Text Example
Text Example
White with #11C380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11C380; }
p { color: rgb(17,195,128); }
H1.HeaderClassName
{
color: #11C380;
}
.AnyTagClassName
{
color: #11C380;
}
</style>
background-color css
<style>
a { background-color: #11C380; }
a { background-color: rgb(17,195,128); }
div.DivClassName
{
background-color: #11C380;
}
.BgClassName
{
background-color: #11C380;
}
</style>
border-color css
<style>
span { border-color: #11C380; }
span { border-color: rgb(17,195,128); }
td.TdClassName
{
border-color: #11C380;
}
.TagClassName
{
border-color: #11C380;
}
</style>