Shades of Feijoa #B0EC8E
Tints of Feijoa #B0EC8E
RGB
CMYK
RGB Variations
Color information
#B0EC8E (or 0xB0EC8E) is known color: Feijoa. HEX triplet: B0, EC and 8E. RGB value is (176,236,142). Sum of RGB (Red+Green+Blue) = 176+236+142=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 142 (55.86% from 255 or 25.63% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC8E is #4F1371. Grayscale: #CFCFCF. Windows color (decimal): -5182322 or 9366704. OLE color: 9366704.
HSL color Cylindrical-coordinate representation of color #B0EC8E: hue angle of 98.3º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0EC8E is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 142 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.07 |
| HSL | 98.3º | 0.71% | 0.74% | - |
| HSV(B) | 98.3º | 0.4% | 0.93% | - |
| XYZ | 52.78 | 71.17 | 36.55 | - |
| YUV | 207.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 142 | 0.25 | 0 | 0.40 | 0.07 | 98.3 | 0.71 | 0.74 |
| Hex | B0 | EC | 8E | 19 | 0 | 28 | 7 | 62 | 47 | 4A |
| Octal | 260 | 354 | 216 | 31 | 0 | 50 | 7 | 142 | 107 | 112 |
| Binary | 10110000 | 11101100 | 10001110 | 11001 | 0 | 101000 | 111 | 1100010 | 1000111 | 1001010 |
Color Harmonies of #B0EC8E
Complementary color
Monochromatic Colors of #B0EC8E
Black with #B0EC8E
Text Example
Text Example
White with #B0EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC8E; }
p { color: rgb(176,236,142); }
H1.HeaderClassName
{
color: #B0EC8E;
}
.AnyTagClassName
{
color: #B0EC8E;
}
</style>
background-color css
<style>
a { background-color: #B0EC8E; }
a { background-color: rgb(176,236,142); }
div.DivClassName
{
background-color: #B0EC8E;
}
.BgClassName
{
background-color: #B0EC8E;
}
</style>
border-color css
<style>
span { border-color: #B0EC8E; }
span { border-color: rgb(176,236,142); }
td.TdClassName
{
border-color: #B0EC8E;
}
.TagClassName
{
border-color: #B0EC8E;
}
</style>