Shades of Mountain Meadow #1FB88B
Tints of Mountain Meadow #1FB88B
RGB
CMYK
RGB Variations
Color information
#1FB88B (or 0x1FB88B) is known color: Mountain Meadow. HEX triplet: 1F, B8 and 8B. RGB value is (31,184,139). Sum of RGB (Red+Green+Blue) = 31+184+139=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 184 (72.27% from 255 or 51.98% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 184 - color contains mainly: green. Hex color #1FB88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB88B is #E04774. Grayscale: #858585. Windows color (decimal): -14698357 or 9156639. OLE color: 9156639.
HSL color Cylindrical-coordinate representation of color #1FB88B: hue angle of 162.35º 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 #1FB88B is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 31 | 184 | 139 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.28 |
| HSL | 162.35º | 0.71% | 0.42% | - |
| HSV(B) | 162.35º | 0.83% | 0.72% | - |
| XYZ | 22.37 | 36.44 | 30.28 | - |
| YUV | 133.12 | 131.31 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 139 | 0.83 | 0 | 0.24 | 0.28 | 162.35 | 0.71 | 0.42 |
| Hex | 1F | B8 | 8B | 53 | 0 | 18 | 1C | A2 | 47 | 2A |
| Octal | 37 | 270 | 213 | 123 | 0 | 30 | 34 | 242 | 107 | 52 |
| Binary | 11111 | 10111000 | 10001011 | 1010011 | 0 | 11000 | 11100 | 10100010 | 1000111 | 101010 |
Color Harmonies of #1FB88B
Complementary color
Monochromatic Colors of #1FB88B
Black with #1FB88B
Text Example
Text Example
White with #1FB88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB88B; }
p { color: rgb(31,184,139); }
H1.HeaderClassName
{
color: #1FB88B;
}
.AnyTagClassName
{
color: #1FB88B;
}
</style>
background-color css
<style>
a { background-color: #1FB88B; }
a { background-color: rgb(31,184,139); }
div.DivClassName
{
background-color: #1FB88B;
}
.BgClassName
{
background-color: #1FB88B;
}
</style>
border-color css
<style>
span { border-color: #1FB88B; }
span { border-color: rgb(31,184,139); }
td.TdClassName
{
border-color: #1FB88B;
}
.TagClassName
{
border-color: #1FB88B;
}
</style>