Shades of Feijoa #B0F080
Tints of Feijoa #B0F080
RGB
CMYK
RGB Variations
Color information
#B0F080 (or 0xB0F080) is known color: Feijoa. HEX triplet: B0, F0 and 80. RGB value is (176,240,128). Sum of RGB (Red+Green+Blue) = 176+240+128=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F080 is #4F0F7F. Grayscale: #D0D0D0. Windows color (decimal): -5181312 or 8450224. OLE color: 8450224.
HSL color Cylindrical-coordinate representation of color #B0F080: hue angle of 94.29º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0F080 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 128 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.06 |
| HSL | 94.29º | 0.79% | 0.72% | - |
| HSV(B) | 94.29º | 0.47% | 0.94% | - |
| XYZ | 52.96 | 73.11 | 31.74 | - |
| YUV | 208.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 128 | 0.27 | 0 | 0.47 | 0.06 | 94.29 | 0.79 | 0.72 |
| Hex | B0 | F0 | 80 | 1B | 0 | 2F | 6 | 5E | 4F | 48 |
| Octal | 260 | 360 | 200 | 33 | 0 | 57 | 6 | 136 | 117 | 110 |
| Binary | 10110000 | 11110000 | 10000000 | 11011 | 0 | 101111 | 110 | 1011110 | 1001111 | 1001000 |
Color Harmonies of #B0F080
Complementary color
Monochromatic Colors of #B0F080
Black with #B0F080
Text Example
Text Example
White with #B0F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F080; }
p { color: rgb(176,240,128); }
H1.HeaderClassName
{
color: #B0F080;
}
.AnyTagClassName
{
color: #B0F080;
}
</style>
background-color css
<style>
a { background-color: #B0F080; }
a { background-color: rgb(176,240,128); }
div.DivClassName
{
background-color: #B0F080;
}
.BgClassName
{
background-color: #B0F080;
}
</style>
border-color css
<style>
span { border-color: #B0F080; }
span { border-color: rgb(176,240,128); }
td.TdClassName
{
border-color: #B0F080;
}
.TagClassName
{
border-color: #B0F080;
}
</style>