Shades of Mountain Meadow #1FC087
Tints of Mountain Meadow #1FC087
RGB
CMYK
RGB Variations
Color information
#1FC087 (or 0x1FC087) is known color: Mountain Meadow. HEX triplet: 1F, C0 and 87. RGB value is (31,192,135). Sum of RGB (Red+Green+Blue) = 31+192+135=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 192 (75.39% from 255 or 53.63% from 358); Blue value is 135 (53.12% from 255 or 37.71% from 358); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC087 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC087 is #E03F78. Grayscale: #898989. Windows color (decimal): -14696313 or 8896543. OLE color: 8896543.
HSL color Cylindrical-coordinate representation of color #1FC087: hue angle of 158.76º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC087 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 135 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.25 |
| HSL | 158.76º | 0.72% | 0.44% | - |
| HSV(B) | 158.76º | 0.84% | 0.75% | - |
| XYZ | 23.79 | 39.74 | 29.34 | - |
| YUV | 137.36 | 126.66 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 135 | 0.84 | 0 | 0.30 | 0.25 | 158.76 | 0.72 | 0.44 |
| Hex | 1F | C0 | 87 | 54 | 0 | 1E | 19 | 9F | 48 | 2C |
| Octal | 37 | 300 | 207 | 124 | 0 | 36 | 31 | 237 | 110 | 54 |
| Binary | 11111 | 11000000 | 10000111 | 1010100 | 0 | 11110 | 11001 | 10011111 | 1001000 | 101100 |
Color Harmonies of #1FC087
Complementary color
Monochromatic Colors of #1FC087
Black with #1FC087
Text Example
Text Example
White with #1FC087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC087; }
p { color: rgb(31,192,135); }
H1.HeaderClassName
{
color: #1FC087;
}
.AnyTagClassName
{
color: #1FC087;
}
</style>
background-color css
<style>
a { background-color: #1FC087; }
a { background-color: rgb(31,192,135); }
div.DivClassName
{
background-color: #1FC087;
}
.BgClassName
{
background-color: #1FC087;
}
</style>
border-color css
<style>
span { border-color: #1FC087; }
span { border-color: rgb(31,192,135); }
td.TdClassName
{
border-color: #1FC087;
}
.TagClassName
{
border-color: #1FC087;
}
</style>