Shades of Feijoa #B1F18E
Tints of Feijoa #B1F18E
RGB
CMYK
RGB Variations
Color information
#B1F18E (or 0xB1F18E) is known color: Feijoa. HEX triplet: B1, F1 and 8E. RGB value is (177,241,142). Sum of RGB (Red+Green+Blue) = 177+241+142=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F18E is #4E0E71. Grayscale: #D2D2D2. Windows color (decimal): -5115506 or 9367985. OLE color: 9367985.
HSL color Cylindrical-coordinate representation of color #B1F18E: hue angle of 98.79º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1F18E is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 142 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.05 |
| HSL | 98.79º | 0.78% | 0.75% | - |
| HSV(B) | 98.79º | 0.41% | 0.95% | - |
| XYZ | 54.47 | 74.21 | 37.04 | - |
| YUV | 210.58 | 89.3 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 142 | 0.27 | 0 | 0.41 | 0.05 | 98.79 | 0.78 | 0.75 |
| Hex | B1 | F1 | 8E | 1B | 0 | 29 | 5 | 63 | 4E | 4B |
| Octal | 261 | 361 | 216 | 33 | 0 | 51 | 5 | 143 | 116 | 113 |
| Binary | 10110001 | 11110001 | 10001110 | 11011 | 0 | 101001 | 101 | 1100011 | 1001110 | 1001011 |
Color Harmonies of #B1F18E
Complementary color
Monochromatic Colors of #B1F18E
Black with #B1F18E
Text Example
Text Example
White with #B1F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F18E; }
p { color: rgb(177,241,142); }
H1.HeaderClassName
{
color: #B1F18E;
}
.AnyTagClassName
{
color: #B1F18E;
}
</style>
background-color css
<style>
a { background-color: #B1F18E; }
a { background-color: rgb(177,241,142); }
div.DivClassName
{
background-color: #B1F18E;
}
.BgClassName
{
background-color: #B1F18E;
}
</style>
border-color css
<style>
span { border-color: #B1F18E; }
span { border-color: rgb(177,241,142); }
td.TdClassName
{
border-color: #B1F18E;
}
.TagClassName
{
border-color: #B1F18E;
}
</style>