Shades of Mountain Meadow #1DCB7B
Tints of Mountain Meadow #1DCB7B
RGB
CMYK
RGB Variations
Color information
#1DCB7B (or 0x1DCB7B) is known color: Mountain Meadow. HEX triplet: 1D, CB and 7B. RGB value is (29,203,123). Sum of RGB (Red+Green+Blue) = 29+203+123=355 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.17% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #1DCB7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DCB7B is #E23484. Grayscale: #8E8E8E. Windows color (decimal): -14824581 or 8112925. OLE color: 8112925.
HSL color Cylindrical-coordinate representation of color #1DCB7B: hue angle of 152.41º 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 #1DCB7B is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 203 | 123 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.20 |
| HSL | 152.41º | 0.75% | 0.45% | - |
| HSV(B) | 152.41º | 0.86% | 0.8% | - |
| XYZ | 25.44 | 44.4 | 25.97 | - |
| YUV | 141.85 | 117.35 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 123 | 0.86 | 0 | 0.39 | 0.20 | 152.41 | 0.75 | 0.45 |
| Hex | 1D | CB | 7B | 56 | 0 | 27 | 14 | 98 | 4B | 2D |
| Octal | 35 | 313 | 173 | 126 | 0 | 47 | 24 | 230 | 113 | 55 |
| Binary | 11101 | 11001011 | 1111011 | 1010110 | 0 | 100111 | 10100 | 10011000 | 1001011 | 101101 |
Color Harmonies of #1DCB7B
Complementary color
Monochromatic Colors of #1DCB7B
Black with #1DCB7B
Text Example
Text Example
White with #1DCB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCB7B; }
p { color: rgb(29,203,123); }
H1.HeaderClassName
{
color: #1DCB7B;
}
.AnyTagClassName
{
color: #1DCB7B;
}
</style>
background-color css
<style>
a { background-color: #1DCB7B; }
a { background-color: rgb(29,203,123); }
div.DivClassName
{
background-color: #1DCB7B;
}
.BgClassName
{
background-color: #1DCB7B;
}
</style>
border-color css
<style>
span { border-color: #1DCB7B; }
span { border-color: rgb(29,203,123); }
td.TdClassName
{
border-color: #1DCB7B;
}
.TagClassName
{
border-color: #1DCB7B;
}
</style>