Shades of Mountain Meadow #1DB77F
Tints of Mountain Meadow #1DB77F
RGB
CMYK
RGB Variations
Color information
#1DB77F (or 0x1DB77F) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 7F. RGB value is (29,183,127). Sum of RGB (Red+Green+Blue) = 29+183+127=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB77F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB77F is #E24880. Grayscale: #828282. Windows color (decimal): -14829697 or 8369949. OLE color: 8369949.
HSL color Cylindrical-coordinate representation of color #1DB77F: hue angle of 158.18º 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 #1DB77F is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 127 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.28 |
| HSL | 158.18º | 0.73% | 0.42% | - |
| HSV(B) | 158.18º | 0.84% | 0.72% | - |
| XYZ | 21.27 | 35.66 | 25.84 | - |
| YUV | 130.57 | 125.98 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 127 | 0.84 | 0 | 0.31 | 0.28 | 158.18 | 0.73 | 0.42 |
| Hex | 1D | B7 | 7F | 54 | 0 | 1F | 1C | 9E | 49 | 2A |
| Octal | 35 | 267 | 177 | 124 | 0 | 37 | 34 | 236 | 111 | 52 |
| Binary | 11101 | 10110111 | 1111111 | 1010100 | 0 | 11111 | 11100 | 10011110 | 1001001 | 101010 |
Color Harmonies of #1DB77F
Complementary color
Monochromatic Colors of #1DB77F
Black with #1DB77F
Text Example
Text Example
White with #1DB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB77F; }
p { color: rgb(29,183,127); }
H1.HeaderClassName
{
color: #1DB77F;
}
.AnyTagClassName
{
color: #1DB77F;
}
</style>
background-color css
<style>
a { background-color: #1DB77F; }
a { background-color: rgb(29,183,127); }
div.DivClassName
{
background-color: #1DB77F;
}
.BgClassName
{
background-color: #1DB77F;
}
</style>
border-color css
<style>
span { border-color: #1DB77F; }
span { border-color: rgb(29,183,127); }
td.TdClassName
{
border-color: #1DB77F;
}
.TagClassName
{
border-color: #1DB77F;
}
</style>