Shades of Mountain Meadow #1DBC76
Tints of Mountain Meadow #1DBC76
RGB
CMYK
RGB Variations
Color information
#1DBC76 (or 0x1DBC76) is known color: Mountain Meadow. HEX triplet: 1D, BC and 76. RGB value is (29,188,118). Sum of RGB (Red+Green+Blue) = 29+188+118=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBC76 is #E24389. Grayscale: #848484. Windows color (decimal): -14828426 or 7781405. OLE color: 7781405.
HSL color Cylindrical-coordinate representation of color #1DBC76: hue angle of 153.58º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBC76 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 118 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.26 |
| HSL | 153.58º | 0.73% | 0.43% | - |
| HSV(B) | 153.58º | 0.85% | 0.74% | - |
| XYZ | 21.76 | 37.54 | 23.24 | - |
| YUV | 132.48 | 119.82 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 118 | 0.85 | 0 | 0.37 | 0.26 | 153.58 | 0.73 | 0.43 |
| Hex | 1D | BC | 76 | 55 | 0 | 25 | 1A | 9A | 49 | 2B |
| Octal | 35 | 274 | 166 | 125 | 0 | 45 | 32 | 232 | 111 | 53 |
| Binary | 11101 | 10111100 | 1110110 | 1010101 | 0 | 100101 | 11010 | 10011010 | 1001001 | 101011 |
Color Harmonies of #1DBC76
Complementary color
Monochromatic Colors of #1DBC76
Black with #1DBC76
Text Example
Text Example
White with #1DBC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC76; }
p { color: rgb(29,188,118); }
H1.HeaderClassName
{
color: #1DBC76;
}
.AnyTagClassName
{
color: #1DBC76;
}
</style>
background-color css
<style>
a { background-color: #1DBC76; }
a { background-color: rgb(29,188,118); }
div.DivClassName
{
background-color: #1DBC76;
}
.BgClassName
{
background-color: #1DBC76;
}
</style>
border-color css
<style>
span { border-color: #1DBC76; }
span { border-color: rgb(29,188,118); }
td.TdClassName
{
border-color: #1DBC76;
}
.TagClassName
{
border-color: #1DBC76;
}
</style>