Shades of Mountain Meadow #1DB68E
Tints of Mountain Meadow #1DB68E
RGB
CMYK
RGB Variations
Color information
#1DB68E (or 0x1DB68E) is known color: Mountain Meadow. HEX triplet: 1D, B6 and 8E. RGB value is (29,182,142). Sum of RGB (Red+Green+Blue) = 29+182+142=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #1DB68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB68E is #E24971. Grayscale: #838383. Windows color (decimal): -14829938 or 9352733. OLE color: 9352733.
HSL color Cylindrical-coordinate representation of color #1DB68E: hue angle of 164.31º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB68E is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 182 | 142 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.29 |
| HSL | 164.31º | 0.73% | 0.41% | - |
| HSV(B) | 164.31º | 0.84% | 0.71% | - |
| XYZ | 22.12 | 35.67 | 31.31 | - |
| YUV | 131.69 | 133.81 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 182 | 142 | 0.84 | 0 | 0.22 | 0.29 | 164.31 | 0.73 | 0.41 |
| Hex | 1D | B6 | 8E | 54 | 0 | 16 | 1D | A4 | 49 | 29 |
| Octal | 35 | 266 | 216 | 124 | 0 | 26 | 35 | 244 | 111 | 51 |
| Binary | 11101 | 10110110 | 10001110 | 1010100 | 0 | 10110 | 11101 | 10100100 | 1001001 | 101001 |
Color Harmonies of #1DB68E
Complementary color
Monochromatic Colors of #1DB68E
Black with #1DB68E
Text Example
Text Example
White with #1DB68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB68E; }
p { color: rgb(29,182,142); }
H1.HeaderClassName
{
color: #1DB68E;
}
.AnyTagClassName
{
color: #1DB68E;
}
</style>
background-color css
<style>
a { background-color: #1DB68E; }
a { background-color: rgb(29,182,142); }
div.DivClassName
{
background-color: #1DB68E;
}
.BgClassName
{
background-color: #1DB68E;
}
</style>
border-color css
<style>
span { border-color: #1DB68E; }
span { border-color: rgb(29,182,142); }
td.TdClassName
{
border-color: #1DB68E;
}
.TagClassName
{
border-color: #1DB68E;
}
</style>