Shades of Mountain Meadow #1DB77D
Tints of Mountain Meadow #1DB77D
RGB
CMYK
RGB Variations
Color information
#1DB77D (or 0x1DB77D) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 7D. RGB value is (29,183,125). Sum of RGB (Red+Green+Blue) = 29+183+125=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB77D is #E24882. Grayscale: #828282. Windows color (decimal): -14829699 or 8238877. OLE color: 8238877.
HSL color Cylindrical-coordinate representation of color #1DB77D: hue angle of 157.4º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB77D is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 125 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.28 |
| HSL | 157.4º | 0.73% | 0.42% | - |
| HSV(B) | 157.4º | 0.84% | 0.72% | - |
| XYZ | 21.14 | 35.61 | 25.16 | - |
| YUV | 130.34 | 124.98 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 125 | 0.84 | 0 | 0.32 | 0.28 | 157.4 | 0.73 | 0.42 |
| Hex | 1D | B7 | 7D | 54 | 0 | 20 | 1C | 9D | 49 | 2A |
| Octal | 35 | 267 | 175 | 124 | 0 | 40 | 34 | 235 | 111 | 52 |
| Binary | 11101 | 10110111 | 1111101 | 1010100 | 0 | 100000 | 11100 | 10011101 | 1001001 | 101010 |
Color Harmonies of #1DB77D
Complementary color
Monochromatic Colors of #1DB77D
Black with #1DB77D
Text Example
Text Example
White with #1DB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB77D; }
p { color: rgb(29,183,125); }
H1.HeaderClassName
{
color: #1DB77D;
}
.AnyTagClassName
{
color: #1DB77D;
}
</style>
background-color css
<style>
a { background-color: #1DB77D; }
a { background-color: rgb(29,183,125); }
div.DivClassName
{
background-color: #1DB77D;
}
.BgClassName
{
background-color: #1DB77D;
}
</style>
border-color css
<style>
span { border-color: #1DB77D; }
span { border-color: rgb(29,183,125); }
td.TdClassName
{
border-color: #1DB77D;
}
.TagClassName
{
border-color: #1DB77D;
}
</style>