Shades of Mountain Meadow #1DBB77
Tints of Mountain Meadow #1DBB77
RGB
CMYK
RGB Variations
Color information
#1DBB77 (or 0x1DBB77) is known color: Mountain Meadow. HEX triplet: 1D, BB and 77. RGB value is (29,187,119). Sum of RGB (Red+Green+Blue) = 29+187+119=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 187 (73.44% from 255 or 55.82% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBB77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBB77 is #E24488. Grayscale: #848484. Windows color (decimal): -14828681 or 7846685. OLE color: 7846685.
HSL color Cylindrical-coordinate representation of color #1DBB77: hue angle of 154.18º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBB77 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 187 | 119 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.27 |
| HSL | 154.18º | 0.73% | 0.42% | - |
| HSV(B) | 154.18º | 0.84% | 0.73% | - |
| XYZ | 21.61 | 37.13 | 23.48 | - |
| YUV | 132.01 | 120.65 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 187 | 119 | 0.84 | 0 | 0.36 | 0.27 | 154.18 | 0.73 | 0.42 |
| Hex | 1D | BB | 77 | 54 | 0 | 24 | 1B | 9A | 49 | 2A |
| Octal | 35 | 273 | 167 | 124 | 0 | 44 | 33 | 232 | 111 | 52 |
| Binary | 11101 | 10111011 | 1110111 | 1010100 | 0 | 100100 | 11011 | 10011010 | 1001001 | 101010 |
Color Harmonies of #1DBB77
Complementary color
Monochromatic Colors of #1DBB77
Black with #1DBB77
Text Example
Text Example
White with #1DBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBB77; }
p { color: rgb(29,187,119); }
H1.HeaderClassName
{
color: #1DBB77;
}
.AnyTagClassName
{
color: #1DBB77;
}
</style>
background-color css
<style>
a { background-color: #1DBB77; }
a { background-color: rgb(29,187,119); }
div.DivClassName
{
background-color: #1DBB77;
}
.BgClassName
{
background-color: #1DBB77;
}
</style>
border-color css
<style>
span { border-color: #1DBB77; }
span { border-color: rgb(29,187,119); }
td.TdClassName
{
border-color: #1DBB77;
}
.TagClassName
{
border-color: #1DBB77;
}
</style>