Shades of Mountain Meadow #1DB67D
Tints of Mountain Meadow #1DB67D
RGB
CMYK
RGB Variations
Color information
#1DB67D (or 0x1DB67D) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 7D. RGB value is (29,182,125). Sum of RGB (Red+Green+Blue) = 29+182+125=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB67D is #E24982. Grayscale: #818181. Windows color (decimal): -14829955 or 8238621. OLE color: 8238621.
HSL color Cylindrical-coordinate representation of color #1DB67D: hue angle of 157.65º degrees, saturation: 0.73, 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 #1DB67D is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 125 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.29 |
| HSL | 157.65º | 0.73% | 0.41% | - |
| HSV(B) | 157.65º | 0.84% | 0.71% | - |
| XYZ | 20.94 | 35.2 | 25.09 | - |
| YUV | 129.76 | 125.31 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 125 | 0.84 | 0 | 0.31 | 0.29 | 157.65 | 0.73 | 0.41 |
| Hex | 1D | B6 | 7D | 54 | 0 | 1F | 1D | 9E | 49 | 29 |
| Octal | 35 | 266 | 175 | 124 | 0 | 37 | 35 | 236 | 111 | 51 |
| Binary | 11101 | 10110110 | 1111101 | 1010100 | 0 | 11111 | 11101 | 10011110 | 1001001 | 101001 |
Color Harmonies of #1DB67D
Complementary color
Monochromatic Colors of #1DB67D
Black with #1DB67D
Text Example
Text Example
White with #1DB67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB67D; }
p { color: rgb(29,182,125); }
H1.HeaderClassName
{
color: #1DB67D;
}
.AnyTagClassName
{
color: #1DB67D;
}
</style>
background-color css
<style>
a { background-color: #1DB67D; }
a { background-color: rgb(29,182,125); }
div.DivClassName
{
background-color: #1DB67D;
}
.BgClassName
{
background-color: #1DB67D;
}
</style>
border-color css
<style>
span { border-color: #1DB67D; }
span { border-color: rgb(29,182,125); }
td.TdClassName
{
border-color: #1DB67D;
}
.TagClassName
{
border-color: #1DB67D;
}
</style>