Shades of Mountain Meadow #1DBF78
Tints of Mountain Meadow #1DBF78
RGB
CMYK
RGB Variations
Color information
#1DBF78 (or 0x1DBF78) is known color: Mountain Meadow. HEX triplet: 1D, BF and 78. RGB value is (29,191,120). Sum of RGB (Red+Green+Blue) = 29+191+120=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 191 (75% from 255 or 56.18% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBF78 is #E24087. Grayscale: #868686. Windows color (decimal): -14827656 or 7913245. OLE color: 7913245.
HSL color Cylindrical-coordinate representation of color #1DBF78: hue angle of 153.7º 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 #1DBF78 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 120 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.25 |
| HSL | 153.7º | 0.74% | 0.43% | - |
| HSV(B) | 153.7º | 0.85% | 0.75% | - |
| XYZ | 22.53 | 38.88 | 24.09 | - |
| YUV | 134.47 | 119.83 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 120 | 0.85 | 0 | 0.37 | 0.25 | 153.7 | 0.74 | 0.43 |
| Hex | 1D | BF | 78 | 55 | 0 | 25 | 19 | 9A | 4A | 2B |
| Octal | 35 | 277 | 170 | 125 | 0 | 45 | 31 | 232 | 112 | 53 |
| Binary | 11101 | 10111111 | 1111000 | 1010101 | 0 | 100101 | 11001 | 10011010 | 1001010 | 101011 |
Color Harmonies of #1DBF78
Complementary color
Monochromatic Colors of #1DBF78
Black with #1DBF78
Text Example
Text Example
White with #1DBF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF78; }
p { color: rgb(29,191,120); }
H1.HeaderClassName
{
color: #1DBF78;
}
.AnyTagClassName
{
color: #1DBF78;
}
</style>
background-color css
<style>
a { background-color: #1DBF78; }
a { background-color: rgb(29,191,120); }
div.DivClassName
{
background-color: #1DBF78;
}
.BgClassName
{
background-color: #1DBF78;
}
</style>
border-color css
<style>
span { border-color: #1DBF78; }
span { border-color: rgb(29,191,120); }
td.TdClassName
{
border-color: #1DBF78;
}
.TagClassName
{
border-color: #1DBF78;
}
</style>