Shades of Mountain Meadow #11BE7D
Tints of Mountain Meadow #11BE7D
RGB
CMYK
RGB Variations
Color information
#11BE7D (or 0x11BE7D) is known color: Mountain Meadow. HEX triplet: 11, BE and 7D. RGB value is (17,190,125). Sum of RGB (Red+Green+Blue) = 17+190+125=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #11BE7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BE7D is #EE4182. Grayscale: #828282. Windows color (decimal): -15614339 or 8240657. OLE color: 8240657.
HSL color Cylindrical-coordinate representation of color #11BE7D: hue angle of 157.46º 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 #11BE7D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 17 | 190 | 125 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.25 |
| HSL | 157.46º | 0.84% | 0.41% | - |
| HSV(B) | 157.46º | 0.91% | 0.75% | - |
| XYZ | 22.35 | 38.43 | 25.64 | - |
| YUV | 130.86 | 124.69 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 190 | 125 | 0.91 | 0 | 0.34 | 0.25 | 157.46 | 0.84 | 0.41 |
| Hex | 11 | BE | 7D | 5B | 0 | 22 | 19 | 9D | 54 | 29 |
| Octal | 21 | 276 | 175 | 133 | 0 | 42 | 31 | 235 | 124 | 51 |
| Binary | 10001 | 10111110 | 1111101 | 1011011 | 0 | 100010 | 11001 | 10011101 | 1010100 | 101001 |
Color Harmonies of #11BE7D
Complementary color
Monochromatic Colors of #11BE7D
Black with #11BE7D
Text Example
Text Example
White with #11BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BE7D; }
p { color: rgb(17,190,125); }
H1.HeaderClassName
{
color: #11BE7D;
}
.AnyTagClassName
{
color: #11BE7D;
}
</style>
background-color css
<style>
a { background-color: #11BE7D; }
a { background-color: rgb(17,190,125); }
div.DivClassName
{
background-color: #11BE7D;
}
.BgClassName
{
background-color: #11BE7D;
}
</style>
border-color css
<style>
span { border-color: #11BE7D; }
span { border-color: rgb(17,190,125); }
td.TdClassName
{
border-color: #11BE7D;
}
.TagClassName
{
border-color: #11BE7D;
}
</style>