Shades of Mountain Meadow #1DBF74
Tints of Mountain Meadow #1DBF74
RGB
CMYK
RGB Variations
Color information
#1DBF74 (or 0x1DBF74) is known color: Mountain Meadow. HEX triplet: 1D, BF and 74. RGB value is (29,191,116). Sum of RGB (Red+Green+Blue) = 29+191+116=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 191 (75% from 255 or 56.85% from 336); Blue value is 116 (45.70% from 255 or 34.52% from 336); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1DBF74 is #E2408B. Grayscale: #868686. Windows color (decimal): -14827660 or 7651101. OLE color: 7651101.
HSL color Cylindrical-coordinate representation of color #1DBF74: hue angle of 152.22º 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 #1DBF74 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 116 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.25 |
| HSL | 152.22º | 0.74% | 0.43% | - |
| HSV(B) | 152.22º | 0.85% | 0.75% | - |
| XYZ | 22.29 | 38.78 | 22.83 | - |
| YUV | 134.01 | 117.83 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 116 | 0.85 | 0 | 0.39 | 0.25 | 152.22 | 0.74 | 0.43 |
| Hex | 1D | BF | 74 | 55 | 0 | 27 | 19 | 98 | 4A | 2B |
| Octal | 35 | 277 | 164 | 125 | 0 | 47 | 31 | 230 | 112 | 53 |
| Binary | 11101 | 10111111 | 1110100 | 1010101 | 0 | 100111 | 11001 | 10011000 | 1001010 | 101011 |
Color Harmonies of #1DBF74
Complementary color
Monochromatic Colors of #1DBF74
Black with #1DBF74
Text Example
Text Example
White with #1DBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF74; }
p { color: rgb(29,191,116); }
H1.HeaderClassName
{
color: #1DBF74;
}
.AnyTagClassName
{
color: #1DBF74;
}
</style>
background-color css
<style>
a { background-color: #1DBF74; }
a { background-color: rgb(29,191,116); }
div.DivClassName
{
background-color: #1DBF74;
}
.BgClassName
{
background-color: #1DBF74;
}
</style>
border-color css
<style>
span { border-color: #1DBF74; }
span { border-color: rgb(29,191,116); }
td.TdClassName
{
border-color: #1DBF74;
}
.TagClassName
{
border-color: #1DBF74;
}
</style>