Shades of Mountain Meadow #1DBE6E
Tints of Mountain Meadow #1DBE6E
RGB
CMYK
RGB Variations
Color information
#1DBE6E (or 0x1DBE6E) is known color: Mountain Meadow. HEX triplet: 1D, BE and 6E. RGB value is (29,190,110). Sum of RGB (Red+Green+Blue) = 29+190+110=329 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.81% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #1DBE6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBE6E is #E24191. Grayscale: #848484. Windows color (decimal): -14827922 or 7257629. OLE color: 7257629.
HSL color Cylindrical-coordinate representation of color #1DBE6E: hue angle of 150.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DBE6E is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 190 | 110 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.25 |
| HSL | 150.19º | 0.74% | 0.43% | - |
| HSV(B) | 150.19º | 0.85% | 0.75% | - |
| XYZ | 21.73 | 38.21 | 20.98 | - |
| YUV | 132.74 | 115.16 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 190 | 110 | 0.85 | 0 | 0.42 | 0.25 | 150.19 | 0.74 | 0.43 |
| Hex | 1D | BE | 6E | 55 | 0 | 2A | 19 | 96 | 4A | 2B |
| Octal | 35 | 276 | 156 | 125 | 0 | 52 | 31 | 226 | 112 | 53 |
| Binary | 11101 | 10111110 | 1101110 | 1010101 | 0 | 101010 | 11001 | 10010110 | 1001010 | 101011 |
Color Harmonies of #1DBE6E
Complementary color
Monochromatic Colors of #1DBE6E
Black with #1DBE6E
Text Example
Text Example
White with #1DBE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBE6E; }
p { color: rgb(29,190,110); }
H1.HeaderClassName
{
color: #1DBE6E;
}
.AnyTagClassName
{
color: #1DBE6E;
}
</style>
background-color css
<style>
a { background-color: #1DBE6E; }
a { background-color: rgb(29,190,110); }
div.DivClassName
{
background-color: #1DBE6E;
}
.BgClassName
{
background-color: #1DBE6E;
}
</style>
border-color css
<style>
span { border-color: #1DBE6E; }
span { border-color: rgb(29,190,110); }
td.TdClassName
{
border-color: #1DBE6E;
}
.TagClassName
{
border-color: #1DBE6E;
}
</style>