Shades of Mountain Meadow #1FB88D
Tints of Mountain Meadow #1FB88D
RGB
CMYK
RGB Variations
Color information
#1FB88D (or 0x1FB88D) is known color: Mountain Meadow. HEX triplet: 1F, B8 and 8D. RGB value is (31,184,141). Sum of RGB (Red+Green+Blue) = 31+184+141=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB88D is #E04772. Grayscale: #858585. Windows color (decimal): -14698355 or 9287711. OLE color: 9287711.
HSL color Cylindrical-coordinate representation of color #1FB88D: hue angle of 163.14º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB88D is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 184 | 141 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.28 |
| HSL | 163.14º | 0.71% | 0.42% | - |
| HSV(B) | 163.14º | 0.83% | 0.72% | - |
| XYZ | 22.51 | 36.5 | 31.06 | - |
| YUV | 133.35 | 132.31 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 141 | 0.83 | 0 | 0.23 | 0.28 | 163.14 | 0.71 | 0.42 |
| Hex | 1F | B8 | 8D | 53 | 0 | 17 | 1C | A3 | 47 | 2A |
| Octal | 37 | 270 | 215 | 123 | 0 | 27 | 34 | 243 | 107 | 52 |
| Binary | 11111 | 10111000 | 10001101 | 1010011 | 0 | 10111 | 11100 | 10100011 | 1000111 | 101010 |
Color Harmonies of #1FB88D
Complementary color
Monochromatic Colors of #1FB88D
Black with #1FB88D
Text Example
Text Example
White with #1FB88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB88D; }
p { color: rgb(31,184,141); }
H1.HeaderClassName
{
color: #1FB88D;
}
.AnyTagClassName
{
color: #1FB88D;
}
</style>
background-color css
<style>
a { background-color: #1FB88D; }
a { background-color: rgb(31,184,141); }
div.DivClassName
{
background-color: #1FB88D;
}
.BgClassName
{
background-color: #1FB88D;
}
</style>
border-color css
<style>
span { border-color: #1FB88D; }
span { border-color: rgb(31,184,141); }
td.TdClassName
{
border-color: #1FB88D;
}
.TagClassName
{
border-color: #1FB88D;
}
</style>