Shades of Mountain Meadow #11BD81
Tints of Mountain Meadow #11BD81
RGB
CMYK
RGB Variations
Color information
#11BD81 (or 0x11BD81) is known color: Mountain Meadow. HEX triplet: 11, BD and 81. RGB value is (17,189,129). Sum of RGB (Red+Green+Blue) = 17+189+129=335 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.07% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BD81 is #EE427E. Grayscale: #828282. Windows color (decimal): -15614591 or 8502545. OLE color: 8502545.
HSL color Cylindrical-coordinate representation of color #11BD81: hue angle of 159.07º 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 #11BD81 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 189 | 129 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.26 |
| HSL | 159.07º | 0.83% | 0.4% | - |
| HSV(B) | 159.07º | 0.91% | 0.74% | - |
| XYZ | 22.39 | 38.1 | 26.94 | - |
| YUV | 130.73 | 127.02 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 189 | 129 | 0.91 | 0 | 0.32 | 0.26 | 159.07 | 0.83 | 0.4 |
| Hex | 11 | BD | 81 | 5B | 0 | 20 | 1A | 9F | 53 | 28 |
| Octal | 21 | 275 | 201 | 133 | 0 | 40 | 32 | 237 | 123 | 50 |
| Binary | 10001 | 10111101 | 10000001 | 1011011 | 0 | 100000 | 11010 | 10011111 | 1010011 | 101000 |
Color Harmonies of #11BD81
Complementary color
Monochromatic Colors of #11BD81
Black with #11BD81
Text Example
Text Example
White with #11BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BD81; }
p { color: rgb(17,189,129); }
H1.HeaderClassName
{
color: #11BD81;
}
.AnyTagClassName
{
color: #11BD81;
}
</style>
background-color css
<style>
a { background-color: #11BD81; }
a { background-color: rgb(17,189,129); }
div.DivClassName
{
background-color: #11BD81;
}
.BgClassName
{
background-color: #11BD81;
}
</style>
border-color css
<style>
span { border-color: #11BD81; }
span { border-color: rgb(17,189,129); }
td.TdClassName
{
border-color: #11BD81;
}
.TagClassName
{
border-color: #11BD81;
}
</style>