Shades of Feijoa #B0F087
Tints of Feijoa #B0F087
RGB
CMYK
RGB Variations
Color information
#B0F087 (or 0xB0F087) is known color: Feijoa. HEX triplet: B0, F0 and 87. RGB value is (176,240,135). Sum of RGB (Red+Green+Blue) = 176+240+135=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F087 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F087 is #4F0F78. Grayscale: #D1D1D1. Windows color (decimal): -5181305 or 8908976. OLE color: 8908976.
HSL color Cylindrical-coordinate representation of color #B0F087: hue angle of 96.57º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0F087 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 135 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.06 |
| HSL | 96.57º | 0.78% | 0.74% | - |
| HSV(B) | 96.57º | 0.44% | 0.94% | - |
| XYZ | 53.44 | 73.3 | 34.25 | - |
| YUV | 208.89 | 86.3 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 135 | 0.27 | 0 | 0.44 | 0.06 | 96.57 | 0.78 | 0.74 |
| Hex | B0 | F0 | 87 | 1B | 0 | 2C | 6 | 61 | 4E | 4A |
| Octal | 260 | 360 | 207 | 33 | 0 | 54 | 6 | 141 | 116 | 112 |
| Binary | 10110000 | 11110000 | 10000111 | 11011 | 0 | 101100 | 110 | 1100001 | 1001110 | 1001010 |
Color Harmonies of #B0F087
Complementary color
Monochromatic Colors of #B0F087
Black with #B0F087
Text Example
Text Example
White with #B0F087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F087; }
p { color: rgb(176,240,135); }
H1.HeaderClassName
{
color: #B0F087;
}
.AnyTagClassName
{
color: #B0F087;
}
</style>
background-color css
<style>
a { background-color: #B0F087; }
a { background-color: rgb(176,240,135); }
div.DivClassName
{
background-color: #B0F087;
}
.BgClassName
{
background-color: #B0F087;
}
</style>
border-color css
<style>
span { border-color: #B0F087; }
span { border-color: rgb(176,240,135); }
td.TdClassName
{
border-color: #B0F087;
}
.TagClassName
{
border-color: #B0F087;
}
</style>