Shades of Mountain Meadow #1DB480
Tints of Mountain Meadow #1DB480
RGB
CMYK
RGB Variations
Color information
#1DB480 (or 0x1DB480) is known color: Mountain Meadow. HEX triplet: 1D, B4 and 80. RGB value is (29,180,128). Sum of RGB (Red+Green+Blue) = 29+180+128=337 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.61% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #1DB480 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB480 is #E24B7F. Grayscale: #808080. Windows color (decimal): -14830464 or 8434717. OLE color: 8434717.
HSL color Cylindrical-coordinate representation of color #1DB480: hue angle of 159.34º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB480 is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 29 | 180 | 128 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.29 |
| HSL | 159.34º | 0.72% | 0.41% | - |
| HSV(B) | 159.34º | 0.84% | 0.71% | - |
| XYZ | 20.72 | 34.46 | 25.98 | - |
| YUV | 128.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 180 | 128 | 0.84 | 0 | 0.29 | 0.29 | 159.34 | 0.72 | 0.41 |
| Hex | 1D | B4 | 80 | 54 | 0 | 1D | 1D | 9F | 48 | 29 |
| Octal | 35 | 264 | 200 | 124 | 0 | 35 | 35 | 237 | 110 | 51 |
| Binary | 11101 | 10110100 | 10000000 | 1010100 | 0 | 11101 | 11101 | 10011111 | 1001000 | 101001 |
Color Harmonies of #1DB480
Complementary color
Monochromatic Colors of #1DB480
Black with #1DB480
Text Example
Text Example
White with #1DB480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DB480; }
p { color: rgb(29,180,128); }
H1.HeaderClassName
{
color: #1DB480;
}
.AnyTagClassName
{
color: #1DB480;
}
</style>
background-color css
<style>
a { background-color: #1DB480; }
a { background-color: rgb(29,180,128); }
div.DivClassName
{
background-color: #1DB480;
}
.BgClassName
{
background-color: #1DB480;
}
</style>
border-color css
<style>
span { border-color: #1DB480; }
span { border-color: rgb(29,180,128); }
td.TdClassName
{
border-color: #1DB480;
}
.TagClassName
{
border-color: #1DB480;
}
</style>