Shades of Feijoa #B4E88B
Tints of Feijoa #B4E88B
RGB
CMYK
RGB Variations
Color information
#B4E88B (or 0xB4E88B) is known color: Feijoa. HEX triplet: B4, E8 and 8B. RGB value is (180,232,139). Sum of RGB (Red+Green+Blue) = 180+232+139=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 139 (54.69% from 255 or 25.23% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E88B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E88B is #4B1774. Grayscale: #CECECE. Windows color (decimal): -4921205 or 9169076. OLE color: 9169076.
HSL color Cylindrical-coordinate representation of color #B4E88B: hue angle of 93.55º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4E88B is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 139 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.09 |
| HSL | 93.55º | 0.67% | 0.73% | - |
| HSV(B) | 93.55º | 0.4% | 0.91% | - |
| XYZ | 52.34 | 69.28 | 35.04 | - |
| YUV | 205.85 | 90.27 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 139 | 0.22 | 0 | 0.40 | 0.09 | 93.55 | 0.67 | 0.73 |
| Hex | B4 | E8 | 8B | 16 | 0 | 28 | 9 | 5E | 43 | 49 |
| Octal | 264 | 350 | 213 | 26 | 0 | 50 | 11 | 136 | 103 | 111 |
| Binary | 10110100 | 11101000 | 10001011 | 10110 | 0 | 101000 | 1001 | 1011110 | 1000011 | 1001001 |
Color Harmonies of #B4E88B
Complementary color
Monochromatic Colors of #B4E88B
Black with #B4E88B
Text Example
Text Example
White with #B4E88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E88B; }
p { color: rgb(180,232,139); }
H1.HeaderClassName
{
color: #B4E88B;
}
.AnyTagClassName
{
color: #B4E88B;
}
</style>
background-color css
<style>
a { background-color: #B4E88B; }
a { background-color: rgb(180,232,139); }
div.DivClassName
{
background-color: #B4E88B;
}
.BgClassName
{
background-color: #B4E88B;
}
</style>
border-color css
<style>
span { border-color: #B4E88B; }
span { border-color: rgb(180,232,139); }
td.TdClassName
{
border-color: #B4E88B;
}
.TagClassName
{
border-color: #B4E88B;
}
</style>