Shades of Feijoa #B2EF8C
Tints of Feijoa #B2EF8C
RGB
CMYK
RGB Variations
Color information
#B2EF8C (or 0xB2EF8C) is known color: Feijoa. HEX triplet: B2, EF and 8C. RGB value is (178,239,140). Sum of RGB (Red+Green+Blue) = 178+239+140=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EF8C is #4D1073. Grayscale: #D1D1D1. Windows color (decimal): -5050484 or 9236402. OLE color: 9236402.
HSL color Cylindrical-coordinate representation of color #B2EF8C: hue angle of 96.97º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2EF8C is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 140 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.06 |
| HSL | 96.97º | 0.76% | 0.74% | - |
| HSV(B) | 96.97º | 0.41% | 0.94% | - |
| XYZ | 53.96 | 73.09 | 36.08 | - |
| YUV | 209.48 | 88.79 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 140 | 0.26 | 0 | 0.41 | 0.06 | 96.97 | 0.76 | 0.74 |
| Hex | B2 | EF | 8C | 1A | 0 | 29 | 6 | 61 | 4C | 4A |
| Octal | 262 | 357 | 214 | 32 | 0 | 51 | 6 | 141 | 114 | 112 |
| Binary | 10110010 | 11101111 | 10001100 | 11010 | 0 | 101001 | 110 | 1100001 | 1001100 | 1001010 |
Color Harmonies of #B2EF8C
Complementary color
Monochromatic Colors of #B2EF8C
Black with #B2EF8C
Text Example
Text Example
White with #B2EF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EF8C; }
p { color: rgb(178,239,140); }
H1.HeaderClassName
{
color: #B2EF8C;
}
.AnyTagClassName
{
color: #B2EF8C;
}
</style>
background-color css
<style>
a { background-color: #B2EF8C; }
a { background-color: rgb(178,239,140); }
div.DivClassName
{
background-color: #B2EF8C;
}
.BgClassName
{
background-color: #B2EF8C;
}
</style>
border-color css
<style>
span { border-color: #B2EF8C; }
span { border-color: rgb(178,239,140); }
td.TdClassName
{
border-color: #B2EF8C;
}
.TagClassName
{
border-color: #B2EF8C;
}
</style>