Shades of Mountain Meadow #1DB97F
Tints of Mountain Meadow #1DB97F
RGB
CMYK
RGB Variations
Color information
#1DB97F (or 0x1DB97F) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 7F. RGB value is (29,185,127). Sum of RGB (Red+Green+Blue) = 29+185+127=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB97F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB97F is #E24680. Grayscale: #838383. Windows color (decimal): -14829185 or 8370461. OLE color: 8370461.
HSL color Cylindrical-coordinate representation of color #1DB97F: hue angle of 157.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB97F is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 127 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.27 |
| HSL | 157.69º | 0.73% | 0.42% | - |
| HSV(B) | 157.69º | 0.84% | 0.73% | - |
| XYZ | 21.69 | 36.49 | 25.98 | - |
| YUV | 131.74 | 125.32 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 127 | 0.84 | 0 | 0.31 | 0.27 | 157.69 | 0.73 | 0.42 |
| Hex | 1D | B9 | 7F | 54 | 0 | 1F | 1B | 9E | 49 | 2A |
| Octal | 35 | 271 | 177 | 124 | 0 | 37 | 33 | 236 | 111 | 52 |
| Binary | 11101 | 10111001 | 1111111 | 1010100 | 0 | 11111 | 11011 | 10011110 | 1001001 | 101010 |
Color Harmonies of #1DB97F
Complementary color
Monochromatic Colors of #1DB97F
Black with #1DB97F
Text Example
Text Example
White with #1DB97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB97F; }
p { color: rgb(29,185,127); }
H1.HeaderClassName
{
color: #1DB97F;
}
.AnyTagClassName
{
color: #1DB97F;
}
</style>
background-color css
<style>
a { background-color: #1DB97F; }
a { background-color: rgb(29,185,127); }
div.DivClassName
{
background-color: #1DB97F;
}
.BgClassName
{
background-color: #1DB97F;
}
</style>
border-color css
<style>
span { border-color: #1DB97F; }
span { border-color: rgb(29,185,127); }
td.TdClassName
{
border-color: #1DB97F;
}
.TagClassName
{
border-color: #1DB97F;
}
</style>