Shades of Feijoa #B1E28E
Tints of Feijoa #B1E28E
RGB
CMYK
RGB Variations
Color information
#B1E28E (or 0xB1E28E) is known color: Feijoa. HEX triplet: B1, E2 and 8E. RGB value is (177,226,142). Sum of RGB (Red+Green+Blue) = 177+226+142=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 142 (55.86% from 255 or 26.06% from 545); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E28E is #4E1D71. Grayscale: #CACACA. Windows color (decimal): -5119346 or 9364145. OLE color: 9364145.
HSL color Cylindrical-coordinate representation of color #B1E28E: hue angle of 95º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1E28E is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 142 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.11 |
| HSL | 95º | 0.59% | 0.72% | - |
| HSV(B) | 95º | 0.37% | 0.89% | - |
| XYZ | 50.21 | 65.69 | 35.62 | - |
| YUV | 201.77 | 94.27 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 142 | 0.22 | 0 | 0.37 | 0.11 | 95 | 0.59 | 0.72 |
| Hex | B1 | E2 | 8E | 16 | 0 | 25 | B | 5F | 3B | 48 |
| Octal | 261 | 342 | 216 | 26 | 0 | 45 | 13 | 137 | 73 | 110 |
| Binary | 10110001 | 11100010 | 10001110 | 10110 | 0 | 100101 | 1011 | 1011111 | 111011 | 1001000 |
Color Harmonies of #B1E28E
Complementary color
Monochromatic Colors of #B1E28E
Black with #B1E28E
Text Example
Text Example
White with #B1E28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E28E; }
p { color: rgb(177,226,142); }
H1.HeaderClassName
{
color: #B1E28E;
}
.AnyTagClassName
{
color: #B1E28E;
}
</style>
background-color css
<style>
a { background-color: #B1E28E; }
a { background-color: rgb(177,226,142); }
div.DivClassName
{
background-color: #B1E28E;
}
.BgClassName
{
background-color: #B1E28E;
}
</style>
border-color css
<style>
span { border-color: #B1E28E; }
span { border-color: rgb(177,226,142); }
td.TdClassName
{
border-color: #B1E28E;
}
.TagClassName
{
border-color: #B1E28E;
}
</style>