Shades of Feijoa #B0F98B
Tints of Feijoa #B0F98B
RGB
CMYK
RGB Variations
Color information
#B0F98B (or 0xB0F98B) is known color: Feijoa. HEX triplet: B0, F9 and 8B. RGB value is (176,249,139). Sum of RGB (Red+Green+Blue) = 176+249+139=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F98B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F98B is #4F0674. Grayscale: #D6D6D6. Windows color (decimal): -5178997 or 9173424. OLE color: 9173424.
HSL color Cylindrical-coordinate representation of color #B0F98B: hue angle of 99.82º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0F98B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 139 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.02 |
| HSL | 99.82º | 0.9% | 0.76% | - |
| HSV(B) | 99.82º | 0.44% | 0.98% | - |
| XYZ | 56.44 | 78.85 | 36.67 | - |
| YUV | 214.63 | 85.32 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 139 | 0.29 | 0 | 0.44 | 0.02 | 99.82 | 0.9 | 0.76 |
| Hex | B0 | F9 | 8B | 1D | 0 | 2C | 2 | 64 | 5A | 4C |
| Octal | 260 | 371 | 213 | 35 | 0 | 54 | 2 | 144 | 132 | 114 |
| Binary | 10110000 | 11111001 | 10001011 | 11101 | 0 | 101100 | 10 | 1100100 | 1011010 | 1001100 |
Color Harmonies of #B0F98B
Complementary color
Monochromatic Colors of #B0F98B
Black with #B0F98B
Text Example
Text Example
White with #B0F98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F98B; }
p { color: rgb(176,249,139); }
H1.HeaderClassName
{
color: #B0F98B;
}
.AnyTagClassName
{
color: #B0F98B;
}
</style>
background-color css
<style>
a { background-color: #B0F98B; }
a { background-color: rgb(176,249,139); }
div.DivClassName
{
background-color: #B0F98B;
}
.BgClassName
{
background-color: #B0F98B;
}
</style>
border-color css
<style>
span { border-color: #B0F98B; }
span { border-color: rgb(176,249,139); }
td.TdClassName
{
border-color: #B0F98B;
}
.TagClassName
{
border-color: #B0F98B;
}
</style>