Shades of Feijoa #B1EB8C
Tints of Feijoa #B1EB8C
RGB
CMYK
RGB Variations
Color information
#B1EB8C (or 0xB1EB8C) is known color: Feijoa. HEX triplet: B1, EB and 8C. RGB value is (177,235,140). Sum of RGB (Red+Green+Blue) = 177+235+140=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 140 (55.08% from 255 or 25.36% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EB8C is #4E1473. Grayscale: #CFCFCF. Windows color (decimal): -5117044 or 9235377. OLE color: 9235377.
HSL color Cylindrical-coordinate representation of color #B1EB8C: hue angle of 96.63º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1EB8C is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 140 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.08 |
| HSL | 96.63º | 0.7% | 0.74% | - |
| HSV(B) | 96.63º | 0.4% | 0.92% | - |
| XYZ | 52.57 | 70.66 | 35.68 | - |
| YUV | 206.83 | 90.28 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 140 | 0.25 | 0 | 0.40 | 0.08 | 96.63 | 0.7 | 0.74 |
| Hex | B1 | EB | 8C | 19 | 0 | 28 | 8 | 61 | 46 | 4A |
| Octal | 261 | 353 | 214 | 31 | 0 | 50 | 10 | 141 | 106 | 112 |
| Binary | 10110001 | 11101011 | 10001100 | 11001 | 0 | 101000 | 1000 | 1100001 | 1000110 | 1001010 |
Color Harmonies of #B1EB8C
Complementary color
Monochromatic Colors of #B1EB8C
Black with #B1EB8C
Text Example
Text Example
White with #B1EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EB8C; }
p { color: rgb(177,235,140); }
H1.HeaderClassName
{
color: #B1EB8C;
}
.AnyTagClassName
{
color: #B1EB8C;
}
</style>
background-color css
<style>
a { background-color: #B1EB8C; }
a { background-color: rgb(177,235,140); }
div.DivClassName
{
background-color: #B1EB8C;
}
.BgClassName
{
background-color: #B1EB8C;
}
</style>
border-color css
<style>
span { border-color: #B1EB8C; }
span { border-color: rgb(177,235,140); }
td.TdClassName
{
border-color: #B1EB8C;
}
.TagClassName
{
border-color: #B1EB8C;
}
</style>