Shades of Mountain Meadow #1DD180
Tints of Mountain Meadow #1DD180
RGB
CMYK
RGB Variations
Color information
#1DD180 (or 0x1DD180) is known color: Mountain Meadow. HEX triplet: 1D, D1 and 80. RGB value is (29,209,128). Sum of RGB (Red+Green+Blue) = 29+209+128=366 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.92% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #1DD180 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD180 is #E22E7F. Grayscale: #929292. Windows color (decimal): -14823040 or 8442141. OLE color: 8442141.
HSL color Cylindrical-coordinate representation of color #1DD180: hue angle of 153º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD180 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 209 | 128 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.18 |
| HSL | 153º | 0.76% | 0.47% | - |
| HSV(B) | 153º | 0.86% | 0.82% | - |
| XYZ | 27.2 | 47.42 | 28.14 | - |
| YUV | 145.95 | 117.87 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 209 | 128 | 0.86 | 0 | 0.39 | 0.18 | 153 | 0.76 | 0.47 |
| Hex | 1D | D1 | 80 | 56 | 0 | 27 | 12 | 99 | 4C | 2F |
| Octal | 35 | 321 | 200 | 126 | 0 | 47 | 22 | 231 | 114 | 57 |
| Binary | 11101 | 11010001 | 10000000 | 1010110 | 0 | 100111 | 10010 | 10011001 | 1001100 | 101111 |
Color Harmonies of #1DD180
Complementary color
Monochromatic Colors of #1DD180
Black with #1DD180
Text Example
Text Example
White with #1DD180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD180; }
p { color: rgb(29,209,128); }
H1.HeaderClassName
{
color: #1DD180;
}
.AnyTagClassName
{
color: #1DD180;
}
</style>
background-color css
<style>
a { background-color: #1DD180; }
a { background-color: rgb(29,209,128); }
div.DivClassName
{
background-color: #1DD180;
}
.BgClassName
{
background-color: #1DD180;
}
</style>
border-color css
<style>
span { border-color: #1DD180; }
span { border-color: rgb(29,209,128); }
td.TdClassName
{
border-color: #1DD180;
}
.TagClassName
{
border-color: #1DD180;
}
</style>