Shades of Feijoa #B0FB86
Tints of Feijoa #B0FB86
RGB
CMYK
RGB Variations
Color information
#B0FB86 (or 0xB0FB86) is known color: Feijoa. HEX triplet: B0, FB and 86. RGB value is (176,251,134). Sum of RGB (Red+Green+Blue) = 176+251+134=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 251 (98.44% from 255 or 44.74% from 561); Blue value is 134 (52.73% from 255 or 23.89% from 561); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FB86 is #4F0479. Grayscale: #D7D7D7. Windows color (decimal): -5178490 or 8846256. OLE color: 8846256.
HSL color Cylindrical-coordinate representation of color #B0FB86: hue angle of 98.46º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0FB86 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 134 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.02 |
| HSL | 98.46º | 0.94% | 0.75% | - |
| HSV(B) | 98.46º | 0.47% | 0.98% | - |
| XYZ | 56.7 | 79.95 | 35 | - |
| YUV | 215.24 | 82.15 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 134 | 0.30 | 0 | 0.47 | 0.02 | 98.46 | 0.94 | 0.75 |
| Hex | B0 | FB | 86 | 1E | 0 | 2F | 2 | 62 | 5E | 4B |
| Octal | 260 | 373 | 206 | 36 | 0 | 57 | 2 | 142 | 136 | 113 |
| Binary | 10110000 | 11111011 | 10000110 | 11110 | 0 | 101111 | 10 | 1100010 | 1011110 | 1001011 |
Color Harmonies of #B0FB86
Complementary color
Monochromatic Colors of #B0FB86
Black with #B0FB86
Text Example
Text Example
White with #B0FB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FB86; }
p { color: rgb(176,251,134); }
H1.HeaderClassName
{
color: #B0FB86;
}
.AnyTagClassName
{
color: #B0FB86;
}
</style>
background-color css
<style>
a { background-color: #B0FB86; }
a { background-color: rgb(176,251,134); }
div.DivClassName
{
background-color: #B0FB86;
}
.BgClassName
{
background-color: #B0FB86;
}
</style>
border-color css
<style>
span { border-color: #B0FB86; }
span { border-color: rgb(176,251,134); }
td.TdClassName
{
border-color: #B0FB86;
}
.TagClassName
{
border-color: #B0FB86;
}
</style>