Shades of Mountain Meadow #1DD375
Tints of Mountain Meadow #1DD375
RGB
CMYK
RGB Variations
Color information
#1DD375 (or 0x1DD375) is known color: Mountain Meadow. HEX triplet: 1D, D3 and 75. RGB value is (29,211,117). Sum of RGB (Red+Green+Blue) = 29+211+117=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 211 (82.81% from 255 or 59.10% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 211 - color contains mainly: green. Hex color #1DD375 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD375 is #E22C8A. Grayscale: #929292. Windows color (decimal): -14822539 or 7721757. OLE color: 7721757.
HSL color Cylindrical-coordinate representation of color #1DD375: hue angle of 149.01º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD375 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 29 | 211 | 117 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.17 |
| HSL | 149.01º | 0.76% | 0.47% | - |
| HSV(B) | 149.01º | 0.86% | 0.83% | - |
| XYZ | 27.01 | 48.13 | 24.7 | - |
| YUV | 145.87 | 111.7 | 44.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 211 | 117 | 0.86 | 0 | 0.45 | 0.17 | 149.01 | 0.76 | 0.47 |
| Hex | 1D | D3 | 75 | 56 | 0 | 2D | 11 | 95 | 4C | 2F |
| Octal | 35 | 323 | 165 | 126 | 0 | 55 | 21 | 225 | 114 | 57 |
| Binary | 11101 | 11010011 | 1110101 | 1010110 | 0 | 101101 | 10001 | 10010101 | 1001100 | 101111 |
Color Harmonies of #1DD375
Complementary color
Monochromatic Colors of #1DD375
Black with #1DD375
Text Example
Text Example
White with #1DD375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD375; }
p { color: rgb(29,211,117); }
H1.HeaderClassName
{
color: #1DD375;
}
.AnyTagClassName
{
color: #1DD375;
}
</style>
background-color css
<style>
a { background-color: #1DD375; }
a { background-color: rgb(29,211,117); }
div.DivClassName
{
background-color: #1DD375;
}
.BgClassName
{
background-color: #1DD375;
}
</style>
border-color css
<style>
span { border-color: #1DD375; }
span { border-color: rgb(29,211,117); }
td.TdClassName
{
border-color: #1DD375;
}
.TagClassName
{
border-color: #1DD375;
}
</style>