Shades of Mountain Meadow #1DB56F
Tints of Mountain Meadow #1DB56F
RGB
CMYK
RGB Variations
Color information
#1DB56F (or 0x1DB56F) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 6F. RGB value is (29,181,111). Sum of RGB (Red+Green+Blue) = 29+181+111=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB56F is #E24A90. Grayscale: #7F7F7F. Windows color (decimal): -14830225 or 7320861. OLE color: 7320861.
HSL color Cylindrical-coordinate representation of color #1DB56F: hue angle of 152.37º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB56F is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 111 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.29 |
| HSL | 152.37º | 0.72% | 0.41% | - |
| HSV(B) | 152.37º | 0.84% | 0.71% | - |
| XYZ | 19.9 | 34.46 | 20.64 | - |
| YUV | 127.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 111 | 0.84 | 0 | 0.39 | 0.29 | 152.37 | 0.72 | 0.41 |
| Hex | 1D | B5 | 6F | 54 | 0 | 27 | 1D | 98 | 48 | 29 |
| Octal | 35 | 265 | 157 | 124 | 0 | 47 | 35 | 230 | 110 | 51 |
| Binary | 11101 | 10110101 | 1101111 | 1010100 | 0 | 100111 | 11101 | 10011000 | 1001000 | 101001 |
Color Harmonies of #1DB56F
Complementary color
Monochromatic Colors of #1DB56F
Black with #1DB56F
Text Example
Text Example
White with #1DB56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB56F; }
p { color: rgb(29,181,111); }
H1.HeaderClassName
{
color: #1DB56F;
}
.AnyTagClassName
{
color: #1DB56F;
}
</style>
background-color css
<style>
a { background-color: #1DB56F; }
a { background-color: rgb(29,181,111); }
div.DivClassName
{
background-color: #1DB56F;
}
.BgClassName
{
background-color: #1DB56F;
}
</style>
border-color css
<style>
span { border-color: #1DB56F; }
span { border-color: rgb(29,181,111); }
td.TdClassName
{
border-color: #1DB56F;
}
.TagClassName
{
border-color: #1DB56F;
}
</style>