Shades of Mountain Meadow #1DB786
Tints of Mountain Meadow #1DB786
RGB
CMYK
RGB Variations
Color information
#1DB786 (or 0x1DB786) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 86. RGB value is (29,183,134). Sum of RGB (Red+Green+Blue) = 29+183+134=346 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.38% from 346); Green value is 183 (71.88% from 255 or 52.89% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB786 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB786 is #E24879. Grayscale: #838383. Windows color (decimal): -14829690 or 8828701. OLE color: 8828701.
HSL color Cylindrical-coordinate representation of color #1DB786: hue angle of 160.91º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB786 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 134 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.28 |
| HSL | 160.91º | 0.73% | 0.42% | - |
| HSV(B) | 160.91º | 0.84% | 0.72% | - |
| XYZ | 21.74 | 35.85 | 28.33 | - |
| YUV | 131.37 | 129.48 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 134 | 0.84 | 0 | 0.27 | 0.28 | 160.91 | 0.73 | 0.42 |
| Hex | 1D | B7 | 86 | 54 | 0 | 1B | 1C | A1 | 49 | 2A |
| Octal | 35 | 267 | 206 | 124 | 0 | 33 | 34 | 241 | 111 | 52 |
| Binary | 11101 | 10110111 | 10000110 | 1010100 | 0 | 11011 | 11100 | 10100001 | 1001001 | 101010 |
Color Harmonies of #1DB786
Complementary color
Monochromatic Colors of #1DB786
Black with #1DB786
Text Example
Text Example
White with #1DB786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB786; }
p { color: rgb(29,183,134); }
H1.HeaderClassName
{
color: #1DB786;
}
.AnyTagClassName
{
color: #1DB786;
}
</style>
background-color css
<style>
a { background-color: #1DB786; }
a { background-color: rgb(29,183,134); }
div.DivClassName
{
background-color: #1DB786;
}
.BgClassName
{
background-color: #1DB786;
}
</style>
border-color css
<style>
span { border-color: #1DB786; }
span { border-color: rgb(29,183,134); }
td.TdClassName
{
border-color: #1DB786;
}
.TagClassName
{
border-color: #1DB786;
}
</style>