Shades of Mountain Meadow #1DD082
Tints of Mountain Meadow #1DD082
RGB
CMYK
RGB Variations
Color information
#1DD082 (or 0x1DD082) is known color: Mountain Meadow. HEX triplet: 1D, D0 and 82. RGB value is (29,208,130). Sum of RGB (Red+Green+Blue) = 29+208+130=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 208 (81.64% from 255 or 56.68% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD082 is #E22F7D. Grayscale: #919191. Windows color (decimal): -14823294 or 8572957. OLE color: 8572957.
HSL color Cylindrical-coordinate representation of color #1DD082: hue angle of 153.85º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD082 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 130 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.18 |
| HSL | 153.85º | 0.76% | 0.46% | - |
| HSV(B) | 153.85º | 0.86% | 0.82% | - |
| XYZ | 27.09 | 46.98 | 28.76 | - |
| YUV | 145.59 | 119.2 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 130 | 0.86 | 0 | 0.38 | 0.18 | 153.85 | 0.76 | 0.46 |
| Hex | 1D | D0 | 82 | 56 | 0 | 26 | 12 | 9A | 4C | 2E |
| Octal | 35 | 320 | 202 | 126 | 0 | 46 | 22 | 232 | 114 | 56 |
| Binary | 11101 | 11010000 | 10000010 | 1010110 | 0 | 100110 | 10010 | 10011010 | 1001100 | 101110 |
Color Harmonies of #1DD082
Complementary color
Monochromatic Colors of #1DD082
Black with #1DD082
Text Example
Text Example
White with #1DD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD082; }
p { color: rgb(29,208,130); }
H1.HeaderClassName
{
color: #1DD082;
}
.AnyTagClassName
{
color: #1DD082;
}
</style>
background-color css
<style>
a { background-color: #1DD082; }
a { background-color: rgb(29,208,130); }
div.DivClassName
{
background-color: #1DD082;
}
.BgClassName
{
background-color: #1DD082;
}
</style>
border-color css
<style>
span { border-color: #1DD082; }
span { border-color: rgb(29,208,130); }
td.TdClassName
{
border-color: #1DD082;
}
.TagClassName
{
border-color: #1DD082;
}
</style>