Shades of Mountain Meadow #1DB56C
Tints of Mountain Meadow #1DB56C
RGB
CMYK
RGB Variations
Color information
#1DB56C (or 0x1DB56C) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 6C. RGB value is (29,181,108). Sum of RGB (Red+Green+Blue) = 29+181+108=318 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.12% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB56C is #E24A93. Grayscale: #7F7F7F. Windows color (decimal): -14830228 or 7124253. OLE color: 7124253.
HSL color Cylindrical-coordinate representation of color #1DB56C: hue angle of 151.18º 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 #1DB56C is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 108 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.29 |
| HSL | 151.18º | 0.72% | 0.41% | - |
| HSV(B) | 151.18º | 0.84% | 0.71% | - |
| XYZ | 19.74 | 34.39 | 19.79 | - |
| YUV | 127.23 | 117.14 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 108 | 0.84 | 0 | 0.40 | 0.29 | 151.18 | 0.72 | 0.41 |
| Hex | 1D | B5 | 6C | 54 | 0 | 28 | 1D | 97 | 48 | 29 |
| Octal | 35 | 265 | 154 | 124 | 0 | 50 | 35 | 227 | 110 | 51 |
| Binary | 11101 | 10110101 | 1101100 | 1010100 | 0 | 101000 | 11101 | 10010111 | 1001000 | 101001 |
Color Harmonies of #1DB56C
Complementary color
Monochromatic Colors of #1DB56C
Black with #1DB56C
Text Example
Text Example
White with #1DB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB56C; }
p { color: rgb(29,181,108); }
H1.HeaderClassName
{
color: #1DB56C;
}
.AnyTagClassName
{
color: #1DB56C;
}
</style>
background-color css
<style>
a { background-color: #1DB56C; }
a { background-color: rgb(29,181,108); }
div.DivClassName
{
background-color: #1DB56C;
}
.BgClassName
{
background-color: #1DB56C;
}
</style>
border-color css
<style>
span { border-color: #1DB56C; }
span { border-color: rgb(29,181,108); }
td.TdClassName
{
border-color: #1DB56C;
}
.TagClassName
{
border-color: #1DB56C;
}
</style>