Shades of Mountain Meadow #1DBC80
Tints of Mountain Meadow #1DBC80
RGB
CMYK
RGB Variations
Color information
#1DBC80 (or 0x1DBC80) is known color: Mountain Meadow. HEX triplet: 1D, BC and 80. RGB value is (29,188,128). Sum of RGB (Red+Green+Blue) = 29+188+128=345 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.41% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBC80 is #E2437F. Grayscale: #858585. Windows color (decimal): -14828416 or 8436765. OLE color: 8436765.
HSL color Cylindrical-coordinate representation of color #1DBC80: hue angle of 157.36º 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 #1DBC80 is Cyan = 0.85, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 128 | - |
| CMYK | 0.85 | 0 | 0.32 | 0.26 |
| HSL | 157.36º | 0.73% | 0.43% | - |
| HSV(B) | 157.36º | 0.85% | 0.74% | - |
| XYZ | 22.39 | 37.79 | 26.54 | - |
| YUV | 133.62 | 124.82 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 128 | 0.85 | 0 | 0.32 | 0.26 | 157.36 | 0.73 | 0.43 |
| Hex | 1D | BC | 80 | 55 | 0 | 20 | 1A | 9D | 49 | 2B |
| Octal | 35 | 274 | 200 | 125 | 0 | 40 | 32 | 235 | 111 | 53 |
| Binary | 11101 | 10111100 | 10000000 | 1010101 | 0 | 100000 | 11010 | 10011101 | 1001001 | 101011 |
Color Harmonies of #1DBC80
Complementary color
Monochromatic Colors of #1DBC80
Black with #1DBC80
Text Example
Text Example
White with #1DBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC80; }
p { color: rgb(29,188,128); }
H1.HeaderClassName
{
color: #1DBC80;
}
.AnyTagClassName
{
color: #1DBC80;
}
</style>
background-color css
<style>
a { background-color: #1DBC80; }
a { background-color: rgb(29,188,128); }
div.DivClassName
{
background-color: #1DBC80;
}
.BgClassName
{
background-color: #1DBC80;
}
</style>
border-color css
<style>
span { border-color: #1DBC80; }
span { border-color: rgb(29,188,128); }
td.TdClassName
{
border-color: #1DBC80;
}
.TagClassName
{
border-color: #1DBC80;
}
</style>