Shades of Mountain Meadow #1DB37F
Tints of Mountain Meadow #1DB37F
RGB
CMYK
RGB Variations
Color information
#1DB37F (or 0x1DB37F) is known color: Mountain Meadow. HEX triplet: 1D, B3 and 7F. RGB value is (29,179,127). Sum of RGB (Red+Green+Blue) = 29+179+127=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB37F is #E24C80. Grayscale: #808080. Windows color (decimal): -14830721 or 8368925. OLE color: 8368925.
HSL color Cylindrical-coordinate representation of color #1DB37F: hue angle of 159.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB37F is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 127 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.30 |
| HSL | 159.2º | 0.72% | 0.41% | - |
| HSV(B) | 159.2º | 0.84% | 0.7% | - |
| XYZ | 20.46 | 34.03 | 25.57 | - |
| YUV | 128.22 | 127.31 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 127 | 0.84 | 0 | 0.29 | 0.30 | 159.2 | 0.72 | 0.41 |
| Hex | 1D | B3 | 7F | 54 | 0 | 1D | 1E | 9F | 48 | 29 |
| Octal | 35 | 263 | 177 | 124 | 0 | 35 | 36 | 237 | 110 | 51 |
| Binary | 11101 | 10110011 | 1111111 | 1010100 | 0 | 11101 | 11110 | 10011111 | 1001000 | 101001 |
Color Harmonies of #1DB37F
Complementary color
Monochromatic Colors of #1DB37F
Black with #1DB37F
Text Example
Text Example
White with #1DB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB37F; }
p { color: rgb(29,179,127); }
H1.HeaderClassName
{
color: #1DB37F;
}
.AnyTagClassName
{
color: #1DB37F;
}
</style>
background-color css
<style>
a { background-color: #1DB37F; }
a { background-color: rgb(29,179,127); }
div.DivClassName
{
background-color: #1DB37F;
}
.BgClassName
{
background-color: #1DB37F;
}
</style>
border-color css
<style>
span { border-color: #1DB37F; }
span { border-color: rgb(29,179,127); }
td.TdClassName
{
border-color: #1DB37F;
}
.TagClassName
{
border-color: #1DB37F;
}
</style>