Shades of Feijoa #B1EE8F
Tints of Feijoa #B1EE8F
RGB
CMYK
RGB Variations
Color information
#B1EE8F (or 0xB1EE8F) is known color: Feijoa. HEX triplet: B1, EE and 8F. RGB value is (177,238,143). Sum of RGB (Red+Green+Blue) = 177+238+143=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 238 (93.36% from 255 or 42.65% from 558); Blue value is 143 (56.25% from 255 or 25.63% from 558); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EE8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EE8F is #4E1170. Grayscale: #D1D1D1. Windows color (decimal): -5116273 or 9432753. OLE color: 9432753.
HSL color Cylindrical-coordinate representation of color #B1EE8F: hue angle of 98.53º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1EE8F is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 143 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.07 |
| HSL | 98.53º | 0.74% | 0.75% | - |
| HSV(B) | 98.53º | 0.4% | 0.93% | - |
| XYZ | 53.66 | 72.48 | 37.15 | - |
| YUV | 208.93 | 90.79 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 143 | 0.26 | 0 | 0.40 | 0.07 | 98.53 | 0.74 | 0.75 |
| Hex | B1 | EE | 8F | 1A | 0 | 28 | 7 | 63 | 4A | 4B |
| Octal | 261 | 356 | 217 | 32 | 0 | 50 | 7 | 143 | 112 | 113 |
| Binary | 10110001 | 11101110 | 10001111 | 11010 | 0 | 101000 | 111 | 1100011 | 1001010 | 1001011 |
Color Harmonies of #B1EE8F
Complementary color
Monochromatic Colors of #B1EE8F
Black with #B1EE8F
Text Example
Text Example
White with #B1EE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EE8F; }
p { color: rgb(177,238,143); }
H1.HeaderClassName
{
color: #B1EE8F;
}
.AnyTagClassName
{
color: #B1EE8F;
}
</style>
background-color css
<style>
a { background-color: #B1EE8F; }
a { background-color: rgb(177,238,143); }
div.DivClassName
{
background-color: #B1EE8F;
}
.BgClassName
{
background-color: #B1EE8F;
}
</style>
border-color css
<style>
span { border-color: #B1EE8F; }
span { border-color: rgb(177,238,143); }
td.TdClassName
{
border-color: #B1EE8F;
}
.TagClassName
{
border-color: #B1EE8F;
}
</style>