Shades of Mountain Meadow #1DBF72
Tints of Mountain Meadow #1DBF72
RGB
CMYK
RGB Variations
Color information
#1DBF72 (or 0x1DBF72) is known color: Mountain Meadow. HEX triplet: 1D, BF and 72. RGB value is (29,191,114). Sum of RGB (Red+Green+Blue) = 29+191+114=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 191 (75% from 255 or 57.19% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBF72 is #E2408D. Grayscale: #858585. Windows color (decimal): -14827662 or 7520029. OLE color: 7520029.
HSL color Cylindrical-coordinate representation of color #1DBF72: hue angle of 151.48º 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 #1DBF72 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 114 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.25 |
| HSL | 151.48º | 0.74% | 0.43% | - |
| HSV(B) | 151.48º | 0.85% | 0.75% | - |
| XYZ | 22.17 | 38.74 | 22.23 | - |
| YUV | 133.78 | 116.83 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 114 | 0.85 | 0 | 0.40 | 0.25 | 151.48 | 0.74 | 0.43 |
| Hex | 1D | BF | 72 | 55 | 0 | 28 | 19 | 97 | 4A | 2B |
| Octal | 35 | 277 | 162 | 125 | 0 | 50 | 31 | 227 | 112 | 53 |
| Binary | 11101 | 10111111 | 1110010 | 1010101 | 0 | 101000 | 11001 | 10010111 | 1001010 | 101011 |
Color Harmonies of #1DBF72
Complementary color
Monochromatic Colors of #1DBF72
Black with #1DBF72
Text Example
Text Example
White with #1DBF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF72; }
p { color: rgb(29,191,114); }
H1.HeaderClassName
{
color: #1DBF72;
}
.AnyTagClassName
{
color: #1DBF72;
}
</style>
background-color css
<style>
a { background-color: #1DBF72; }
a { background-color: rgb(29,191,114); }
div.DivClassName
{
background-color: #1DBF72;
}
.BgClassName
{
background-color: #1DBF72;
}
</style>
border-color css
<style>
span { border-color: #1DBF72; }
span { border-color: rgb(29,191,114); }
td.TdClassName
{
border-color: #1DBF72;
}
.TagClassName
{
border-color: #1DBF72;
}
</style>