Shades of Mountain Meadow #11BD71
Tints of Mountain Meadow #11BD71
RGB
CMYK
RGB Variations
Color information
#11BD71 (or 0x11BD71) is known color: Mountain Meadow. HEX triplet: 11, BD and 71. RGB value is (17,189,113). Sum of RGB (Red+Green+Blue) = 17+189+113=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD71 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BD71 is #EE428E. Grayscale: #818181. Windows color (decimal): -15614607 or 7453969. OLE color: 7453969.
HSL color Cylindrical-coordinate representation of color #11BD71: hue angle of 153.49º 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 #11BD71 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 113 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.26 |
| HSL | 153.49º | 0.83% | 0.4% | - |
| HSV(B) | 153.49º | 0.91% | 0.74% | - |
| XYZ | 21.41 | 37.71 | 21.77 | - |
| YUV | 128.91 | 119.02 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 113 | 0.91 | 0 | 0.40 | 0.26 | 153.49 | 0.83 | 0.4 |
| Hex | 11 | BD | 71 | 5B | 0 | 28 | 1A | 99 | 53 | 28 |
| Octal | 21 | 275 | 161 | 133 | 0 | 50 | 32 | 231 | 123 | 50 |
| Binary | 10001 | 10111101 | 1110001 | 1011011 | 0 | 101000 | 11010 | 10011001 | 1010011 | 101000 |
Color Harmonies of #11BD71
Complementary color
Monochromatic Colors of #11BD71
Black with #11BD71
Text Example
Text Example
White with #11BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD71; }
p { color: rgb(17,189,113); }
H1.HeaderClassName
{
color: #11BD71;
}
.AnyTagClassName
{
color: #11BD71;
}
</style>
background-color css
<style>
a { background-color: #11BD71; }
a { background-color: rgb(17,189,113); }
div.DivClassName
{
background-color: #11BD71;
}
.BgClassName
{
background-color: #11BD71;
}
</style>
border-color css
<style>
span { border-color: #11BD71; }
span { border-color: rgb(17,189,113); }
td.TdClassName
{
border-color: #11BD71;
}
.TagClassName
{
border-color: #11BD71;
}
</style>