Shades of Feijoa #B0FC86
Tints of Feijoa #B0FC86
RGB
CMYK
RGB Variations
Color information
#B0FC86 (or 0xB0FC86) is known color: Feijoa. HEX triplet: B0, FC and 86. RGB value is (176,252,134). Sum of RGB (Red+Green+Blue) = 176+252+134=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FC86 is #4F0379. Grayscale: #D8D8D8. Windows color (decimal): -5178234 or 8846512. OLE color: 8846512.
HSL color Cylindrical-coordinate representation of color #B0FC86: hue angle of 98.64º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0FC86 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 134 | - |
| CMYK | 0.30 | 0 | 0.47 | 0.01 |
| HSL | 98.64º | 0.95% | 0.76% | - |
| HSV(B) | 98.64º | 0.47% | 0.99% | - |
| XYZ | 57.02 | 80.57 | 35.1 | - |
| YUV | 215.82 | 81.82 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 134 | 0.30 | 0 | 0.47 | 0.01 | 98.64 | 0.95 | 0.76 |
| Hex | B0 | FC | 86 | 1E | 0 | 2F | 1 | 63 | 5F | 4C |
| Octal | 260 | 374 | 206 | 36 | 0 | 57 | 1 | 143 | 137 | 114 |
| Binary | 10110000 | 11111100 | 10000110 | 11110 | 0 | 101111 | 1 | 1100011 | 1011111 | 1001100 |
Color Harmonies of #B0FC86
Complementary color
Monochromatic Colors of #B0FC86
Black with #B0FC86
Text Example
Text Example
White with #B0FC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC86; }
p { color: rgb(176,252,134); }
H1.HeaderClassName
{
color: #B0FC86;
}
.AnyTagClassName
{
color: #B0FC86;
}
</style>
background-color css
<style>
a { background-color: #B0FC86; }
a { background-color: rgb(176,252,134); }
div.DivClassName
{
background-color: #B0FC86;
}
.BgClassName
{
background-color: #B0FC86;
}
</style>
border-color css
<style>
span { border-color: #B0FC86; }
span { border-color: rgb(176,252,134); }
td.TdClassName
{
border-color: #B0FC86;
}
.TagClassName
{
border-color: #B0FC86;
}
</style>