Shades of Mountain Meadow #1DCC83
Tints of Mountain Meadow #1DCC83
RGB
CMYK
RGB Variations
Color information
#1DCC83 (or 0x1DCC83) is known color: Mountain Meadow. HEX triplet: 1D, CC and 83. RGB value is (29,204,131). Sum of RGB (Red+Green+Blue) = 29+204+131=364 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.97% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #1DCC83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DCC83 is #E2337C. Grayscale: #8F8F8F. Windows color (decimal): -14824317 or 8637469. OLE color: 8637469.
HSL color Cylindrical-coordinate representation of color #1DCC83: hue angle of 154.97º 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 #1DCC83 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 204 | 131 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.2 |
| HSL | 154.97º | 0.75% | 0.46% | - |
| HSV(B) | 154.97º | 0.86% | 0.8% | - |
| XYZ | 26.2 | 45.09 | 28.79 | - |
| YUV | 143.35 | 121.02 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 204 | 131 | 0.86 | 0 | 0.36 | 0.2 | 154.97 | 0.75 | 0.46 |
| Hex | 1D | CC | 83 | 56 | 0 | 24 | 14 | 9B | 4B | 2E |
| Octal | 35 | 314 | 203 | 126 | 0 | 44 | 24 | 233 | 113 | 56 |
| Binary | 11101 | 11001100 | 10000011 | 1010110 | 0 | 100100 | 10100 | 10011011 | 1001011 | 101110 |
Color Harmonies of #1DCC83
Complementary color
Monochromatic Colors of #1DCC83
Black with #1DCC83
Text Example
Text Example
White with #1DCC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCC83; }
p { color: rgb(29,204,131); }
H1.HeaderClassName
{
color: #1DCC83;
}
.AnyTagClassName
{
color: #1DCC83;
}
</style>
background-color css
<style>
a { background-color: #1DCC83; }
a { background-color: rgb(29,204,131); }
div.DivClassName
{
background-color: #1DCC83;
}
.BgClassName
{
background-color: #1DCC83;
}
</style>
border-color css
<style>
span { border-color: #1DCC83; }
span { border-color: rgb(29,204,131); }
td.TdClassName
{
border-color: #1DCC83;
}
.TagClassName
{
border-color: #1DCC83;
}
</style>