Shades of Mountain Meadow #1DD878
Tints of Mountain Meadow #1DD878
RGB
CMYK
RGB Variations
Color information
#1DD878 (or 0x1DD878) is known color: Mountain Meadow. HEX triplet: 1D, D8 and 78. RGB value is (29,216,120). Sum of RGB (Red+Green+Blue) = 29+216+120=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 120 (47.27% from 255 or 32.88% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #1DD878 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD878 is #E22787. Grayscale: #959595. Windows color (decimal): -14821256 or 7919645. OLE color: 7919645.
HSL color Cylindrical-coordinate representation of color #1DD878: hue angle of 149.2º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DD878 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 216 | 120 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.15 |
| HSL | 149.2º | 0.76% | 0.48% | - |
| HSV(B) | 149.2º | 0.87% | 0.85% | - |
| XYZ | 28.45 | 50.73 | 26.06 | - |
| YUV | 149.14 | 111.55 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 216 | 120 | 0.87 | 0 | 0.44 | 0.15 | 149.2 | 0.76 | 0.48 |
| Hex | 1D | D8 | 78 | 57 | 0 | 2C | F | 95 | 4C | 30 |
| Octal | 35 | 330 | 170 | 127 | 0 | 54 | 17 | 225 | 114 | 60 |
| Binary | 11101 | 11011000 | 1111000 | 1010111 | 0 | 101100 | 1111 | 10010101 | 1001100 | 110000 |
Color Harmonies of #1DD878
Complementary color
Monochromatic Colors of #1DD878
Black with #1DD878
Text Example
Text Example
White with #1DD878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD878; }
p { color: rgb(29,216,120); }
H1.HeaderClassName
{
color: #1DD878;
}
.AnyTagClassName
{
color: #1DD878;
}
</style>
background-color css
<style>
a { background-color: #1DD878; }
a { background-color: rgb(29,216,120); }
div.DivClassName
{
background-color: #1DD878;
}
.BgClassName
{
background-color: #1DD878;
}
</style>
border-color css
<style>
span { border-color: #1DD878; }
span { border-color: rgb(29,216,120); }
td.TdClassName
{
border-color: #1DD878;
}
.TagClassName
{
border-color: #1DD878;
}
</style>