Shades of Mountain Meadow #1DC275
Tints of Mountain Meadow #1DC275
RGB
CMYK
RGB Variations
Color information
#1DC275 (or 0x1DC275) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 75. RGB value is (29,194,117). Sum of RGB (Red+Green+Blue) = 29+194+117=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 194 (76.17% from 255 or 57.06% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC275 is #E23D8A. Grayscale: #888888. Windows color (decimal): -14826891 or 7717405. OLE color: 7717405.
HSL color Cylindrical-coordinate representation of color #1DC275: hue angle of 152º 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 #1DC275 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 117 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.24 |
| HSL | 152º | 0.74% | 0.44% | - |
| HSV(B) | 152º | 0.85% | 0.76% | - |
| XYZ | 23.01 | 40.13 | 23.36 | - |
| YUV | 135.89 | 117.34 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 117 | 0.85 | 0 | 0.40 | 0.24 | 152 | 0.74 | 0.44 |
| Hex | 1D | C2 | 75 | 55 | 0 | 28 | 18 | 98 | 4A | 2C |
| Octal | 35 | 302 | 165 | 125 | 0 | 50 | 30 | 230 | 112 | 54 |
| Binary | 11101 | 11000010 | 1110101 | 1010101 | 0 | 101000 | 11000 | 10011000 | 1001010 | 101100 |
Color Harmonies of #1DC275
Complementary color
Monochromatic Colors of #1DC275
Black with #1DC275
Text Example
Text Example
White with #1DC275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC275; }
p { color: rgb(29,194,117); }
H1.HeaderClassName
{
color: #1DC275;
}
.AnyTagClassName
{
color: #1DC275;
}
</style>
background-color css
<style>
a { background-color: #1DC275; }
a { background-color: rgb(29,194,117); }
div.DivClassName
{
background-color: #1DC275;
}
.BgClassName
{
background-color: #1DC275;
}
</style>
border-color css
<style>
span { border-color: #1DC275; }
span { border-color: rgb(29,194,117); }
td.TdClassName
{
border-color: #1DC275;
}
.TagClassName
{
border-color: #1DC275;
}
</style>