Shades of Mountain Meadow #1DB57B
Tints of Mountain Meadow #1DB57B
RGB
CMYK
RGB Variations
Color information
#1DB57B (or 0x1DB57B) is known color: Mountain Meadow. HEX triplet: 1D, B5 and 7B. RGB value is (29,181,123). Sum of RGB (Red+Green+Blue) = 29+181+123=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 181 (71.09% from 255 or 54.35% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 181 - color contains mainly: green. Hex color #1DB57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB57B is #E24A84. Grayscale: #818181. Windows color (decimal): -14830213 or 8107293. OLE color: 8107293.
HSL color Cylindrical-coordinate representation of color #1DB57B: hue angle of 157.11º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB57B is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 181 | 123 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.29 |
| HSL | 157.11º | 0.72% | 0.41% | - |
| HSV(B) | 157.11º | 0.84% | 0.71% | - |
| XYZ | 20.61 | 34.74 | 24.36 | - |
| YUV | 128.94 | 124.64 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 181 | 123 | 0.84 | 0 | 0.32 | 0.29 | 157.11 | 0.72 | 0.41 |
| Hex | 1D | B5 | 7B | 54 | 0 | 20 | 1D | 9D | 48 | 29 |
| Octal | 35 | 265 | 173 | 124 | 0 | 40 | 35 | 235 | 110 | 51 |
| Binary | 11101 | 10110101 | 1111011 | 1010100 | 0 | 100000 | 11101 | 10011101 | 1001000 | 101001 |
Color Harmonies of #1DB57B
Complementary color
Monochromatic Colors of #1DB57B
Black with #1DB57B
Text Example
Text Example
White with #1DB57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB57B; }
p { color: rgb(29,181,123); }
H1.HeaderClassName
{
color: #1DB57B;
}
.AnyTagClassName
{
color: #1DB57B;
}
</style>
background-color css
<style>
a { background-color: #1DB57B; }
a { background-color: rgb(29,181,123); }
div.DivClassName
{
background-color: #1DB57B;
}
.BgClassName
{
background-color: #1DB57B;
}
</style>
border-color css
<style>
span { border-color: #1DB57B; }
span { border-color: rgb(29,181,123); }
td.TdClassName
{
border-color: #1DB57B;
}
.TagClassName
{
border-color: #1DB57B;
}
</style>