Shades of Feijoa #B0EF8C
Tints of Feijoa #B0EF8C
RGB
CMYK
RGB Variations
Color information
#B0EF8C (or 0xB0EF8C) is known color: Feijoa. HEX triplet: B0, EF and 8C. RGB value is (176,239,140). Sum of RGB (Red+Green+Blue) = 176+239+140=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 140 (55.08% from 255 or 25.23% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EF8C is #4F1073. Grayscale: #D1D1D1. Windows color (decimal): -5181556 or 9236400. OLE color: 9236400.
HSL color Cylindrical-coordinate representation of color #B0EF8C: hue angle of 98.18º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0EF8C is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 140 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.06 |
| HSL | 98.18º | 0.76% | 0.74% | - |
| HSV(B) | 98.18º | 0.41% | 0.94% | - |
| XYZ | 53.5 | 72.86 | 36.05 | - |
| YUV | 208.88 | 89.13 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 140 | 0.26 | 0 | 0.41 | 0.06 | 98.18 | 0.76 | 0.74 |
| Hex | B0 | EF | 8C | 1A | 0 | 29 | 6 | 62 | 4C | 4A |
| Octal | 260 | 357 | 214 | 32 | 0 | 51 | 6 | 142 | 114 | 112 |
| Binary | 10110000 | 11101111 | 10001100 | 11010 | 0 | 101001 | 110 | 1100010 | 1001100 | 1001010 |
Color Harmonies of #B0EF8C
Complementary color
Monochromatic Colors of #B0EF8C
Black with #B0EF8C
Text Example
Text Example
White with #B0EF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF8C; }
p { color: rgb(176,239,140); }
H1.HeaderClassName
{
color: #B0EF8C;
}
.AnyTagClassName
{
color: #B0EF8C;
}
</style>
background-color css
<style>
a { background-color: #B0EF8C; }
a { background-color: rgb(176,239,140); }
div.DivClassName
{
background-color: #B0EF8C;
}
.BgClassName
{
background-color: #B0EF8C;
}
</style>
border-color css
<style>
span { border-color: #B0EF8C; }
span { border-color: rgb(176,239,140); }
td.TdClassName
{
border-color: #B0EF8C;
}
.TagClassName
{
border-color: #B0EF8C;
}
</style>