Shades of Mountain Meadow #1FC187
Tints of Mountain Meadow #1FC187
RGB
CMYK
RGB Variations
Color information
#1FC187 (or 0x1FC187) is known color: Mountain Meadow. HEX triplet: 1F, C1 and 87. RGB value is (31,193,135). Sum of RGB (Red+Green+Blue) = 31+193+135=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC187 is #E03E78. Grayscale: #8A8A8A. Windows color (decimal): -14696057 or 8896799. OLE color: 8896799.
HSL color Cylindrical-coordinate representation of color #1FC187: hue angle of 158.52º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC187 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 135 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.24 |
| HSL | 158.52º | 0.72% | 0.44% | - |
| HSV(B) | 158.52º | 0.84% | 0.76% | - |
| XYZ | 24.01 | 40.18 | 29.41 | - |
| YUV | 137.95 | 126.33 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 135 | 0.84 | 0 | 0.30 | 0.24 | 158.52 | 0.72 | 0.44 |
| Hex | 1F | C1 | 87 | 54 | 0 | 1E | 18 | 9F | 48 | 2C |
| Octal | 37 | 301 | 207 | 124 | 0 | 36 | 30 | 237 | 110 | 54 |
| Binary | 11111 | 11000001 | 10000111 | 1010100 | 0 | 11110 | 11000 | 10011111 | 1001000 | 101100 |
Color Harmonies of #1FC187
Complementary color
Monochromatic Colors of #1FC187
Black with #1FC187
Text Example
Text Example
White with #1FC187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC187; }
p { color: rgb(31,193,135); }
H1.HeaderClassName
{
color: #1FC187;
}
.AnyTagClassName
{
color: #1FC187;
}
</style>
background-color css
<style>
a { background-color: #1FC187; }
a { background-color: rgb(31,193,135); }
div.DivClassName
{
background-color: #1FC187;
}
.BgClassName
{
background-color: #1FC187;
}
</style>
border-color css
<style>
span { border-color: #1FC187; }
span { border-color: rgb(31,193,135); }
td.TdClassName
{
border-color: #1FC187;
}
.TagClassName
{
border-color: #1FC187;
}
</style>