Shades of Mountain Meadow #1DBE8D
Tints of Mountain Meadow #1DBE8D
RGB
CMYK
RGB Variations
Color information
#1DBE8D (or 0x1DBE8D) is known color: Mountain Meadow. HEX triplet: 1D, BE and 8D. RGB value is (29,190,141). Sum of RGB (Red+Green+Blue) = 29+190+141=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBE8D is #E24172. Grayscale: #888888. Windows color (decimal): -14827891 or 9289245. OLE color: 9289245.
HSL color Cylindrical-coordinate representation of color #1DBE8D: hue angle of 161.74º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE8D is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 141 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.25 |
| HSL | 161.74º | 0.74% | 0.43% | - |
| HSV(B) | 161.74º | 0.85% | 0.75% | - |
| XYZ | 23.73 | 39.01 | 31.48 | - |
| YUV | 136.28 | 130.66 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 141 | 0.85 | 0 | 0.26 | 0.25 | 161.74 | 0.74 | 0.43 |
| Hex | 1D | BE | 8D | 55 | 0 | 1A | 19 | A2 | 4A | 2B |
| Octal | 35 | 276 | 215 | 125 | 0 | 32 | 31 | 242 | 112 | 53 |
| Binary | 11101 | 10111110 | 10001101 | 1010101 | 0 | 11010 | 11001 | 10100010 | 1001010 | 101011 |
Color Harmonies of #1DBE8D
Complementary color
Monochromatic Colors of #1DBE8D
Black with #1DBE8D
Text Example
Text Example
White with #1DBE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE8D; }
p { color: rgb(29,190,141); }
H1.HeaderClassName
{
color: #1DBE8D;
}
.AnyTagClassName
{
color: #1DBE8D;
}
</style>
background-color css
<style>
a { background-color: #1DBE8D; }
a { background-color: rgb(29,190,141); }
div.DivClassName
{
background-color: #1DBE8D;
}
.BgClassName
{
background-color: #1DBE8D;
}
</style>
border-color css
<style>
span { border-color: #1DBE8D; }
span { border-color: rgb(29,190,141); }
td.TdClassName
{
border-color: #1DBE8D;
}
.TagClassName
{
border-color: #1DBE8D;
}
</style>