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