Shades of Mountain Meadow #1DC271
Tints of Mountain Meadow #1DC271
RGB
CMYK
RGB Variations
Color information
#1DC271 (or 0x1DC271) is known color: Mountain Meadow. HEX triplet: 1D, C2 and 71. RGB value is (29,194,113). Sum of RGB (Red+Green+Blue) = 29+194+113=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 194 (76.17% from 255 or 57.74% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 194 - color contains mainly: green. Hex color #1DC271 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DC271 is #E23D8E. Grayscale: #878787. Windows color (decimal): -14826895 or 7455261. OLE color: 7455261.
HSL color Cylindrical-coordinate representation of color #1DC271: hue angle of 150.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC271 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 194 | 113 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.24 |
| HSL | 150.55º | 0.74% | 0.44% | - |
| HSV(B) | 150.55º | 0.85% | 0.76% | - |
| XYZ | 22.78 | 40.04 | 22.15 | - |
| YUV | 135.43 | 115.34 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 194 | 113 | 0.85 | 0 | 0.42 | 0.24 | 150.55 | 0.74 | 0.44 |
| Hex | 1D | C2 | 71 | 55 | 0 | 2A | 18 | 97 | 4A | 2C |
| Octal | 35 | 302 | 161 | 125 | 0 | 52 | 30 | 227 | 112 | 54 |
| Binary | 11101 | 11000010 | 1110001 | 1010101 | 0 | 101010 | 11000 | 10010111 | 1001010 | 101100 |
Color Harmonies of #1DC271
Complementary color
Monochromatic Colors of #1DC271
Black with #1DC271
Text Example
Text Example
White with #1DC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC271; }
p { color: rgb(29,194,113); }
H1.HeaderClassName
{
color: #1DC271;
}
.AnyTagClassName
{
color: #1DC271;
}
</style>
background-color css
<style>
a { background-color: #1DC271; }
a { background-color: rgb(29,194,113); }
div.DivClassName
{
background-color: #1DC271;
}
.BgClassName
{
background-color: #1DC271;
}
</style>
border-color css
<style>
span { border-color: #1DC271; }
span { border-color: rgb(29,194,113); }
td.TdClassName
{
border-color: #1DC271;
}
.TagClassName
{
border-color: #1DC271;
}
</style>