Shades of Feijoa #B0EF8E
Tints of Feijoa #B0EF8E
RGB
CMYK
RGB Variations
Color information
#B0EF8E (or 0xB0EF8E) is known color: Feijoa. HEX triplet: B0, EF and 8E. RGB value is (176,239,142). Sum of RGB (Red+Green+Blue) = 176+239+142=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EF8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EF8E is #4F1071. Grayscale: #D1D1D1. Windows color (decimal): -5181554 or 9367472. OLE color: 9367472.
HSL color Cylindrical-coordinate representation of color #B0EF8E: hue angle of 98.97º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0EF8E is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 142 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.06 |
| HSL | 98.97º | 0.75% | 0.75% | - |
| HSV(B) | 98.97º | 0.41% | 0.94% | - |
| XYZ | 53.65 | 72.92 | 36.84 | - |
| YUV | 209.11 | 90.13 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 142 | 0.26 | 0 | 0.41 | 0.06 | 98.97 | 0.75 | 0.75 |
| Hex | B0 | EF | 8E | 1A | 0 | 29 | 6 | 63 | 4B | 4B |
| Octal | 260 | 357 | 216 | 32 | 0 | 51 | 6 | 143 | 113 | 113 |
| Binary | 10110000 | 11101111 | 10001110 | 11010 | 0 | 101001 | 110 | 1100011 | 1001011 | 1001011 |
Color Harmonies of #B0EF8E
Complementary color
Monochromatic Colors of #B0EF8E
Black with #B0EF8E
Text Example
Text Example
White with #B0EF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EF8E; }
p { color: rgb(176,239,142); }
H1.HeaderClassName
{
color: #B0EF8E;
}
.AnyTagClassName
{
color: #B0EF8E;
}
</style>
background-color css
<style>
a { background-color: #B0EF8E; }
a { background-color: rgb(176,239,142); }
div.DivClassName
{
background-color: #B0EF8E;
}
.BgClassName
{
background-color: #B0EF8E;
}
</style>
border-color css
<style>
span { border-color: #B0EF8E; }
span { border-color: rgb(176,239,142); }
td.TdClassName
{
border-color: #B0EF8E;
}
.TagClassName
{
border-color: #B0EF8E;
}
</style>