Shades of Mountain Meadow #1DD57B
Tints of Mountain Meadow #1DD57B
RGB
CMYK
RGB Variations
Color information
#1DD57B (or 0x1DD57B) is known color: Mountain Meadow. HEX triplet: 1D, D5 and 7B. RGB value is (29,213,123). Sum of RGB (Red+Green+Blue) = 29+213+123=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DD57B is #E22A84. Grayscale: #939393. Windows color (decimal): -14822021 or 8115485. OLE color: 8115485.
HSL color Cylindrical-coordinate representation of color #1DD57B: hue angle of 150.65º 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 #1DD57B is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 123 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.16 |
| HSL | 150.65º | 0.76% | 0.47% | - |
| HSV(B) | 150.65º | 0.86% | 0.84% | - |
| XYZ | 27.88 | 49.28 | 26.78 | - |
| YUV | 147.72 | 114.04 | 43.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 123 | 0.86 | 0 | 0.42 | 0.16 | 150.65 | 0.76 | 0.47 |
| Hex | 1D | D5 | 7B | 56 | 0 | 2A | 10 | 97 | 4C | 2F |
| Octal | 35 | 325 | 173 | 126 | 0 | 52 | 20 | 227 | 114 | 57 |
| Binary | 11101 | 11010101 | 1111011 | 1010110 | 0 | 101010 | 10000 | 10010111 | 1001100 | 101111 |
Color Harmonies of #1DD57B
Complementary color
Monochromatic Colors of #1DD57B
Black with #1DD57B
Text Example
Text Example
White with #1DD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD57B; }
p { color: rgb(29,213,123); }
H1.HeaderClassName
{
color: #1DD57B;
}
.AnyTagClassName
{
color: #1DD57B;
}
</style>
background-color css
<style>
a { background-color: #1DD57B; }
a { background-color: rgb(29,213,123); }
div.DivClassName
{
background-color: #1DD57B;
}
.BgClassName
{
background-color: #1DD57B;
}
</style>
border-color css
<style>
span { border-color: #1DD57B; }
span { border-color: rgb(29,213,123); }
td.TdClassName
{
border-color: #1DD57B;
}
.TagClassName
{
border-color: #1DD57B;
}
</style>