Shades of Feijoa #B0F281
Tints of Feijoa #B0F281
RGB
CMYK
RGB Variations
Color information
#B0F281 (or 0xB0F281) is known color: Feijoa. HEX triplet: B0, F2 and 81. RGB value is (176,242,129). Sum of RGB (Red+Green+Blue) = 176+242+129=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 242 (94.92% from 255 or 44.24% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F281 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F281 is #4F0D7E. Grayscale: #D1D1D1. Windows color (decimal): -5180799 or 8516272. OLE color: 8516272.
HSL color Cylindrical-coordinate representation of color #B0F281: hue angle of 95.04º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0F281 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 129 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.05 |
| HSL | 95.04º | 0.81% | 0.73% | - |
| HSV(B) | 95.04º | 0.47% | 0.95% | - |
| XYZ | 53.62 | 74.32 | 32.29 | - |
| YUV | 209.38 | 82.63 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 129 | 0.27 | 0 | 0.47 | 0.05 | 95.04 | 0.81 | 0.73 |
| Hex | B0 | F2 | 81 | 1B | 0 | 2F | 5 | 5F | 51 | 49 |
| Octal | 260 | 362 | 201 | 33 | 0 | 57 | 5 | 137 | 121 | 111 |
| Binary | 10110000 | 11110010 | 10000001 | 11011 | 0 | 101111 | 101 | 1011111 | 1010001 | 1001001 |
Color Harmonies of #B0F281
Complementary color
Monochromatic Colors of #B0F281
Black with #B0F281
Text Example
Text Example
White with #B0F281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F281; }
p { color: rgb(176,242,129); }
H1.HeaderClassName
{
color: #B0F281;
}
.AnyTagClassName
{
color: #B0F281;
}
</style>
background-color css
<style>
a { background-color: #B0F281; }
a { background-color: rgb(176,242,129); }
div.DivClassName
{
background-color: #B0F281;
}
.BgClassName
{
background-color: #B0F281;
}
</style>
border-color css
<style>
span { border-color: #B0F281; }
span { border-color: rgb(176,242,129); }
td.TdClassName
{
border-color: #B0F281;
}
.TagClassName
{
border-color: #B0F281;
}
</style>