Shades of Mountain Meadow #1DCC79
Tints of Mountain Meadow #1DCC79
RGB
CMYK
RGB Variations
Color information
#1DCC79 (or 0x1DCC79) is known color: Mountain Meadow. HEX triplet: 1D, CC and 79. RGB value is (29,204,121). Sum of RGB (Red+Green+Blue) = 29+204+121=354 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.19% from 354); Green value is 204 (80.08% from 255 or 57.63% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC79 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCC79 is #E23386. Grayscale: #8E8E8E. Windows color (decimal): -14824327 or 7982109. OLE color: 7982109.
HSL color Cylindrical-coordinate representation of color #1DCC79: hue angle of 151.54º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCC79 is Cyan = 0.86, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 121 | - |
| CMYK | 0.86 | 0 | 0.41 | 0.2 |
| HSL | 151.54º | 0.75% | 0.46% | - |
| HSV(B) | 151.54º | 0.86% | 0.8% | - |
| XYZ | 25.55 | 44.83 | 25.4 | - |
| YUV | 142.21 | 116.02 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 121 | 0.86 | 0 | 0.41 | 0.2 | 151.54 | 0.75 | 0.46 |
| Hex | 1D | CC | 79 | 56 | 0 | 29 | 14 | 98 | 4B | 2E |
| Octal | 35 | 314 | 171 | 126 | 0 | 51 | 24 | 230 | 113 | 56 |
| Binary | 11101 | 11001100 | 1111001 | 1010110 | 0 | 101001 | 10100 | 10011000 | 1001011 | 101110 |
Color Harmonies of #1DCC79
Complementary color
Monochromatic Colors of #1DCC79
Black with #1DCC79
Text Example
Text Example
White with #1DCC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC79; }
p { color: rgb(29,204,121); }
H1.HeaderClassName
{
color: #1DCC79;
}
.AnyTagClassName
{
color: #1DCC79;
}
</style>
background-color css
<style>
a { background-color: #1DCC79; }
a { background-color: rgb(29,204,121); }
div.DivClassName
{
background-color: #1DCC79;
}
.BgClassName
{
background-color: #1DCC79;
}
</style>
border-color css
<style>
span { border-color: #1DCC79; }
span { border-color: rgb(29,204,121); }
td.TdClassName
{
border-color: #1DCC79;
}
.TagClassName
{
border-color: #1DCC79;
}
</style>