Shades of Mountain Meadow #11CD74
Tints of Mountain Meadow #11CD74
RGB
CMYK
RGB Variations
Color information
#11CD74 (or 0x11CD74) is known color: Mountain Meadow. HEX triplet: 11, CD and 74. RGB value is (17,205,116). Sum of RGB (Red+Green+Blue) = 17+205+116=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #11CD74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11CD74 is #EE328B. Grayscale: #8A8A8A. Windows color (decimal): -15610508 or 7654673. OLE color: 7654673.
HSL color Cylindrical-coordinate representation of color #11CD74: hue angle of 151.6º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11CD74 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 17 | 205 | 116 | - |
| CMYK | 0.92 | 0 | 0.43 | 0.20 |
| HSL | 151.6º | 0.85% | 0.44% | - |
| HSV(B) | 151.6º | 0.92% | 0.8% | - |
| XYZ | 25.21 | 45.04 | 23.89 | - |
| YUV | 138.64 | 115.22 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 205 | 116 | 0.92 | 0 | 0.43 | 0.20 | 151.6 | 0.85 | 0.44 |
| Hex | 11 | CD | 74 | 5C | 0 | 2B | 14 | 98 | 55 | 2C |
| Octal | 21 | 315 | 164 | 134 | 0 | 53 | 24 | 230 | 125 | 54 |
| Binary | 10001 | 11001101 | 1110100 | 1011100 | 0 | 101011 | 10100 | 10011000 | 1010101 | 101100 |
Color Harmonies of #11CD74
Complementary color
Monochromatic Colors of #11CD74
Black with #11CD74
Text Example
Text Example
White with #11CD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11CD74; }
p { color: rgb(17,205,116); }
H1.HeaderClassName
{
color: #11CD74;
}
.AnyTagClassName
{
color: #11CD74;
}
</style>
background-color css
<style>
a { background-color: #11CD74; }
a { background-color: rgb(17,205,116); }
div.DivClassName
{
background-color: #11CD74;
}
.BgClassName
{
background-color: #11CD74;
}
</style>
border-color css
<style>
span { border-color: #11CD74; }
span { border-color: rgb(17,205,116); }
td.TdClassName
{
border-color: #11CD74;
}
.TagClassName
{
border-color: #11CD74;
}
</style>