Shades of Mountain Meadow #1DCB7F
Tints of Mountain Meadow #1DCB7F
RGB
CMYK
RGB Variations
Color information
#1DCB7F (or 0x1DCB7F) is known color: Mountain Meadow. HEX triplet: 1D, CB and 7F. RGB value is (29,203,127). Sum of RGB (Red+Green+Blue) = 29+203+127=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 203 (79.69% from 255 or 56.55% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCB7F is #E23480. Grayscale: #8E8E8E. Windows color (decimal): -14824577 or 8375069. OLE color: 8375069.
HSL color Cylindrical-coordinate representation of color #1DCB7F: hue angle of 153.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCB7F is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 127 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.20 |
| HSL | 153.79º | 0.75% | 0.45% | - |
| HSV(B) | 153.79º | 0.86% | 0.8% | - |
| XYZ | 25.69 | 44.51 | 27.31 | - |
| YUV | 142.31 | 119.35 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 127 | 0.86 | 0 | 0.37 | 0.20 | 153.79 | 0.75 | 0.45 |
| Hex | 1D | CB | 7F | 56 | 0 | 25 | 14 | 9A | 4B | 2D |
| Octal | 35 | 313 | 177 | 126 | 0 | 45 | 24 | 232 | 113 | 55 |
| Binary | 11101 | 11001011 | 1111111 | 1010110 | 0 | 100101 | 10100 | 10011010 | 1001011 | 101101 |
Color Harmonies of #1DCB7F
Complementary color
Monochromatic Colors of #1DCB7F
Black with #1DCB7F
Text Example
Text Example
White with #1DCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCB7F; }
p { color: rgb(29,203,127); }
H1.HeaderClassName
{
color: #1DCB7F;
}
.AnyTagClassName
{
color: #1DCB7F;
}
</style>
background-color css
<style>
a { background-color: #1DCB7F; }
a { background-color: rgb(29,203,127); }
div.DivClassName
{
background-color: #1DCB7F;
}
.BgClassName
{
background-color: #1DCB7F;
}
</style>
border-color css
<style>
span { border-color: #1DCB7F; }
span { border-color: rgb(29,203,127); }
td.TdClassName
{
border-color: #1DCB7F;
}
.TagClassName
{
border-color: #1DCB7F;
}
</style>