Shades of Mountain Meadow #1DBC6B
Tints of Mountain Meadow #1DBC6B
RGB
CMYK
RGB Variations
Color information
#1DBC6B (or 0x1DBC6B) is known color: Mountain Meadow. HEX triplet: 1D, BC and 6B. RGB value is (29,188,107). Sum of RGB (Red+Green+Blue) = 29+188+107=324 (42% of max value = 765). Red value is 29 (11.72% from 255 or 8.95% from 324); Green value is 188 (73.83% from 255 or 58.02% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 188 - color contains mainly: green. Hex color #1DBC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBC6B is #E24394. Grayscale: #838383. Windows color (decimal): -14828437 or 7060509. OLE color: 7060509.
HSL color Cylindrical-coordinate representation of color #1DBC6B: hue angle of 149.43º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBC6B is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 188 | 107 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.26 |
| HSL | 149.43º | 0.73% | 0.43% | - |
| HSV(B) | 149.43º | 0.85% | 0.74% | - |
| XYZ | 21.14 | 37.29 | 19.99 | - |
| YUV | 131.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 188 | 107 | 0.85 | 0 | 0.43 | 0.26 | 149.43 | 0.73 | 0.43 |
| Hex | 1D | BC | 6B | 55 | 0 | 2B | 1A | 95 | 49 | 2B |
| Octal | 35 | 274 | 153 | 125 | 0 | 53 | 32 | 225 | 111 | 53 |
| Binary | 11101 | 10111100 | 1101011 | 1010101 | 0 | 101011 | 11010 | 10010101 | 1001001 | 101011 |
Color Harmonies of #1DBC6B
Complementary color
Monochromatic Colors of #1DBC6B
Black with #1DBC6B
Text Example
Text Example
White with #1DBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBC6B; }
p { color: rgb(29,188,107); }
H1.HeaderClassName
{
color: #1DBC6B;
}
.AnyTagClassName
{
color: #1DBC6B;
}
</style>
background-color css
<style>
a { background-color: #1DBC6B; }
a { background-color: rgb(29,188,107); }
div.DivClassName
{
background-color: #1DBC6B;
}
.BgClassName
{
background-color: #1DBC6B;
}
</style>
border-color css
<style>
span { border-color: #1DBC6B; }
span { border-color: rgb(29,188,107); }
td.TdClassName
{
border-color: #1DBC6B;
}
.TagClassName
{
border-color: #1DBC6B;
}
</style>