Shades of Mountain Meadow #1DB17F
Tints of Mountain Meadow #1DB17F
RGB
CMYK
RGB Variations
Color information
#1DB17F (or 0x1DB17F) is known color: Mountain Meadow. HEX triplet: 1D, B1 and 7F. RGB value is (29,177,127). Sum of RGB (Red+Green+Blue) = 29+177+127=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 177 (69.53% from 255 or 53.15% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB17F is #E24E80. Grayscale: #7F7F7F. Windows color (decimal): -14831233 or 8368413. OLE color: 8368413.
HSL color Cylindrical-coordinate representation of color #1DB17F: hue angle of 159.73º 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 #1DB17F is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 127 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.31 |
| HSL | 159.73º | 0.72% | 0.4% | - |
| HSV(B) | 159.73º | 0.84% | 0.69% | - |
| XYZ | 20.06 | 33.24 | 25.44 | - |
| YUV | 127.05 | 127.97 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 127 | 0.84 | 0 | 0.28 | 0.31 | 159.73 | 0.72 | 0.4 |
| Hex | 1D | B1 | 7F | 54 | 0 | 1C | 1F | A0 | 48 | 28 |
| Octal | 35 | 261 | 177 | 124 | 0 | 34 | 37 | 240 | 110 | 50 |
| Binary | 11101 | 10110001 | 1111111 | 1010100 | 0 | 11100 | 11111 | 10100000 | 1001000 | 101000 |
Color Harmonies of #1DB17F
Complementary color
Monochromatic Colors of #1DB17F
Black with #1DB17F
Text Example
Text Example
White with #1DB17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB17F; }
p { color: rgb(29,177,127); }
H1.HeaderClassName
{
color: #1DB17F;
}
.AnyTagClassName
{
color: #1DB17F;
}
</style>
background-color css
<style>
a { background-color: #1DB17F; }
a { background-color: rgb(29,177,127); }
div.DivClassName
{
background-color: #1DB17F;
}
.BgClassName
{
background-color: #1DB17F;
}
</style>
border-color css
<style>
span { border-color: #1DB17F; }
span { border-color: rgb(29,177,127); }
td.TdClassName
{
border-color: #1DB17F;
}
.TagClassName
{
border-color: #1DB17F;
}
</style>