Shades of Mountain Meadow #1DB78F
Tints of Mountain Meadow #1DB78F
RGB
CMYK
RGB Variations
Color information
#1DB78F (or 0x1DB78F) is known color: Mountain Meadow. HEX triplet: 1D, B7 and 8F. RGB value is (29,183,143). Sum of RGB (Red+Green+Blue) = 29+183+143=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #1DB78F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB78F is #E24870. Grayscale: #848484. Windows color (decimal): -14829681 or 9418525. OLE color: 9418525.
HSL color Cylindrical-coordinate representation of color #1DB78F: hue angle of 164.42º 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 #1DB78F is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 183 | 143 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.28 |
| HSL | 164.42º | 0.73% | 0.42% | - |
| HSV(B) | 164.42º | 0.84% | 0.72% | - |
| XYZ | 22.4 | 36.11 | 31.78 | - |
| YUV | 132.39 | 133.98 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 183 | 143 | 0.84 | 0 | 0.22 | 0.28 | 164.42 | 0.73 | 0.42 |
| Hex | 1D | B7 | 8F | 54 | 0 | 16 | 1C | A4 | 49 | 2A |
| Octal | 35 | 267 | 217 | 124 | 0 | 26 | 34 | 244 | 111 | 52 |
| Binary | 11101 | 10110111 | 10001111 | 1010100 | 0 | 10110 | 11100 | 10100100 | 1001001 | 101010 |
Color Harmonies of #1DB78F
Complementary color
Monochromatic Colors of #1DB78F
Black with #1DB78F
Text Example
Text Example
White with #1DB78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB78F; }
p { color: rgb(29,183,143); }
H1.HeaderClassName
{
color: #1DB78F;
}
.AnyTagClassName
{
color: #1DB78F;
}
</style>
background-color css
<style>
a { background-color: #1DB78F; }
a { background-color: rgb(29,183,143); }
div.DivClassName
{
background-color: #1DB78F;
}
.BgClassName
{
background-color: #1DB78F;
}
</style>
border-color css
<style>
span { border-color: #1DB78F; }
span { border-color: rgb(29,183,143); }
td.TdClassName
{
border-color: #1DB78F;
}
.TagClassName
{
border-color: #1DB78F;
}
</style>