Shades of Mountain Meadow #1DBD7E
Tints of Mountain Meadow #1DBD7E
RGB
CMYK
RGB Variations
Color information
#1DBD7E (or 0x1DBD7E) is known color: Mountain Meadow. HEX triplet: 1D, BD and 7E. RGB value is (29,189,126). Sum of RGB (Red+Green+Blue) = 29+189+126=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 189 (74.22% from 255 or 54.94% from 344); Blue value is 126 (49.61% from 255 or 36.63% from 344); Max value from RGB is 189 - color contains mainly: green. Hex color #1DBD7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBD7E is #E24281. Grayscale: #868686. Windows color (decimal): -14828162 or 8305949. OLE color: 8305949.
HSL color Cylindrical-coordinate representation of color #1DBD7E: hue angle of 156.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBD7E is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 189 | 126 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.26 |
| HSL | 156.38º | 0.73% | 0.43% | - |
| HSV(B) | 156.38º | 0.85% | 0.74% | - |
| XYZ | 22.47 | 38.16 | 25.92 | - |
| YUV | 133.98 | 123.49 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 189 | 126 | 0.85 | 0 | 0.33 | 0.26 | 156.38 | 0.73 | 0.43 |
| Hex | 1D | BD | 7E | 55 | 0 | 21 | 1A | 9C | 49 | 2B |
| Octal | 35 | 275 | 176 | 125 | 0 | 41 | 32 | 234 | 111 | 53 |
| Binary | 11101 | 10111101 | 1111110 | 1010101 | 0 | 100001 | 11010 | 10011100 | 1001001 | 101011 |
Color Harmonies of #1DBD7E
Complementary color
Monochromatic Colors of #1DBD7E
Black with #1DBD7E
Text Example
Text Example
White with #1DBD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBD7E; }
p { color: rgb(29,189,126); }
H1.HeaderClassName
{
color: #1DBD7E;
}
.AnyTagClassName
{
color: #1DBD7E;
}
</style>
background-color css
<style>
a { background-color: #1DBD7E; }
a { background-color: rgb(29,189,126); }
div.DivClassName
{
background-color: #1DBD7E;
}
.BgClassName
{
background-color: #1DBD7E;
}
</style>
border-color css
<style>
span { border-color: #1DBD7E; }
span { border-color: rgb(29,189,126); }
td.TdClassName
{
border-color: #1DBD7E;
}
.TagClassName
{
border-color: #1DBD7E;
}
</style>