Shades of Mountain Meadow #1DB56E
Tints of Mountain Meadow #1DB56E
RGB
CMYK
RGB Variations
Color information
#1DB56E (or 0x1DB56E) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 6E. RGB value is (29,181,110). Sum of RGB (Red+Green+Blue) = 29+181+110=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB56E is #E24A91. Grayscale: #7F7F7F. Windows color (decimal): -14830226 or 7255325. OLE color: 7255325.
HSL color Cylindrical-coordinate representation of color #1DB56E: hue angle of 151.97º 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 #1DB56E is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 110 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.29 |
| HSL | 151.97º | 0.72% | 0.41% | - |
| HSV(B) | 151.97º | 0.84% | 0.71% | - |
| XYZ | 19.85 | 34.43 | 20.35 | - |
| YUV | 127.46 | 118.14 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 110 | 0.84 | 0 | 0.39 | 0.29 | 151.97 | 0.72 | 0.41 |
| Hex | 1D | B5 | 6E | 54 | 0 | 27 | 1D | 98 | 48 | 29 |
| Octal | 35 | 265 | 156 | 124 | 0 | 47 | 35 | 230 | 110 | 51 |
| Binary | 11101 | 10110101 | 1101110 | 1010100 | 0 | 100111 | 11101 | 10011000 | 1001000 | 101001 |
Color Harmonies of #1DB56E
Complementary color
Monochromatic Colors of #1DB56E
Black with #1DB56E
Text Example
Text Example
White with #1DB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB56E; }
p { color: rgb(29,181,110); }
H1.HeaderClassName
{
color: #1DB56E;
}
.AnyTagClassName
{
color: #1DB56E;
}
</style>
background-color css
<style>
a { background-color: #1DB56E; }
a { background-color: rgb(29,181,110); }
div.DivClassName
{
background-color: #1DB56E;
}
.BgClassName
{
background-color: #1DB56E;
}
</style>
border-color css
<style>
span { border-color: #1DB56E; }
span { border-color: rgb(29,181,110); }
td.TdClassName
{
border-color: #1DB56E;
}
.TagClassName
{
border-color: #1DB56E;
}
</style>