Shades of Mountain Meadow #1DB47D
Tints of Mountain Meadow #1DB47D
RGB
CMYK
RGB Variations
Color information
#1DB47D (or 0x1DB47D) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 7D. RGB value is (29,180,125). Sum of RGB (Red+Green+Blue) = 29+180+125=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB47D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB47D is #E24B82. Grayscale: #808080. Windows color (decimal): -14830467 or 8238109. OLE color: 8238109.
HSL color Cylindrical-coordinate representation of color #1DB47D: hue angle of 158.15º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB47D is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 125 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.29 |
| HSL | 158.15º | 0.72% | 0.41% | - |
| HSV(B) | 158.15º | 0.84% | 0.71% | - |
| XYZ | 20.53 | 34.38 | 24.96 | - |
| YUV | 128.58 | 125.97 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 125 | 0.84 | 0 | 0.31 | 0.29 | 158.15 | 0.72 | 0.41 |
| Hex | 1D | B4 | 7D | 54 | 0 | 1F | 1D | 9E | 48 | 29 |
| Octal | 35 | 264 | 175 | 124 | 0 | 37 | 35 | 236 | 110 | 51 |
| Binary | 11101 | 10110100 | 1111101 | 1010100 | 0 | 11111 | 11101 | 10011110 | 1001000 | 101001 |
Color Harmonies of #1DB47D
Complementary color
Monochromatic Colors of #1DB47D
Black with #1DB47D
Text Example
Text Example
White with #1DB47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB47D; }
p { color: rgb(29,180,125); }
H1.HeaderClassName
{
color: #1DB47D;
}
.AnyTagClassName
{
color: #1DB47D;
}
</style>
background-color css
<style>
a { background-color: #1DB47D; }
a { background-color: rgb(29,180,125); }
div.DivClassName
{
background-color: #1DB47D;
}
.BgClassName
{
background-color: #1DB47D;
}
</style>
border-color css
<style>
span { border-color: #1DB47D; }
span { border-color: rgb(29,180,125); }
td.TdClassName
{
border-color: #1DB47D;
}
.TagClassName
{
border-color: #1DB47D;
}
</style>