Shades of Mountain Meadow #1DB76F
Tints of Mountain Meadow #1DB76F
RGB
CMYK
RGB Variations
Color information
#1DB76F (or 0x1DB76F) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 6F. RGB value is (29,183,111). Sum of RGB (Red+Green+Blue) = 29+183+111=323 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.98% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB76F is #E24890. Grayscale: #808080. Windows color (decimal): -14829713 or 7321373. OLE color: 7321373.
HSL color Cylindrical-coordinate representation of color #1DB76F: hue angle of 151.95º 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 #1DB76F is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 111 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.28 |
| HSL | 151.95º | 0.73% | 0.42% | - |
| HSV(B) | 151.95º | 0.84% | 0.72% | - |
| XYZ | 20.31 | 35.28 | 20.78 | - |
| YUV | 128.75 | 117.98 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 111 | 0.84 | 0 | 0.39 | 0.28 | 151.95 | 0.73 | 0.42 |
| Hex | 1D | B7 | 6F | 54 | 0 | 27 | 1C | 98 | 49 | 2A |
| Octal | 35 | 267 | 157 | 124 | 0 | 47 | 34 | 230 | 111 | 52 |
| Binary | 11101 | 10110111 | 1101111 | 1010100 | 0 | 100111 | 11100 | 10011000 | 1001001 | 101010 |
Color Harmonies of #1DB76F
Complementary color
Monochromatic Colors of #1DB76F
Black with #1DB76F
Text Example
Text Example
White with #1DB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB76F; }
p { color: rgb(29,183,111); }
H1.HeaderClassName
{
color: #1DB76F;
}
.AnyTagClassName
{
color: #1DB76F;
}
</style>
background-color css
<style>
a { background-color: #1DB76F; }
a { background-color: rgb(29,183,111); }
div.DivClassName
{
background-color: #1DB76F;
}
.BgClassName
{
background-color: #1DB76F;
}
</style>
border-color css
<style>
span { border-color: #1DB76F; }
span { border-color: rgb(29,183,111); }
td.TdClassName
{
border-color: #1DB76F;
}
.TagClassName
{
border-color: #1DB76F;
}
</style>