Shades of Mountain Meadow #1DB77A
Tints of Mountain Meadow #1DB77A
RGB
CMYK
RGB Variations
Color information
#1DB77A (or 0x1DB77A) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 7A. RGB value is (29,183,122). Sum of RGB (Red+Green+Blue) = 29+183+122=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB77A is #E24885. Grayscale: #828282. Windows color (decimal): -14829702 or 8042269. OLE color: 8042269.
HSL color Cylindrical-coordinate representation of color #1DB77A: hue angle of 156.23º 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 #1DB77A is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 122 | - |
| CMYK | 0.84 | 0 | 0.33 | 0.28 |
| HSL | 156.23º | 0.73% | 0.42% | - |
| HSV(B) | 156.23º | 0.84% | 0.72% | - |
| XYZ | 20.95 | 35.53 | 24.17 | - |
| YUV | 130 | 123.48 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 122 | 0.84 | 0 | 0.33 | 0.28 | 156.23 | 0.73 | 0.42 |
| Hex | 1D | B7 | 7A | 54 | 0 | 21 | 1C | 9C | 49 | 2A |
| Octal | 35 | 267 | 172 | 124 | 0 | 41 | 34 | 234 | 111 | 52 |
| Binary | 11101 | 10110111 | 1111010 | 1010100 | 0 | 100001 | 11100 | 10011100 | 1001001 | 101010 |
Color Harmonies of #1DB77A
Complementary color
Monochromatic Colors of #1DB77A
Black with #1DB77A
Text Example
Text Example
White with #1DB77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB77A; }
p { color: rgb(29,183,122); }
H1.HeaderClassName
{
color: #1DB77A;
}
.AnyTagClassName
{
color: #1DB77A;
}
</style>
background-color css
<style>
a { background-color: #1DB77A; }
a { background-color: rgb(29,183,122); }
div.DivClassName
{
background-color: #1DB77A;
}
.BgClassName
{
background-color: #1DB77A;
}
</style>
border-color css
<style>
span { border-color: #1DB77A; }
span { border-color: rgb(29,183,122); }
td.TdClassName
{
border-color: #1DB77A;
}
.TagClassName
{
border-color: #1DB77A;
}
</style>