Shades of Feijoa #B2EC86
Tints of Feijoa #B2EC86
RGB
CMYK
RGB Variations
Color information
#B2EC86 (or 0xB2EC86) is known color: Feijoa. HEX triplet: B2, EC and 86. RGB value is (178,236,134). Sum of RGB (Red+Green+Blue) = 178+236+134=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 134 (52.73% from 255 or 24.45% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC86 is #4D1379. Grayscale: #CFCFCF. Windows color (decimal): -5051258 or 8842418. OLE color: 8842418.
HSL color Cylindrical-coordinate representation of color #B2EC86: hue angle of 94.12º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2EC86 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 134 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.07 |
| HSL | 94.12º | 0.73% | 0.73% | - |
| HSV(B) | 94.12º | 0.43% | 0.93% | - |
| XYZ | 52.66 | 71.18 | 33.52 | - |
| YUV | 207.03 | 86.78 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 134 | 0.25 | 0 | 0.43 | 0.07 | 94.12 | 0.73 | 0.73 |
| Hex | B2 | EC | 86 | 19 | 0 | 2B | 7 | 5E | 49 | 49 |
| Octal | 262 | 354 | 206 | 31 | 0 | 53 | 7 | 136 | 111 | 111 |
| Binary | 10110010 | 11101100 | 10000110 | 11001 | 0 | 101011 | 111 | 1011110 | 1001001 | 1001001 |
Color Harmonies of #B2EC86
Complementary color
Monochromatic Colors of #B2EC86
Black with #B2EC86
Text Example
Text Example
White with #B2EC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC86; }
p { color: rgb(178,236,134); }
H1.HeaderClassName
{
color: #B2EC86;
}
.AnyTagClassName
{
color: #B2EC86;
}
</style>
background-color css
<style>
a { background-color: #B2EC86; }
a { background-color: rgb(178,236,134); }
div.DivClassName
{
background-color: #B2EC86;
}
.BgClassName
{
background-color: #B2EC86;
}
</style>
border-color css
<style>
span { border-color: #B2EC86; }
span { border-color: rgb(178,236,134); }
td.TdClassName
{
border-color: #B2EC86;
}
.TagClassName
{
border-color: #B2EC86;
}
</style>