Shades of Mountain Meadow #1DCC81
Tints of Mountain Meadow #1DCC81
RGB
CMYK
RGB Variations
Color information
#1DCC81 (or 0x1DCC81) is known color: Mountain Meadow. HEX triplet: 1D, CC and 81. RGB value is (29,204,129). Sum of RGB (Red+Green+Blue) = 29+204+129=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 204 (80.08% from 255 or 56.35% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC81 is #E2337E. Grayscale: #8F8F8F. Windows color (decimal): -14824319 or 8506397. OLE color: 8506397.
HSL color Cylindrical-coordinate representation of color #1DCC81: hue angle of 154.29º 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 #1DCC81 is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 129 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.2 |
| HSL | 154.29º | 0.75% | 0.46% | - |
| HSV(B) | 154.29º | 0.86% | 0.8% | - |
| XYZ | 26.06 | 45.03 | 28.09 | - |
| YUV | 143.13 | 120.02 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 129 | 0.86 | 0 | 0.37 | 0.2 | 154.29 | 0.75 | 0.46 |
| Hex | 1D | CC | 81 | 56 | 0 | 25 | 14 | 9A | 4B | 2E |
| Octal | 35 | 314 | 201 | 126 | 0 | 45 | 24 | 232 | 113 | 56 |
| Binary | 11101 | 11001100 | 10000001 | 1010110 | 0 | 100101 | 10100 | 10011010 | 1001011 | 101110 |
Color Harmonies of #1DCC81
Complementary color
Monochromatic Colors of #1DCC81
Black with #1DCC81
Text Example
Text Example
White with #1DCC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC81; }
p { color: rgb(29,204,129); }
H1.HeaderClassName
{
color: #1DCC81;
}
.AnyTagClassName
{
color: #1DCC81;
}
</style>
background-color css
<style>
a { background-color: #1DCC81; }
a { background-color: rgb(29,204,129); }
div.DivClassName
{
background-color: #1DCC81;
}
.BgClassName
{
background-color: #1DCC81;
}
</style>
border-color css
<style>
span { border-color: #1DCC81; }
span { border-color: rgb(29,204,129); }
td.TdClassName
{
border-color: #1DCC81;
}
.TagClassName
{
border-color: #1DCC81;
}
</style>