Shades of Mountain Meadow #1FCB87
Tints of Mountain Meadow #1FCB87
RGB
CMYK
RGB Variations
Color information
#1FCB87 (or 0x1FCB87) is known color: Mountain Meadow. HEX triplet: 1F, CB and 87. RGB value is (31,203,135). Sum of RGB (Red+Green+Blue) = 31+203+135=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCB87 is #E03478. Grayscale: #8F8F8F. Windows color (decimal): -14693497 or 8899359. OLE color: 8899359.
HSL color Cylindrical-coordinate representation of color #1FCB87: hue angle of 156.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCB87 is Cyan = 0.85, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 135 | - |
| CMYK | 0.85 | 0 | 0.33 | 0.20 |
| HSL | 156.28º | 0.74% | 0.46% | - |
| HSV(B) | 156.28º | 0.85% | 0.8% | - |
| XYZ | 26.29 | 44.75 | 30.17 | - |
| YUV | 143.82 | 123.02 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 135 | 0.85 | 0 | 0.33 | 0.20 | 156.28 | 0.74 | 0.46 |
| Hex | 1F | CB | 87 | 55 | 0 | 21 | 14 | 9C | 4A | 2E |
| Octal | 37 | 313 | 207 | 125 | 0 | 41 | 24 | 234 | 112 | 56 |
| Binary | 11111 | 11001011 | 10000111 | 1010101 | 0 | 100001 | 10100 | 10011100 | 1001010 | 101110 |
Color Harmonies of #1FCB87
Complementary color
Monochromatic Colors of #1FCB87
Black with #1FCB87
Text Example
Text Example
White with #1FCB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB87; }
p { color: rgb(31,203,135); }
H1.HeaderClassName
{
color: #1FCB87;
}
.AnyTagClassName
{
color: #1FCB87;
}
</style>
background-color css
<style>
a { background-color: #1FCB87; }
a { background-color: rgb(31,203,135); }
div.DivClassName
{
background-color: #1FCB87;
}
.BgClassName
{
background-color: #1FCB87;
}
</style>
border-color css
<style>
span { border-color: #1FCB87; }
span { border-color: rgb(31,203,135); }
td.TdClassName
{
border-color: #1FCB87;
}
.TagClassName
{
border-color: #1FCB87;
}
</style>