Shades of Mountain Meadow #1DB37C
Tints of Mountain Meadow #1DB37C
RGB
CMYK
RGB Variations
Color information
#1DB37C (or 0x1DB37C) is known color: Mountain Meadow. HEX triplet: 1D, B3 and 7C. RGB value is (29,179,124). Sum of RGB (Red+Green+Blue) = 29+179+124=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB37C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB37C is #E24C83. Grayscale: #7F7F7F. Windows color (decimal): -14830724 or 8172317. OLE color: 8172317.
HSL color Cylindrical-coordinate representation of color #1DB37C: hue angle of 158º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB37C is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 29 | 179 | 124 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.30 |
| HSL | 158º | 0.72% | 0.41% | - |
| HSV(B) | 158º | 0.84% | 0.7% | - |
| XYZ | 20.26 | 33.96 | 24.56 | - |
| YUV | 127.88 | 125.81 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 179 | 124 | 0.84 | 0 | 0.31 | 0.30 | 158 | 0.72 | 0.41 |
| Hex | 1D | B3 | 7C | 54 | 0 | 1F | 1E | 9E | 48 | 29 |
| Octal | 35 | 263 | 174 | 124 | 0 | 37 | 36 | 236 | 110 | 51 |
| Binary | 11101 | 10110011 | 1111100 | 1010100 | 0 | 11111 | 11110 | 10011110 | 1001000 | 101001 |
Color Harmonies of #1DB37C
Complementary color
Monochromatic Colors of #1DB37C
Black with #1DB37C
Text Example
Text Example
White with #1DB37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB37C; }
p { color: rgb(29,179,124); }
H1.HeaderClassName
{
color: #1DB37C;
}
.AnyTagClassName
{
color: #1DB37C;
}
</style>
background-color css
<style>
a { background-color: #1DB37C; }
a { background-color: rgb(29,179,124); }
div.DivClassName
{
background-color: #1DB37C;
}
.BgClassName
{
background-color: #1DB37C;
}
</style>
border-color css
<style>
span { border-color: #1DB37C; }
span { border-color: rgb(29,179,124); }
td.TdClassName
{
border-color: #1DB37C;
}
.TagClassName
{
border-color: #1DB37C;
}
</style>