Shades of Feijoa #B2EB8C
Tints of Feijoa #B2EB8C
RGB
CMYK
RGB Variations
Color information
#B2EB8C (or 0xB2EB8C) is known color: Feijoa. HEX triplet: B2, EB and 8C. RGB value is (178,235,140). Sum of RGB (Red+Green+Blue) = 178+235+140=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EB8C is #4D1473. Grayscale: #CFCFCF. Windows color (decimal): -5051508 or 9235378. OLE color: 9235378.
HSL color Cylindrical-coordinate representation of color #B2EB8C: hue angle of 96º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2EB8C is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 140 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.08 |
| HSL | 96º | 0.7% | 0.74% | - |
| HSV(B) | 96º | 0.4% | 0.92% | - |
| XYZ | 52.8 | 70.78 | 35.69 | - |
| YUV | 207.13 | 90.12 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 140 | 0.24 | 0 | 0.40 | 0.08 | 96 | 0.7 | 0.74 |
| Hex | B2 | EB | 8C | 18 | 0 | 28 | 8 | 60 | 46 | 4A |
| Octal | 262 | 353 | 214 | 30 | 0 | 50 | 10 | 140 | 106 | 112 |
| Binary | 10110010 | 11101011 | 10001100 | 11000 | 0 | 101000 | 1000 | 1100000 | 1000110 | 1001010 |
Color Harmonies of #B2EB8C
Complementary color
Monochromatic Colors of #B2EB8C
Black with #B2EB8C
Text Example
Text Example
White with #B2EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EB8C; }
p { color: rgb(178,235,140); }
H1.HeaderClassName
{
color: #B2EB8C;
}
.AnyTagClassName
{
color: #B2EB8C;
}
</style>
background-color css
<style>
a { background-color: #B2EB8C; }
a { background-color: rgb(178,235,140); }
div.DivClassName
{
background-color: #B2EB8C;
}
.BgClassName
{
background-color: #B2EB8C;
}
</style>
border-color css
<style>
span { border-color: #B2EB8C; }
span { border-color: rgb(178,235,140); }
td.TdClassName
{
border-color: #B2EB8C;
}
.TagClassName
{
border-color: #B2EB8C;
}
</style>