Shades of Feijoa #B1EE8E
Tints of Feijoa #B1EE8E
RGB
CMYK
RGB Variations
Color information
#B1EE8E (or 0xB1EE8E) is known color: Feijoa. HEX triplet: B1, EE and 8E. RGB value is (177,238,142). Sum of RGB (Red+Green+Blue) = 177+238+142=557 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.78% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 142 (55.86% from 255 or 25.49% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EE8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1EE8E is #4E1171. Grayscale: #D1D1D1. Windows color (decimal): -5116274 or 9367217. OLE color: 9367217.
HSL color Cylindrical-coordinate representation of color #B1EE8E: hue angle of 98.12º 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 #B1EE8E is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 142 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.07 |
| HSL | 98.13º | 0.74% | 0.75% | - |
| HSV(B) | 98.13º | 0.4% | 0.93% | - |
| XYZ | 53.59 | 72.45 | 36.75 | - |
| YUV | 208.82 | 90.29 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 142 | 0.26 | 0 | 0.40 | 0.07 | 98.13 | 0.74 | 0.75 |
| Hex | B1 | EE | 8E | 1A | 0 | 28 | 7 | 62 | 4A | 4B |
| Octal | 261 | 356 | 216 | 32 | 0 | 50 | 7 | 142 | 112 | 113 |
| Binary | 10110001 | 11101110 | 10001110 | 11010 | 0 | 101000 | 111 | 1100010 | 1001010 | 1001011 |
Color Harmonies of #B1EE8E
Complementary color
Monochromatic Colors of #B1EE8E
Black with #B1EE8E
Text Example
Text Example
White with #B1EE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EE8E; }
p { color: rgb(177,238,142); }
H1.HeaderClassName
{
color: #B1EE8E;
}
.AnyTagClassName
{
color: #B1EE8E;
}
</style>
background-color css
<style>
a { background-color: #B1EE8E; }
a { background-color: rgb(177,238,142); }
div.DivClassName
{
background-color: #B1EE8E;
}
.BgClassName
{
background-color: #B1EE8E;
}
</style>
border-color css
<style>
span { border-color: #B1EE8E; }
span { border-color: rgb(177,238,142); }
td.TdClassName
{
border-color: #B1EE8E;
}
.TagClassName
{
border-color: #B1EE8E;
}
</style>