Shades of Mountain Meadow #1DD080
Tints of Mountain Meadow #1DD080
RGB
CMYK
RGB Variations
Color information
#1DD080 (or 0x1DD080) is known color: Mountain Meadow. HEX triplet: 1D, D0 and 80. RGB value is (29,208,128). Sum of RGB (Red+Green+Blue) = 29+208+128=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 208 (81.64% from 255 or 56.99% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD080 is #E22F7F. Grayscale: #919191. Windows color (decimal): -14823296 or 8441885. OLE color: 8441885.
HSL color Cylindrical-coordinate representation of color #1DD080: hue angle of 153.18º 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 #1DD080 is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 29 | 208 | 128 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.18 |
| HSL | 153.18º | 0.76% | 0.46% | - |
| HSV(B) | 153.18º | 0.86% | 0.82% | - |
| XYZ | 26.96 | 46.93 | 28.06 | - |
| YUV | 145.36 | 118.2 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 208 | 128 | 0.86 | 0 | 0.38 | 0.18 | 153.18 | 0.76 | 0.46 |
| Hex | 1D | D0 | 80 | 56 | 0 | 26 | 12 | 99 | 4C | 2E |
| Octal | 35 | 320 | 200 | 126 | 0 | 46 | 22 | 231 | 114 | 56 |
| Binary | 11101 | 11010000 | 10000000 | 1010110 | 0 | 100110 | 10010 | 10011001 | 1001100 | 101110 |
Color Harmonies of #1DD080
Complementary color
Monochromatic Colors of #1DD080
Black with #1DD080
Text Example
Text Example
White with #1DD080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD080; }
p { color: rgb(29,208,128); }
H1.HeaderClassName
{
color: #1DD080;
}
.AnyTagClassName
{
color: #1DD080;
}
</style>
background-color css
<style>
a { background-color: #1DD080; }
a { background-color: rgb(29,208,128); }
div.DivClassName
{
background-color: #1DD080;
}
.BgClassName
{
background-color: #1DD080;
}
</style>
border-color css
<style>
span { border-color: #1DD080; }
span { border-color: rgb(29,208,128); }
td.TdClassName
{
border-color: #1DD080;
}
.TagClassName
{
border-color: #1DD080;
}
</style>