Shades of Feijoa #B2E88A
Tints of Feijoa #B2E88A
RGB
CMYK
RGB Variations
Color information
#B2E88A (or 0xB2E88A) is known color: Feijoa. HEX triplet: B2, E8 and 8A. RGB value is (178,232,138). Sum of RGB (Red+Green+Blue) = 178+232+138=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 138 (54.30% from 255 or 25.18% from 548); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E88A is #4D1775. Grayscale: #CDCDCD. Windows color (decimal): -5052278 or 9103538. OLE color: 9103538.
HSL color Cylindrical-coordinate representation of color #B2E88A: hue angle of 94.47º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2E88A is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 138 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.09 |
| HSL | 94.47º | 0.67% | 0.73% | - |
| HSV(B) | 94.47º | 0.41% | 0.91% | - |
| XYZ | 51.8 | 69.01 | 34.64 | - |
| YUV | 205.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 138 | 0.23 | 0 | 0.41 | 0.09 | 94.47 | 0.67 | 0.73 |
| Hex | B2 | E8 | 8A | 17 | 0 | 29 | 9 | 5E | 43 | 49 |
| Octal | 262 | 350 | 212 | 27 | 0 | 51 | 11 | 136 | 103 | 111 |
| Binary | 10110010 | 11101000 | 10001010 | 10111 | 0 | 101001 | 1001 | 1011110 | 1000011 | 1001001 |
Color Harmonies of #B2E88A
Complementary color
Monochromatic Colors of #B2E88A
Black with #B2E88A
Text Example
Text Example
White with #B2E88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E88A; }
p { color: rgb(178,232,138); }
H1.HeaderClassName
{
color: #B2E88A;
}
.AnyTagClassName
{
color: #B2E88A;
}
</style>
background-color css
<style>
a { background-color: #B2E88A; }
a { background-color: rgb(178,232,138); }
div.DivClassName
{
background-color: #B2E88A;
}
.BgClassName
{
background-color: #B2E88A;
}
</style>
border-color css
<style>
span { border-color: #B2E88A; }
span { border-color: rgb(178,232,138); }
td.TdClassName
{
border-color: #B2E88A;
}
.TagClassName
{
border-color: #B2E88A;
}
</style>