Shades of Mountain Meadow #1DB871
Tints of Mountain Meadow #1DB871
RGB
CMYK
RGB Variations
Color information
#1DB871 (or 0x1DB871) is known color: Mountain Meadow. HEX triplet: 1D, B8 and 71. RGB value is (29,184,113). Sum of RGB (Red+Green+Blue) = 29+184+113=326 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.90% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #1DB871 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DB871 is #E2478E. Grayscale: #818181. Windows color (decimal): -14829455 or 7452701. OLE color: 7452701.
HSL color Cylindrical-coordinate representation of color #1DB871: hue angle of 152.52º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB871 is Cyan = 0.84, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 29 | 184 | 113 | - |
| CMYK | 0.84 | 0 | 0.39 | 0.28 |
| HSL | 152.52º | 0.73% | 0.42% | - |
| HSV(B) | 152.52º | 0.84% | 0.72% | - |
| XYZ | 20.63 | 35.73 | 21.43 | - |
| YUV | 129.56 | 118.65 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 184 | 113 | 0.84 | 0 | 0.39 | 0.28 | 152.52 | 0.73 | 0.42 |
| Hex | 1D | B8 | 71 | 54 | 0 | 27 | 1C | 99 | 49 | 2A |
| Octal | 35 | 270 | 161 | 124 | 0 | 47 | 34 | 231 | 111 | 52 |
| Binary | 11101 | 10111000 | 1110001 | 1010100 | 0 | 100111 | 11100 | 10011001 | 1001001 | 101010 |
Color Harmonies of #1DB871
Complementary color
Monochromatic Colors of #1DB871
Black with #1DB871
Text Example
Text Example
White with #1DB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB871; }
p { color: rgb(29,184,113); }
H1.HeaderClassName
{
color: #1DB871;
}
.AnyTagClassName
{
color: #1DB871;
}
</style>
background-color css
<style>
a { background-color: #1DB871; }
a { background-color: rgb(29,184,113); }
div.DivClassName
{
background-color: #1DB871;
}
.BgClassName
{
background-color: #1DB871;
}
</style>
border-color css
<style>
span { border-color: #1DB871; }
span { border-color: rgb(29,184,113); }
td.TdClassName
{
border-color: #1DB871;
}
.TagClassName
{
border-color: #1DB871;
}
</style>