Shades of Mountain Meadow #11CF75
Tints of Mountain Meadow #11CF75
RGB
CMYK
RGB Variations
Color information
#11CF75 (or 0x11CF75) is known color: Mountain Meadow. HEX triplet: 11, CF and 75. RGB value is (17,207,117). Sum of RGB (Red+Green+Blue) = 17+207+117=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #11CF75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11CF75 is #EE308A. Grayscale: #8C8C8C. Windows color (decimal): -15609995 or 7720721. OLE color: 7720721.
HSL color Cylindrical-coordinate representation of color #11CF75: hue angle of 151.58º 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 #11CF75 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 17 | 207 | 117 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.19 |
| HSL | 151.58º | 0.85% | 0.44% | - |
| HSV(B) | 151.58º | 0.92% | 0.81% | - |
| XYZ | 25.75 | 46.03 | 24.36 | - |
| YUV | 139.93 | 115.05 | 40.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 207 | 117 | 0.92 | 0 | 0.43 | 0.19 | 151.58 | 0.85 | 0.44 |
| Hex | 11 | CF | 75 | 5C | 0 | 2B | 13 | 98 | 55 | 2C |
| Octal | 21 | 317 | 165 | 134 | 0 | 53 | 23 | 230 | 125 | 54 |
| Binary | 10001 | 11001111 | 1110101 | 1011100 | 0 | 101011 | 10011 | 10011000 | 1010101 | 101100 |
Color Harmonies of #11CF75
Complementary color
Monochromatic Colors of #11CF75
Black with #11CF75
Text Example
Text Example
White with #11CF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CF75; }
p { color: rgb(17,207,117); }
H1.HeaderClassName
{
color: #11CF75;
}
.AnyTagClassName
{
color: #11CF75;
}
</style>
background-color css
<style>
a { background-color: #11CF75; }
a { background-color: rgb(17,207,117); }
div.DivClassName
{
background-color: #11CF75;
}
.BgClassName
{
background-color: #11CF75;
}
</style>
border-color css
<style>
span { border-color: #11CF75; }
span { border-color: rgb(17,207,117); }
td.TdClassName
{
border-color: #11CF75;
}
.TagClassName
{
border-color: #11CF75;
}
</style>