Shades of Mountain Meadow #1FB175
Tints of Mountain Meadow #1FB175
RGB
CMYK
RGB Variations
Color information
#1FB175 (or 0x1FB175) is known color: Mountain Meadow. HEX triplet: 1F, B1 and 75. RGB value is (31,177,117). Sum of RGB (Red+Green+Blue) = 31+177+117=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 177 (69.53% from 255 or 54.46% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 177 - color contains mainly: green. Hex color #1FB175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FB175 is #E04E8A. Grayscale: #7E7E7E. Windows color (decimal): -14700171 or 7713055. OLE color: 7713055.
HSL color Cylindrical-coordinate representation of color #1FB175: hue angle of 155.34º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB175 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 177 | 117 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.31 |
| HSL | 155.34º | 0.7% | 0.41% | - |
| HSV(B) | 155.34º | 0.82% | 0.69% | - |
| XYZ | 19.5 | 33.02 | 22.18 | - |
| YUV | 126.51 | 122.63 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 177 | 117 | 0.82 | 0 | 0.34 | 0.31 | 155.34 | 0.7 | 0.41 |
| Hex | 1F | B1 | 75 | 52 | 0 | 22 | 1F | 9B | 46 | 29 |
| Octal | 37 | 261 | 165 | 122 | 0 | 42 | 37 | 233 | 106 | 51 |
| Binary | 11111 | 10110001 | 1110101 | 1010010 | 0 | 100010 | 11111 | 10011011 | 1000110 | 101001 |
Color Harmonies of #1FB175
Complementary color
Monochromatic Colors of #1FB175
Black with #1FB175
Text Example
Text Example
White with #1FB175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB175; }
p { color: rgb(31,177,117); }
H1.HeaderClassName
{
color: #1FB175;
}
.AnyTagClassName
{
color: #1FB175;
}
</style>
background-color css
<style>
a { background-color: #1FB175; }
a { background-color: rgb(31,177,117); }
div.DivClassName
{
background-color: #1FB175;
}
.BgClassName
{
background-color: #1FB175;
}
</style>
border-color css
<style>
span { border-color: #1FB175; }
span { border-color: rgb(31,177,117); }
td.TdClassName
{
border-color: #1FB175;
}
.TagClassName
{
border-color: #1FB175;
}
</style>