Shades of Mountain Meadow #1DB88C
Tints of Mountain Meadow #1DB88C
RGB
CMYK
RGB Variations
Color information
#1DB88C (or 0x1DB88C) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 8C. RGB value is (29,184,140). Sum of RGB (Red+Green+Blue) = 29+184+140=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 184 (72.27% from 255 or 52.12% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB88C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB88C is #E24773. Grayscale: #848484. Windows color (decimal): -14829428 or 9222173. OLE color: 9222173.
HSL color Cylindrical-coordinate representation of color #1DB88C: hue angle of 162.97º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB88C is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 140 | - |
| CMYK | 0.84 | 0 | 0.24 | 0.28 |
| HSL | 162.97º | 0.73% | 0.42% | - |
| HSV(B) | 162.97º | 0.84% | 0.72% | - |
| XYZ | 22.38 | 36.44 | 30.66 | - |
| YUV | 132.64 | 132.15 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 140 | 0.84 | 0 | 0.24 | 0.28 | 162.97 | 0.73 | 0.42 |
| Hex | 1D | B8 | 8C | 54 | 0 | 18 | 1C | A3 | 49 | 2A |
| Octal | 35 | 270 | 214 | 124 | 0 | 30 | 34 | 243 | 111 | 52 |
| Binary | 11101 | 10111000 | 10001100 | 1010100 | 0 | 11000 | 11100 | 10100011 | 1001001 | 101010 |
Color Harmonies of #1DB88C
Complementary color
Monochromatic Colors of #1DB88C
Black with #1DB88C
Text Example
Text Example
White with #1DB88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB88C; }
p { color: rgb(29,184,140); }
H1.HeaderClassName
{
color: #1DB88C;
}
.AnyTagClassName
{
color: #1DB88C;
}
</style>
background-color css
<style>
a { background-color: #1DB88C; }
a { background-color: rgb(29,184,140); }
div.DivClassName
{
background-color: #1DB88C;
}
.BgClassName
{
background-color: #1DB88C;
}
</style>
border-color css
<style>
span { border-color: #1DB88C; }
span { border-color: rgb(29,184,140); }
td.TdClassName
{
border-color: #1DB88C;
}
.TagClassName
{
border-color: #1DB88C;
}
</style>