Shades of Feijoa #B0EC8B
Tints of Feijoa #B0EC8B
RGB
CMYK
RGB Variations
Color information
#B0EC8B (or 0xB0EC8B) is known color: Feijoa. HEX triplet: B0, EC and 8B. RGB value is (176,236,139). Sum of RGB (Red+Green+Blue) = 176+236+139=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EC8B is #4F1374. Grayscale: #CFCFCF. Windows color (decimal): -5182325 or 9170096. OLE color: 9170096.
HSL color Cylindrical-coordinate representation of color #B0EC8B: hue angle of 97.11º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0EC8B is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 139 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.07 |
| HSL | 97.11º | 0.72% | 0.74% | - |
| HSV(B) | 97.11º | 0.41% | 0.93% | - |
| XYZ | 52.56 | 71.09 | 35.38 | - |
| YUV | 207 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 139 | 0.25 | 0 | 0.41 | 0.07 | 97.11 | 0.72 | 0.74 |
| Hex | B0 | EC | 8B | 19 | 0 | 29 | 7 | 61 | 48 | 4A |
| Octal | 260 | 354 | 213 | 31 | 0 | 51 | 7 | 141 | 110 | 112 |
| Binary | 10110000 | 11101100 | 10001011 | 11001 | 0 | 101001 | 111 | 1100001 | 1001000 | 1001010 |
Color Harmonies of #B0EC8B
Complementary color
Monochromatic Colors of #B0EC8B
Black with #B0EC8B
Text Example
Text Example
White with #B0EC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC8B; }
p { color: rgb(176,236,139); }
H1.HeaderClassName
{
color: #B0EC8B;
}
.AnyTagClassName
{
color: #B0EC8B;
}
</style>
background-color css
<style>
a { background-color: #B0EC8B; }
a { background-color: rgb(176,236,139); }
div.DivClassName
{
background-color: #B0EC8B;
}
.BgClassName
{
background-color: #B0EC8B;
}
</style>
border-color css
<style>
span { border-color: #B0EC8B; }
span { border-color: rgb(176,236,139); }
td.TdClassName
{
border-color: #B0EC8B;
}
.TagClassName
{
border-color: #B0EC8B;
}
</style>