Shades of Feijoa #B2EE8F
Tints of Feijoa #B2EE8F
RGB
CMYK
RGB Variations
Color information
#B2EE8F (or 0xB2EE8F) is known color: Feijoa. HEX triplet: B2, EE and 8F. RGB value is (178,238,143). Sum of RGB (Red+Green+Blue) = 178+238+143=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 143 (56.25% from 255 or 25.58% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EE8F is #4D1170. Grayscale: #D1D1D1. Windows color (decimal): -5050737 or 9432754. OLE color: 9432754.
HSL color Cylindrical-coordinate representation of color #B2EE8F: hue angle of 97.89º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2EE8F is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 143 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.07 |
| HSL | 97.89º | 0.74% | 0.75% | - |
| HSV(B) | 97.89º | 0.4% | 0.93% | - |
| XYZ | 53.89 | 72.6 | 37.16 | - |
| YUV | 209.23 | 90.62 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 143 | 0.25 | 0 | 0.40 | 0.07 | 97.89 | 0.74 | 0.75 |
| Hex | B2 | EE | 8F | 19 | 0 | 28 | 7 | 62 | 4A | 4B |
| Octal | 262 | 356 | 217 | 31 | 0 | 50 | 7 | 142 | 112 | 113 |
| Binary | 10110010 | 11101110 | 10001111 | 11001 | 0 | 101000 | 111 | 1100010 | 1001010 | 1001011 |
Color Harmonies of #B2EE8F
Complementary color
Monochromatic Colors of #B2EE8F
Black with #B2EE8F
Text Example
Text Example
White with #B2EE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE8F; }
p { color: rgb(178,238,143); }
H1.HeaderClassName
{
color: #B2EE8F;
}
.AnyTagClassName
{
color: #B2EE8F;
}
</style>
background-color css
<style>
a { background-color: #B2EE8F; }
a { background-color: rgb(178,238,143); }
div.DivClassName
{
background-color: #B2EE8F;
}
.BgClassName
{
background-color: #B2EE8F;
}
</style>
border-color css
<style>
span { border-color: #B2EE8F; }
span { border-color: rgb(178,238,143); }
td.TdClassName
{
border-color: #B2EE8F;
}
.TagClassName
{
border-color: #B2EE8F;
}
</style>