Shades of Mountain Meadow #1DC58B
Tints of Mountain Meadow #1DC58B
RGB
CMYK
RGB Variations
Color information
#1DC58B (or 0x1DC58B) is known color: Mountain Meadow. HEX triplet: 1D, C5 and 8B. RGB value is (29,197,139). Sum of RGB (Red+Green+Blue) = 29+197+139=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC58B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC58B is #E23A74. Grayscale: #8C8C8C. Windows color (decimal): -14826101 or 9159965. OLE color: 9159965.
HSL color Cylindrical-coordinate representation of color #1DC58B: hue angle of 159.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 #1DC58B is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 139 | - |
| CMYK | 0.85 | 0 | 0.29 | 0.23 |
| HSL | 159.29º | 0.74% | 0.44% | - |
| HSV(B) | 159.29º | 0.85% | 0.77% | - |
| XYZ | 25.13 | 42.06 | 31.22 | - |
| YUV | 140.16 | 127.34 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 139 | 0.85 | 0 | 0.29 | 0.23 | 159.29 | 0.74 | 0.44 |
| Hex | 1D | C5 | 8B | 55 | 0 | 1D | 17 | 9F | 4A | 2C |
| Octal | 35 | 305 | 213 | 125 | 0 | 35 | 27 | 237 | 112 | 54 |
| Binary | 11101 | 11000101 | 10001011 | 1010101 | 0 | 11101 | 10111 | 10011111 | 1001010 | 101100 |
Color Harmonies of #1DC58B
Complementary color
Monochromatic Colors of #1DC58B
Black with #1DC58B
Text Example
Text Example
White with #1DC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC58B; }
p { color: rgb(29,197,139); }
H1.HeaderClassName
{
color: #1DC58B;
}
.AnyTagClassName
{
color: #1DC58B;
}
</style>
background-color css
<style>
a { background-color: #1DC58B; }
a { background-color: rgb(29,197,139); }
div.DivClassName
{
background-color: #1DC58B;
}
.BgClassName
{
background-color: #1DC58B;
}
</style>
border-color css
<style>
span { border-color: #1DC58B; }
span { border-color: rgb(29,197,139); }
td.TdClassName
{
border-color: #1DC58B;
}
.TagClassName
{
border-color: #1DC58B;
}
</style>