Shades of Feijoa #B1EB8B
Tints of Feijoa #B1EB8B
RGB
CMYK
RGB Variations
Color information
#B1EB8B (or 0xB1EB8B) is known color: Feijoa. HEX triplet: B1, EB and 8B. RGB value is (177,235,139). Sum of RGB (Red+Green+Blue) = 177+235+139=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EB8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EB8B is #4E1474. Grayscale: #CFCFCF. Windows color (decimal): -5117045 or 9169841. OLE color: 9169841.
HSL color Cylindrical-coordinate representation of color #B1EB8B: hue angle of 96.25º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1EB8B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 139 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.08 |
| HSL | 96.25º | 0.71% | 0.73% | - |
| HSV(B) | 96.25º | 0.41% | 0.92% | - |
| XYZ | 52.5 | 70.63 | 35.29 | - |
| YUV | 206.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 139 | 0.25 | 0 | 0.41 | 0.08 | 96.25 | 0.71 | 0.73 |
| Hex | B1 | EB | 8B | 19 | 0 | 29 | 8 | 60 | 47 | 49 |
| Octal | 261 | 353 | 213 | 31 | 0 | 51 | 10 | 140 | 107 | 111 |
| Binary | 10110001 | 11101011 | 10001011 | 11001 | 0 | 101001 | 1000 | 1100000 | 1000111 | 1001001 |
Color Harmonies of #B1EB8B
Complementary color
Monochromatic Colors of #B1EB8B
Black with #B1EB8B
Text Example
Text Example
White with #B1EB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EB8B; }
p { color: rgb(177,235,139); }
H1.HeaderClassName
{
color: #B1EB8B;
}
.AnyTagClassName
{
color: #B1EB8B;
}
</style>
background-color css
<style>
a { background-color: #B1EB8B; }
a { background-color: rgb(177,235,139); }
div.DivClassName
{
background-color: #B1EB8B;
}
.BgClassName
{
background-color: #B1EB8B;
}
</style>
border-color css
<style>
span { border-color: #B1EB8B; }
span { border-color: rgb(177,235,139); }
td.TdClassName
{
border-color: #B1EB8B;
}
.TagClassName
{
border-color: #B1EB8B;
}
</style>