Shades of Mountain Meadow #1DCE7B
Tints of Mountain Meadow #1DCE7B
RGB
CMYK
RGB Variations
Color information
#1DCE7B (or 0x1DCE7B) is known color: Mountain Meadow. HEX triplet: 1D, CE and 7B. RGB value is (29,206,123). Sum of RGB (Red+Green+Blue) = 29+206+123=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCE7B is #E23184. Grayscale: #8F8F8F. Windows color (decimal): -14823813 or 8113693. OLE color: 8113693.
HSL color Cylindrical-coordinate representation of color #1DCE7B: hue angle of 151.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCE7B is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 123 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.19 |
| HSL | 151.86º | 0.75% | 0.46% | - |
| HSV(B) | 151.86º | 0.86% | 0.81% | - |
| XYZ | 26.15 | 45.83 | 26.21 | - |
| YUV | 143.62 | 116.36 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 123 | 0.86 | 0 | 0.40 | 0.19 | 151.86 | 0.75 | 0.46 |
| Hex | 1D | CE | 7B | 56 | 0 | 28 | 13 | 98 | 4B | 2E |
| Octal | 35 | 316 | 173 | 126 | 0 | 50 | 23 | 230 | 113 | 56 |
| Binary | 11101 | 11001110 | 1111011 | 1010110 | 0 | 101000 | 10011 | 10011000 | 1001011 | 101110 |
Color Harmonies of #1DCE7B
Complementary color
Monochromatic Colors of #1DCE7B
Black with #1DCE7B
Text Example
Text Example
White with #1DCE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE7B; }
p { color: rgb(29,206,123); }
H1.HeaderClassName
{
color: #1DCE7B;
}
.AnyTagClassName
{
color: #1DCE7B;
}
</style>
background-color css
<style>
a { background-color: #1DCE7B; }
a { background-color: rgb(29,206,123); }
div.DivClassName
{
background-color: #1DCE7B;
}
.BgClassName
{
background-color: #1DCE7B;
}
</style>
border-color css
<style>
span { border-color: #1DCE7B; }
span { border-color: rgb(29,206,123); }
td.TdClassName
{
border-color: #1DCE7B;
}
.TagClassName
{
border-color: #1DCE7B;
}
</style>