Shades of Mountain Meadow #11CF83
Tints of Mountain Meadow #11CF83
RGB
CMYK
RGB Variations
Color information
#11CF83 (or 0x11CF83) is known color: Mountain Meadow. HEX triplet: 11, CF and 83. RGB value is (17,207,131). Sum of RGB (Red+Green+Blue) = 17+207+131=355 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.79% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11CF83 is #EE307C. Grayscale: #8D8D8D. Windows color (decimal): -15609981 or 8638225. OLE color: 8638225.
HSL color Cylindrical-coordinate representation of color #11CF83: hue angle of 156º 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 #11CF83 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 131 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.19 |
| HSL | 156º | 0.85% | 0.44% | - |
| HSV(B) | 156º | 0.92% | 0.81% | - |
| XYZ | 26.64 | 46.38 | 29.02 | - |
| YUV | 141.53 | 122.05 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 131 | 0.92 | 0 | 0.37 | 0.19 | 156 | 0.85 | 0.44 |
| Hex | 11 | CF | 83 | 5C | 0 | 25 | 13 | 9C | 55 | 2C |
| Octal | 21 | 317 | 203 | 134 | 0 | 45 | 23 | 234 | 125 | 54 |
| Binary | 10001 | 11001111 | 10000011 | 1011100 | 0 | 100101 | 10011 | 10011100 | 1010101 | 101100 |
Color Harmonies of #11CF83
Complementary color
Monochromatic Colors of #11CF83
Black with #11CF83
Text Example
Text Example
White with #11CF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CF83; }
p { color: rgb(17,207,131); }
H1.HeaderClassName
{
color: #11CF83;
}
.AnyTagClassName
{
color: #11CF83;
}
</style>
background-color css
<style>
a { background-color: #11CF83; }
a { background-color: rgb(17,207,131); }
div.DivClassName
{
background-color: #11CF83;
}
.BgClassName
{
background-color: #11CF83;
}
</style>
border-color css
<style>
span { border-color: #11CF83; }
span { border-color: rgb(17,207,131); }
td.TdClassName
{
border-color: #11CF83;
}
.TagClassName
{
border-color: #11CF83;
}
</style>