Shades of Feijoa #B0EC8F
Tints of Feijoa #B0EC8F
RGB
CMYK
RGB Variations
Color information
#B0EC8F (or 0xB0EC8F) is known color: Feijoa. HEX triplet: B0, EC and 8F. RGB value is (176,236,143). Sum of RGB (Red+Green+Blue) = 176+236+143=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC8F is #4F1370. Grayscale: #CFCFCF. Windows color (decimal): -5182321 or 9432240. OLE color: 9432240.
HSL color Cylindrical-coordinate representation of color #B0EC8F: hue angle of 98.71º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0EC8F is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 143 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.07 |
| HSL | 98.71º | 0.71% | 0.74% | - |
| HSV(B) | 98.71º | 0.39% | 0.93% | - |
| XYZ | 52.86 | 71.2 | 36.94 | - |
| YUV | 207.46 | 91.62 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 143 | 0.25 | 0 | 0.39 | 0.07 | 98.71 | 0.71 | 0.74 |
| Hex | B0 | EC | 8F | 19 | 0 | 27 | 7 | 63 | 47 | 4A |
| Octal | 260 | 354 | 217 | 31 | 0 | 47 | 7 | 143 | 107 | 112 |
| Binary | 10110000 | 11101100 | 10001111 | 11001 | 0 | 100111 | 111 | 1100011 | 1000111 | 1001010 |
Color Harmonies of #B0EC8F
Complementary color
Monochromatic Colors of #B0EC8F
Black with #B0EC8F
Text Example
Text Example
White with #B0EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC8F; }
p { color: rgb(176,236,143); }
H1.HeaderClassName
{
color: #B0EC8F;
}
.AnyTagClassName
{
color: #B0EC8F;
}
</style>
background-color css
<style>
a { background-color: #B0EC8F; }
a { background-color: rgb(176,236,143); }
div.DivClassName
{
background-color: #B0EC8F;
}
.BgClassName
{
background-color: #B0EC8F;
}
</style>
border-color css
<style>
span { border-color: #B0EC8F; }
span { border-color: rgb(176,236,143); }
td.TdClassName
{
border-color: #B0EC8F;
}
.TagClassName
{
border-color: #B0EC8F;
}
</style>