Shades of Feijoa #B0E988
Tints of Feijoa #B0E988
RGB
CMYK
RGB Variations
Color information
#B0E988 (or 0xB0E988) is known color: Feijoa. HEX triplet: B0, E9 and 88. RGB value is (176,233,136). Sum of RGB (Red+Green+Blue) = 176+233+136=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0E988 is #4F1677. Grayscale: #CDCDCD. Windows color (decimal): -5183096 or 8972720. OLE color: 8972720.
HSL color Cylindrical-coordinate representation of color #B0E988: hue angle of 95.26º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0E988 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 233 | 136 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.09 |
| HSL | 95.26º | 0.69% | 0.72% | - |
| HSV(B) | 95.26º | 0.42% | 0.91% | - |
| XYZ | 51.49 | 69.29 | 33.95 | - |
| YUV | 204.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 233 | 136 | 0.24 | 0 | 0.42 | 0.09 | 95.26 | 0.69 | 0.72 |
| Hex | B0 | E9 | 88 | 18 | 0 | 2A | 9 | 5F | 45 | 48 |
| Octal | 260 | 351 | 210 | 30 | 0 | 52 | 11 | 137 | 105 | 110 |
| Binary | 10110000 | 11101001 | 10001000 | 11000 | 0 | 101010 | 1001 | 1011111 | 1000101 | 1001000 |
Color Harmonies of #B0E988
Complementary color
Monochromatic Colors of #B0E988
Black with #B0E988
Text Example
Text Example
White with #B0E988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E988; }
p { color: rgb(176,233,136); }
H1.HeaderClassName
{
color: #B0E988;
}
.AnyTagClassName
{
color: #B0E988;
}
</style>
background-color css
<style>
a { background-color: #B0E988; }
a { background-color: rgb(176,233,136); }
div.DivClassName
{
background-color: #B0E988;
}
.BgClassName
{
background-color: #B0E988;
}
</style>
border-color css
<style>
span { border-color: #B0E988; }
span { border-color: rgb(176,233,136); }
td.TdClassName
{
border-color: #B0E988;
}
.TagClassName
{
border-color: #B0E988;
}
</style>