Shades of Feijoa #B2F08B
Tints of Feijoa #B2F08B
RGB
CMYK
RGB Variations
Color information
#B2F08B (or 0xB2F08B) is known color: Feijoa. HEX triplet: B2, F0 and 8B. RGB value is (178,240,139). Sum of RGB (Red+Green+Blue) = 178+240+139=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F08B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F08B is #4D0F74. Grayscale: #D2D2D2. Windows color (decimal): -5050229 or 9171122. OLE color: 9171122.
HSL color Cylindrical-coordinate representation of color #B2F08B: hue angle of 96.83º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2F08B is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 139 | - |
| CMYK | 0.26 | 0 | 0.42 | 0.06 |
| HSL | 96.83º | 0.77% | 0.74% | - |
| HSV(B) | 96.83º | 0.42% | 0.94% | - |
| XYZ | 54.18 | 73.65 | 35.79 | - |
| YUV | 209.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 139 | 0.26 | 0 | 0.42 | 0.06 | 96.83 | 0.77 | 0.74 |
| Hex | B2 | F0 | 8B | 1A | 0 | 2A | 6 | 61 | 4D | 4A |
| Octal | 262 | 360 | 213 | 32 | 0 | 52 | 6 | 141 | 115 | 112 |
| Binary | 10110010 | 11110000 | 10001011 | 11010 | 0 | 101010 | 110 | 1100001 | 1001101 | 1001010 |
Color Harmonies of #B2F08B
Complementary color
Monochromatic Colors of #B2F08B
Black with #B2F08B
Text Example
Text Example
White with #B2F08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F08B; }
p { color: rgb(178,240,139); }
H1.HeaderClassName
{
color: #B2F08B;
}
.AnyTagClassName
{
color: #B2F08B;
}
</style>
background-color css
<style>
a { background-color: #B2F08B; }
a { background-color: rgb(178,240,139); }
div.DivClassName
{
background-color: #B2F08B;
}
.BgClassName
{
background-color: #B2F08B;
}
</style>
border-color css
<style>
span { border-color: #B2F08B; }
span { border-color: rgb(178,240,139); }
td.TdClassName
{
border-color: #B2F08B;
}
.TagClassName
{
border-color: #B2F08B;
}
</style>