Shades of Mountain Meadow #1DC57F
Tints of Mountain Meadow #1DC57F
RGB
CMYK
RGB Variations
Color information
#1DC57F (or 0x1DC57F) is known color: Mountain Meadow. HEX triplet: 1D, C5 and 7F. RGB value is (29,197,127). Sum of RGB (Red+Green+Blue) = 29+197+127=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC57F is #E23A80. Grayscale: #8A8A8A. Windows color (decimal): -14826113 or 8373533. OLE color: 8373533.
HSL color Cylindrical-coordinate representation of color #1DC57F: hue angle of 155º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC57F is Cyan = 0.85, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 127 | - |
| CMYK | 0.85 | 0 | 0.36 | 0.23 |
| HSL | 155º | 0.74% | 0.44% | - |
| HSV(B) | 155º | 0.85% | 0.77% | - |
| XYZ | 24.3 | 41.73 | 26.85 | - |
| YUV | 138.79 | 121.34 | 49.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 127 | 0.85 | 0 | 0.36 | 0.23 | 155 | 0.74 | 0.44 |
| Hex | 1D | C5 | 7F | 55 | 0 | 24 | 17 | 9B | 4A | 2C |
| Octal | 35 | 305 | 177 | 125 | 0 | 44 | 27 | 233 | 112 | 54 |
| Binary | 11101 | 11000101 | 1111111 | 1010101 | 0 | 100100 | 10111 | 10011011 | 1001010 | 101100 |
Color Harmonies of #1DC57F
Complementary color
Monochromatic Colors of #1DC57F
Black with #1DC57F
Text Example
Text Example
White with #1DC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC57F; }
p { color: rgb(29,197,127); }
H1.HeaderClassName
{
color: #1DC57F;
}
.AnyTagClassName
{
color: #1DC57F;
}
</style>
background-color css
<style>
a { background-color: #1DC57F; }
a { background-color: rgb(29,197,127); }
div.DivClassName
{
background-color: #1DC57F;
}
.BgClassName
{
background-color: #1DC57F;
}
</style>
border-color css
<style>
span { border-color: #1DC57F; }
span { border-color: rgb(29,197,127); }
td.TdClassName
{
border-color: #1DC57F;
}
.TagClassName
{
border-color: #1DC57F;
}
</style>