Shades of Mountain Meadow #1DB17D
Tints of Mountain Meadow #1DB17D
RGB
CMYK
RGB Variations
Color information
#1DB17D (or 0x1DB17D) is known color: Mountain Meadow. HEX triplet: 1D, B1 and 7D. RGB value is (29,177,125). Sum of RGB (Red+Green+Blue) = 29+177+125=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB17D is #E24E82. Grayscale: #7E7E7E. Windows color (decimal): -14831235 or 8237341. OLE color: 8237341.
HSL color Cylindrical-coordinate representation of color #1DB17D: hue angle of 158.92º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB17D is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 125 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.31 |
| HSL | 158.92º | 0.72% | 0.4% | - |
| HSV(B) | 158.92º | 0.84% | 0.69% | - |
| XYZ | 19.93 | 33.19 | 24.76 | - |
| YUV | 126.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 125 | 0.84 | 0 | 0.29 | 0.31 | 158.92 | 0.72 | 0.4 |
| Hex | 1D | B1 | 7D | 54 | 0 | 1D | 1F | 9F | 48 | 28 |
| Octal | 35 | 261 | 175 | 124 | 0 | 35 | 37 | 237 | 110 | 50 |
| Binary | 11101 | 10110001 | 1111101 | 1010100 | 0 | 11101 | 11111 | 10011111 | 1001000 | 101000 |
Color Harmonies of #1DB17D
Complementary color
Monochromatic Colors of #1DB17D
Black with #1DB17D
Text Example
Text Example
White with #1DB17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB17D; }
p { color: rgb(29,177,125); }
H1.HeaderClassName
{
color: #1DB17D;
}
.AnyTagClassName
{
color: #1DB17D;
}
</style>
background-color css
<style>
a { background-color: #1DB17D; }
a { background-color: rgb(29,177,125); }
div.DivClassName
{
background-color: #1DB17D;
}
.BgClassName
{
background-color: #1DB17D;
}
</style>
border-color css
<style>
span { border-color: #1DB17D; }
span { border-color: rgb(29,177,125); }
td.TdClassName
{
border-color: #1DB17D;
}
.TagClassName
{
border-color: #1DB17D;
}
</style>