Shades of Mountain Meadow #1DC175
Tints of Mountain Meadow #1DC175
RGB
CMYK
RGB Variations
Color information
#1DC175 (or 0x1DC175) is known color: Mountain Meadow. HEX triplet: 1D, C1 and 75. RGB value is (29,193,117). Sum of RGB (Red+Green+Blue) = 29+193+117=339 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.55% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC175 is #E23E8A. Grayscale: #878787. Windows color (decimal): -14827147 or 7717149. OLE color: 7717149.
HSL color Cylindrical-coordinate representation of color #1DC175: hue angle of 152.2º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC175 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 117 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.24 |
| HSL | 152.2º | 0.74% | 0.44% | - |
| HSV(B) | 152.2º | 0.85% | 0.76% | - |
| XYZ | 22.79 | 39.69 | 23.29 | - |
| YUV | 135.3 | 117.67 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 117 | 0.85 | 0 | 0.39 | 0.24 | 152.2 | 0.74 | 0.44 |
| Hex | 1D | C1 | 75 | 55 | 0 | 27 | 18 | 98 | 4A | 2C |
| Octal | 35 | 301 | 165 | 125 | 0 | 47 | 30 | 230 | 112 | 54 |
| Binary | 11101 | 11000001 | 1110101 | 1010101 | 0 | 100111 | 11000 | 10011000 | 1001010 | 101100 |
Color Harmonies of #1DC175
Complementary color
Monochromatic Colors of #1DC175
Black with #1DC175
Text Example
Text Example
White with #1DC175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC175; }
p { color: rgb(29,193,117); }
H1.HeaderClassName
{
color: #1DC175;
}
.AnyTagClassName
{
color: #1DC175;
}
</style>
background-color css
<style>
a { background-color: #1DC175; }
a { background-color: rgb(29,193,117); }
div.DivClassName
{
background-color: #1DC175;
}
.BgClassName
{
background-color: #1DC175;
}
</style>
border-color css
<style>
span { border-color: #1DC175; }
span { border-color: rgb(29,193,117); }
td.TdClassName
{
border-color: #1DC175;
}
.TagClassName
{
border-color: #1DC175;
}
</style>