Shades of Mountain Meadow #1DB976
Tints of Mountain Meadow #1DB976
RGB
CMYK
RGB Variations
Color information
#1DB976 (or 0x1DB976) is known color: Mountain Meadow. HEX triplet: 1D, B9 and 76. RGB value is (29,185,118). Sum of RGB (Red+Green+Blue) = 29+185+118=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 185 (72.66% from 255 or 55.72% from 332); Blue value is 118 (46.48% from 255 or 35.54% from 332); Max value from RGB is 185 - color contains mainly: green. Hex color #1DB976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB976 is #E24689. Grayscale: #828282. Windows color (decimal): -14829194 or 7780637. OLE color: 7780637.
HSL color Cylindrical-coordinate representation of color #1DB976: hue angle of 154.23º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB976 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 185 | 118 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.27 |
| HSL | 154.23º | 0.73% | 0.42% | - |
| HSV(B) | 154.23º | 0.84% | 0.73% | - |
| XYZ | 21.13 | 36.27 | 23.03 | - |
| YUV | 130.72 | 120.82 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 185 | 118 | 0.84 | 0 | 0.36 | 0.27 | 154.23 | 0.73 | 0.42 |
| Hex | 1D | B9 | 76 | 54 | 0 | 24 | 1B | 9A | 49 | 2A |
| Octal | 35 | 271 | 166 | 124 | 0 | 44 | 33 | 232 | 111 | 52 |
| Binary | 11101 | 10111001 | 1110110 | 1010100 | 0 | 100100 | 11011 | 10011010 | 1001001 | 101010 |
Color Harmonies of #1DB976
Complementary color
Monochromatic Colors of #1DB976
Black with #1DB976
Text Example
Text Example
White with #1DB976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB976; }
p { color: rgb(29,185,118); }
H1.HeaderClassName
{
color: #1DB976;
}
.AnyTagClassName
{
color: #1DB976;
}
</style>
background-color css
<style>
a { background-color: #1DB976; }
a { background-color: rgb(29,185,118); }
div.DivClassName
{
background-color: #1DB976;
}
.BgClassName
{
background-color: #1DB976;
}
</style>
border-color css
<style>
span { border-color: #1DB976; }
span { border-color: rgb(29,185,118); }
td.TdClassName
{
border-color: #1DB976;
}
.TagClassName
{
border-color: #1DB976;
}
</style>