Shades of Mountain Meadow #1DCE7D
Tints of Mountain Meadow #1DCE7D
RGB
CMYK
RGB Variations
Color information
#1DCE7D (or 0x1DCE7D) is known color: Mountain Meadow. HEX triplet: 1D, CE and 7D. RGB value is (29,206,125). Sum of RGB (Red+Green+Blue) = 29+206+125=360 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.06% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #1DCE7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCE7D is #E23182. Grayscale: #8F8F8F. Windows color (decimal): -14823811 or 8244765. OLE color: 8244765.
HSL color Cylindrical-coordinate representation of color #1DCE7D: hue angle of 152.54º 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 #1DCE7D is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 206 | 125 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.19 |
| HSL | 152.54º | 0.75% | 0.46% | - |
| HSV(B) | 152.54º | 0.86% | 0.81% | - |
| XYZ | 26.28 | 45.88 | 26.87 | - |
| YUV | 143.84 | 117.36 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 125 | 0.86 | 0 | 0.39 | 0.19 | 152.54 | 0.75 | 0.46 |
| Hex | 1D | CE | 7D | 56 | 0 | 27 | 13 | 99 | 4B | 2E |
| Octal | 35 | 316 | 175 | 126 | 0 | 47 | 23 | 231 | 113 | 56 |
| Binary | 11101 | 11001110 | 1111101 | 1010110 | 0 | 100111 | 10011 | 10011001 | 1001011 | 101110 |
Color Harmonies of #1DCE7D
Complementary color
Monochromatic Colors of #1DCE7D
Black with #1DCE7D
Text Example
Text Example
White with #1DCE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCE7D; }
p { color: rgb(29,206,125); }
H1.HeaderClassName
{
color: #1DCE7D;
}
.AnyTagClassName
{
color: #1DCE7D;
}
</style>
background-color css
<style>
a { background-color: #1DCE7D; }
a { background-color: rgb(29,206,125); }
div.DivClassName
{
background-color: #1DCE7D;
}
.BgClassName
{
background-color: #1DCE7D;
}
</style>
border-color css
<style>
span { border-color: #1DCE7D; }
span { border-color: rgb(29,206,125); }
td.TdClassName
{
border-color: #1DCE7D;
}
.TagClassName
{
border-color: #1DCE7D;
}
</style>