Shades of Feijoa #B0F487
Tints of Feijoa #B0F487
RGB
CMYK
RGB Variations
Color information
#B0F487 (or 0xB0F487) is known color: Feijoa. HEX triplet: B0, F4 and 87. RGB value is (176,244,135). Sum of RGB (Red+Green+Blue) = 176+244+135=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 244 (95.70% from 255 or 43.96% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F487 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F487 is #4F0B78. Grayscale: #D3D3D3. Windows color (decimal): -5180281 or 8910000. OLE color: 8910000.
HSL color Cylindrical-coordinate representation of color #B0F487: hue angle of 97.43º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0F487 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 135 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.04 |
| HSL | 97.43º | 0.83% | 0.74% | - |
| HSV(B) | 97.43º | 0.45% | 0.96% | - |
| XYZ | 54.63 | 75.68 | 34.65 | - |
| YUV | 211.24 | 84.97 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 135 | 0.28 | 0 | 0.45 | 0.04 | 97.43 | 0.83 | 0.74 |
| Hex | B0 | F4 | 87 | 1C | 0 | 2D | 4 | 61 | 53 | 4A |
| Octal | 260 | 364 | 207 | 34 | 0 | 55 | 4 | 141 | 123 | 112 |
| Binary | 10110000 | 11110100 | 10000111 | 11100 | 0 | 101101 | 100 | 1100001 | 1010011 | 1001010 |
Color Harmonies of #B0F487
Complementary color
Monochromatic Colors of #B0F487
Black with #B0F487
Text Example
Text Example
White with #B0F487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F487; }
p { color: rgb(176,244,135); }
H1.HeaderClassName
{
color: #B0F487;
}
.AnyTagClassName
{
color: #B0F487;
}
</style>
background-color css
<style>
a { background-color: #B0F487; }
a { background-color: rgb(176,244,135); }
div.DivClassName
{
background-color: #B0F487;
}
.BgClassName
{
background-color: #B0F487;
}
</style>
border-color css
<style>
span { border-color: #B0F487; }
span { border-color: rgb(176,244,135); }
td.TdClassName
{
border-color: #B0F487;
}
.TagClassName
{
border-color: #B0F487;
}
</style>