Shades of Mountain Meadow #1DBC71
Tints of Mountain Meadow #1DBC71
RGB
CMYK
RGB Variations
Color information
#1DBC71 (or 0x1DBC71) is known color: Mountain Meadow. HEX triplet: 1D, BC and 71. RGB value is (29,188,113). Sum of RGB (Red+Green+Blue) = 29+188+113=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBC71 is #E2438E. Grayscale: #848484. Windows color (decimal): -14828431 or 7453725. OLE color: 7453725.
HSL color Cylindrical-coordinate representation of color #1DBC71: hue angle of 151.7º 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 #1DBC71 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 113 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.26 |
| HSL | 151.7º | 0.73% | 0.43% | - |
| HSV(B) | 151.7º | 0.85% | 0.74% | - |
| XYZ | 21.47 | 37.42 | 21.71 | - |
| YUV | 131.91 | 117.32 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 113 | 0.85 | 0 | 0.40 | 0.26 | 151.7 | 0.73 | 0.43 |
| Hex | 1D | BC | 71 | 55 | 0 | 28 | 1A | 98 | 49 | 2B |
| Octal | 35 | 274 | 161 | 125 | 0 | 50 | 32 | 230 | 111 | 53 |
| Binary | 11101 | 10111100 | 1110001 | 1010101 | 0 | 101000 | 11010 | 10011000 | 1001001 | 101011 |
Color Harmonies of #1DBC71
Complementary color
Monochromatic Colors of #1DBC71
Black with #1DBC71
Text Example
Text Example
White with #1DBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC71; }
p { color: rgb(29,188,113); }
H1.HeaderClassName
{
color: #1DBC71;
}
.AnyTagClassName
{
color: #1DBC71;
}
</style>
background-color css
<style>
a { background-color: #1DBC71; }
a { background-color: rgb(29,188,113); }
div.DivClassName
{
background-color: #1DBC71;
}
.BgClassName
{
background-color: #1DBC71;
}
</style>
border-color css
<style>
span { border-color: #1DBC71; }
span { border-color: rgb(29,188,113); }
td.TdClassName
{
border-color: #1DBC71;
}
.TagClassName
{
border-color: #1DBC71;
}
</style>