Shades of Mountain Meadow #1DB67E
Tints of Mountain Meadow #1DB67E
RGB
CMYK
RGB Variations
Color information
#1DB67E (or 0x1DB67E) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 7E. RGB value is (29,182,126). Sum of RGB (Red+Green+Blue) = 29+182+126=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 182 (71.48% from 255 or 54.01% from 337); Blue value is 126 (49.61% from 255 or 37.39% from 337); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB67E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB67E is #E24981. Grayscale: #818181. Windows color (decimal): -14829954 or 8304157. OLE color: 8304157.
HSL color Cylindrical-coordinate representation of color #1DB67E: hue angle of 158.04º 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 #1DB67E is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 126 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.29 |
| HSL | 158.04º | 0.73% | 0.41% | - |
| HSV(B) | 158.04º | 0.84% | 0.71% | - |
| XYZ | 21 | 35.22 | 25.43 | - |
| YUV | 129.87 | 125.81 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 126 | 0.84 | 0 | 0.31 | 0.29 | 158.04 | 0.73 | 0.41 |
| Hex | 1D | B6 | 7E | 54 | 0 | 1F | 1D | 9E | 49 | 29 |
| Octal | 35 | 266 | 176 | 124 | 0 | 37 | 35 | 236 | 111 | 51 |
| Binary | 11101 | 10110110 | 1111110 | 1010100 | 0 | 11111 | 11101 | 10011110 | 1001001 | 101001 |
Color Harmonies of #1DB67E
Complementary color
Monochromatic Colors of #1DB67E
Black with #1DB67E
Text Example
Text Example
White with #1DB67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB67E; }
p { color: rgb(29,182,126); }
H1.HeaderClassName
{
color: #1DB67E;
}
.AnyTagClassName
{
color: #1DB67E;
}
</style>
background-color css
<style>
a { background-color: #1DB67E; }
a { background-color: rgb(29,182,126); }
div.DivClassName
{
background-color: #1DB67E;
}
.BgClassName
{
background-color: #1DB67E;
}
</style>
border-color css
<style>
span { border-color: #1DB67E; }
span { border-color: rgb(29,182,126); }
td.TdClassName
{
border-color: #1DB67E;
}
.TagClassName
{
border-color: #1DB67E;
}
</style>