Shades of Mountain Meadow #1DBF99
Tints of Mountain Meadow #1DBF99
RGB
CMYK
RGB Variations
Color information
#1DBF99 (or 0x1DBF99) is known color: Mountain Meadow. HEX triplet: 1D, BF and 99. RGB value is (29,191,153). Sum of RGB (Red+Green+Blue) = 29+191+153=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 191 (75% from 255 or 51.21% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 191 - color contains mainly: green. Hex color #1DBF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBF99 is #E24066. Grayscale: #8A8A8A. Windows color (decimal): -14827623 or 10075933. OLE color: 10075933.
HSL color Cylindrical-coordinate representation of color #1DBF99: hue angle of 165.93º 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 #1DBF99 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 191 | 153 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.25 |
| HSL | 165.93º | 0.74% | 0.43% | - |
| HSV(B) | 165.93º | 0.85% | 0.75% | - |
| XYZ | 24.89 | 39.82 | 36.51 | - |
| YUV | 138.23 | 136.33 | 50.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 191 | 153 | 0.85 | 0 | 0.20 | 0.25 | 165.93 | 0.74 | 0.43 |
| Hex | 1D | BF | 99 | 55 | 0 | 14 | 19 | A6 | 4A | 2B |
| Octal | 35 | 277 | 231 | 125 | 0 | 24 | 31 | 246 | 112 | 53 |
| Binary | 11101 | 10111111 | 10011001 | 1010101 | 0 | 10100 | 11001 | 10100110 | 1001010 | 101011 |
Color Harmonies of #1DBF99
Complementary color
Monochromatic Colors of #1DBF99
Black with #1DBF99
Text Example
Text Example
White with #1DBF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DBF99; }
p { color: rgb(29,191,153); }
H1.HeaderClassName
{
color: #1DBF99;
}
.AnyTagClassName
{
color: #1DBF99;
}
</style>
background-color css
<style>
a { background-color: #1DBF99; }
a { background-color: rgb(29,191,153); }
div.DivClassName
{
background-color: #1DBF99;
}
.BgClassName
{
background-color: #1DBF99;
}
</style>
border-color css
<style>
span { border-color: #1DBF99; }
span { border-color: rgb(29,191,153); }
td.TdClassName
{
border-color: #1DBF99;
}
.TagClassName
{
border-color: #1DBF99;
}
</style>