Shades of Feijoa #B4E88F
Tints of Feijoa #B4E88F
RGB
CMYK
RGB Variations
Color information
#B4E88F (or 0xB4E88F) is known color: Feijoa. HEX triplet: B4, E8 and 8F. RGB value is (180,232,143). Sum of RGB (Red+Green+Blue) = 180+232+143=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E88F is #4B1770. Grayscale: #CECECE. Windows color (decimal): -4921201 or 9431220. OLE color: 9431220.
HSL color Cylindrical-coordinate representation of color #B4E88F: hue angle of 95.06º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4E88F is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 232 | 143 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.09 |
| HSL | 95.06º | 0.66% | 0.74% | - |
| HSV(B) | 95.06º | 0.38% | 0.91% | - |
| XYZ | 52.64 | 69.4 | 36.61 | - |
| YUV | 206.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 143 | 0.22 | 0 | 0.38 | 0.09 | 95.06 | 0.66 | 0.74 |
| Hex | B4 | E8 | 8F | 16 | 0 | 26 | 9 | 5F | 42 | 4A |
| Octal | 264 | 350 | 217 | 26 | 0 | 46 | 11 | 137 | 102 | 112 |
| Binary | 10110100 | 11101000 | 10001111 | 10110 | 0 | 100110 | 1001 | 1011111 | 1000010 | 1001010 |
Color Harmonies of #B4E88F
Complementary color
Monochromatic Colors of #B4E88F
Black with #B4E88F
Text Example
Text Example
White with #B4E88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E88F; }
p { color: rgb(180,232,143); }
H1.HeaderClassName
{
color: #B4E88F;
}
.AnyTagClassName
{
color: #B4E88F;
}
</style>
background-color css
<style>
a { background-color: #B4E88F; }
a { background-color: rgb(180,232,143); }
div.DivClassName
{
background-color: #B4E88F;
}
.BgClassName
{
background-color: #B4E88F;
}
</style>
border-color css
<style>
span { border-color: #B4E88F; }
span { border-color: rgb(180,232,143); }
td.TdClassName
{
border-color: #B4E88F;
}
.TagClassName
{
border-color: #B4E88F;
}
</style>