Shades of Mountain Meadow #1DC56F
Tints of Mountain Meadow #1DC56F
RGB
CMYK
RGB Variations
Color information
#1DC56F (or 0x1DC56F) is known color: Mountain Meadow. HEX triplet: 1D, C5 and 6F. RGB value is (29,197,111). Sum of RGB (Red+Green+Blue) = 29+197+111=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC56F is #E23A90. Grayscale: #898989. Windows color (decimal): -14826129 or 7324957. OLE color: 7324957.
HSL color Cylindrical-coordinate representation of color #1DC56F: hue angle of 149.29º 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 #1DC56F is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 111 | - |
| CMYK | 0.85 | 0 | 0.44 | 0.23 |
| HSL | 149.29º | 0.74% | 0.44% | - |
| HSV(B) | 149.29º | 0.85% | 0.77% | - |
| XYZ | 23.34 | 41.34 | 21.79 | - |
| YUV | 136.96 | 113.34 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 111 | 0.85 | 0 | 0.44 | 0.23 | 149.29 | 0.74 | 0.44 |
| Hex | 1D | C5 | 6F | 55 | 0 | 2C | 17 | 95 | 4A | 2C |
| Octal | 35 | 305 | 157 | 125 | 0 | 54 | 27 | 225 | 112 | 54 |
| Binary | 11101 | 11000101 | 1101111 | 1010101 | 0 | 101100 | 10111 | 10010101 | 1001010 | 101100 |
Color Harmonies of #1DC56F
Complementary color
Monochromatic Colors of #1DC56F
Black with #1DC56F
Text Example
Text Example
White with #1DC56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC56F; }
p { color: rgb(29,197,111); }
H1.HeaderClassName
{
color: #1DC56F;
}
.AnyTagClassName
{
color: #1DC56F;
}
</style>
background-color css
<style>
a { background-color: #1DC56F; }
a { background-color: rgb(29,197,111); }
div.DivClassName
{
background-color: #1DC56F;
}
.BgClassName
{
background-color: #1DC56F;
}
</style>
border-color css
<style>
span { border-color: #1DC56F; }
span { border-color: rgb(29,197,111); }
td.TdClassName
{
border-color: #1DC56F;
}
.TagClassName
{
border-color: #1DC56F;
}
</style>