Shades of Mountain Meadow #1DBF94
Tints of Mountain Meadow #1DBF94
RGB
CMYK
RGB Variations
Color information
#1DBF94 (or 0x1DBF94) is known color: Mountain Meadow. HEX triplet: 1D, BF and 94. RGB value is (29,191,148). Sum of RGB (Red+Green+Blue) = 29+191+148=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 191 (75% from 255 or 51.90% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBF94 is #E2406B. Grayscale: #898989. Windows color (decimal): -14827628 or 9748253. OLE color: 9748253.
HSL color Cylindrical-coordinate representation of color #1DBF94: hue angle of 164.07º 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 #1DBF94 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 148 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.25 |
| HSL | 164.07º | 0.74% | 0.43% | - |
| HSV(B) | 164.07º | 0.85% | 0.75% | - |
| XYZ | 24.48 | 39.66 | 34.38 | - |
| YUV | 137.66 | 133.83 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 148 | 0.85 | 0 | 0.23 | 0.25 | 164.07 | 0.74 | 0.43 |
| Hex | 1D | BF | 94 | 55 | 0 | 17 | 19 | A4 | 4A | 2B |
| Octal | 35 | 277 | 224 | 125 | 0 | 27 | 31 | 244 | 112 | 53 |
| Binary | 11101 | 10111111 | 10010100 | 1010101 | 0 | 10111 | 11001 | 10100100 | 1001010 | 101011 |
Color Harmonies of #1DBF94
Complementary color
Monochromatic Colors of #1DBF94
Black with #1DBF94
Text Example
Text Example
White with #1DBF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF94; }
p { color: rgb(29,191,148); }
H1.HeaderClassName
{
color: #1DBF94;
}
.AnyTagClassName
{
color: #1DBF94;
}
</style>
background-color css
<style>
a { background-color: #1DBF94; }
a { background-color: rgb(29,191,148); }
div.DivClassName
{
background-color: #1DBF94;
}
.BgClassName
{
background-color: #1DBF94;
}
</style>
border-color css
<style>
span { border-color: #1DBF94; }
span { border-color: rgb(29,191,148); }
td.TdClassName
{
border-color: #1DBF94;
}
.TagClassName
{
border-color: #1DBF94;
}
</style>