Shades of Mountain Meadow #1DD576
Tints of Mountain Meadow #1DD576
RGB
CMYK
RGB Variations
Color information
#1DD576 (or 0x1DD576) is known color: Mountain Meadow. HEX triplet: 1D, D5 and 76. RGB value is (29,213,118). Sum of RGB (Red+Green+Blue) = 29+213+118=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD576 is #E22A89. Grayscale: #939393. Windows color (decimal): -14822026 or 7787805. OLE color: 7787805.
HSL color Cylindrical-coordinate representation of color #1DD576: hue angle of 149.02º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD576 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 118 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.16 |
| HSL | 149.02º | 0.76% | 0.47% | - |
| HSV(B) | 149.02º | 0.86% | 0.84% | - |
| XYZ | 27.57 | 49.16 | 25.17 | - |
| YUV | 147.15 | 111.54 | 43.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 118 | 0.86 | 0 | 0.45 | 0.16 | 149.02 | 0.76 | 0.47 |
| Hex | 1D | D5 | 76 | 56 | 0 | 2D | 10 | 95 | 4C | 2F |
| Octal | 35 | 325 | 166 | 126 | 0 | 55 | 20 | 225 | 114 | 57 |
| Binary | 11101 | 11010101 | 1110110 | 1010110 | 0 | 101101 | 10000 | 10010101 | 1001100 | 101111 |
Color Harmonies of #1DD576
Complementary color
Monochromatic Colors of #1DD576
Black with #1DD576
Text Example
Text Example
White with #1DD576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD576; }
p { color: rgb(29,213,118); }
H1.HeaderClassName
{
color: #1DD576;
}
.AnyTagClassName
{
color: #1DD576;
}
</style>
background-color css
<style>
a { background-color: #1DD576; }
a { background-color: rgb(29,213,118); }
div.DivClassName
{
background-color: #1DD576;
}
.BgClassName
{
background-color: #1DD576;
}
</style>
border-color css
<style>
span { border-color: #1DD576; }
span { border-color: rgb(29,213,118); }
td.TdClassName
{
border-color: #1DD576;
}
.TagClassName
{
border-color: #1DD576;
}
</style>