Shades of Mountain Meadow #1DB16B
Tints of Mountain Meadow #1DB16B
RGB
CMYK
RGB Variations
Color information
#1DB16B (or 0x1DB16B) is known color: Mountain Meadow. HEX triplet: 1D, B1 and 6B. RGB value is (29,177,107). Sum of RGB (Red+Green+Blue) = 29+177+107=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #1DB16B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1DB16B is #E24E94. Grayscale: #7C7C7C. Windows color (decimal): -14831253 or 7057693. OLE color: 7057693.
HSL color Cylindrical-coordinate representation of color #1DB16B: hue angle of 151.62º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB16B is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 29 | 177 | 107 | - |
| CMYK | 0.84 | 0 | 0.40 | 0.31 |
| HSL | 151.62º | 0.72% | 0.4% | - |
| HSV(B) | 151.62º | 0.84% | 0.69% | - |
| XYZ | 18.88 | 32.77 | 19.24 | - |
| YUV | 124.77 | 117.97 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 177 | 107 | 0.84 | 0 | 0.40 | 0.31 | 151.62 | 0.72 | 0.4 |
| Hex | 1D | B1 | 6B | 54 | 0 | 28 | 1F | 98 | 48 | 28 |
| Octal | 35 | 261 | 153 | 124 | 0 | 50 | 37 | 230 | 110 | 50 |
| Binary | 11101 | 10110001 | 1101011 | 1010100 | 0 | 101000 | 11111 | 10011000 | 1001000 | 101000 |
Color Harmonies of #1DB16B
Complementary color
Monochromatic Colors of #1DB16B
Black with #1DB16B
Text Example
Text Example
White with #1DB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB16B; }
p { color: rgb(29,177,107); }
H1.HeaderClassName
{
color: #1DB16B;
}
.AnyTagClassName
{
color: #1DB16B;
}
</style>
background-color css
<style>
a { background-color: #1DB16B; }
a { background-color: rgb(29,177,107); }
div.DivClassName
{
background-color: #1DB16B;
}
.BgClassName
{
background-color: #1DB16B;
}
</style>
border-color css
<style>
span { border-color: #1DB16B; }
span { border-color: rgb(29,177,107); }
td.TdClassName
{
border-color: #1DB16B;
}
.TagClassName
{
border-color: #1DB16B;
}
</style>