Shades of Mountain Meadow #1DB775
Tints of Mountain Meadow #1DB775
RGB
CMYK
RGB Variations
Color information
#1DB775 (or 0x1DB775) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 75. RGB value is (29,183,117). Sum of RGB (Red+Green+Blue) = 29+183+117=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 183 (71.88% from 255 or 55.62% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB775 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB775 is #E2488A. Grayscale: #818181. Windows color (decimal): -14829707 or 7714589. OLE color: 7714589.
HSL color Cylindrical-coordinate representation of color #1DB775: hue angle of 154.29º 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 #1DB775 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 117 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.28 |
| HSL | 154.29º | 0.73% | 0.42% | - |
| HSV(B) | 154.29º | 0.84% | 0.72% | - |
| XYZ | 20.65 | 35.41 | 22.58 | - |
| YUV | 129.43 | 120.98 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 117 | 0.84 | 0 | 0.36 | 0.28 | 154.29 | 0.73 | 0.42 |
| Hex | 1D | B7 | 75 | 54 | 0 | 24 | 1C | 9A | 49 | 2A |
| Octal | 35 | 267 | 165 | 124 | 0 | 44 | 34 | 232 | 111 | 52 |
| Binary | 11101 | 10110111 | 1110101 | 1010100 | 0 | 100100 | 11100 | 10011010 | 1001001 | 101010 |
Color Harmonies of #1DB775
Complementary color
Monochromatic Colors of #1DB775
Black with #1DB775
Text Example
Text Example
White with #1DB775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB775; }
p { color: rgb(29,183,117); }
H1.HeaderClassName
{
color: #1DB775;
}
.AnyTagClassName
{
color: #1DB775;
}
</style>
background-color css
<style>
a { background-color: #1DB775; }
a { background-color: rgb(29,183,117); }
div.DivClassName
{
background-color: #1DB775;
}
.BgClassName
{
background-color: #1DB775;
}
</style>
border-color css
<style>
span { border-color: #1DB775; }
span { border-color: rgb(29,183,117); }
td.TdClassName
{
border-color: #1DB775;
}
.TagClassName
{
border-color: #1DB775;
}
</style>