Shades of Mountain Meadow #11CE82
Tints of Mountain Meadow #11CE82
RGB
CMYK
RGB Variations
Color information
#11CE82 (or 0x11CE82) is known color: Mountain Meadow. HEX triplet: 11, CE and 82. RGB value is (17,206,130). Sum of RGB (Red+Green+Blue) = 17+206+130=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #11CE82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CE82 is #EE317D. Grayscale: #8C8C8C. Windows color (decimal): -15610238 or 8572433. OLE color: 8572433.
HSL color Cylindrical-coordinate representation of color #11CE82: hue angle of 155.87º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CE82 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 206 | 130 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.19 |
| HSL | 155.87º | 0.85% | 0.44% | - |
| HSV(B) | 155.87º | 0.92% | 0.81% | - |
| XYZ | 26.33 | 45.87 | 28.59 | - |
| YUV | 140.83 | 121.88 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 206 | 130 | 0.92 | 0 | 0.37 | 0.19 | 155.87 | 0.85 | 0.44 |
| Hex | 11 | CE | 82 | 5C | 0 | 25 | 13 | 9C | 55 | 2C |
| Octal | 21 | 316 | 202 | 134 | 0 | 45 | 23 | 234 | 125 | 54 |
| Binary | 10001 | 11001110 | 10000010 | 1011100 | 0 | 100101 | 10011 | 10011100 | 1010101 | 101100 |
Color Harmonies of #11CE82
Complementary color
Monochromatic Colors of #11CE82
Black with #11CE82
Text Example
Text Example
White with #11CE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CE82; }
p { color: rgb(17,206,130); }
H1.HeaderClassName
{
color: #11CE82;
}
.AnyTagClassName
{
color: #11CE82;
}
</style>
background-color css
<style>
a { background-color: #11CE82; }
a { background-color: rgb(17,206,130); }
div.DivClassName
{
background-color: #11CE82;
}
.BgClassName
{
background-color: #11CE82;
}
</style>
border-color css
<style>
span { border-color: #11CE82; }
span { border-color: rgb(17,206,130); }
td.TdClassName
{
border-color: #11CE82;
}
.TagClassName
{
border-color: #11CE82;
}
</style>