Shades of Feijoa #B1E78D
Tints of Feijoa #B1E78D
RGB
CMYK
RGB Variations
Color information
#B1E78D (or 0xB1E78D) is known color: Feijoa. HEX triplet: B1, E7 and 8D. RGB value is (177,231,141). Sum of RGB (Red+Green+Blue) = 177+231+141=549 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.24% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1E78D is #4E1872. Grayscale: #CCCCCC. Windows color (decimal): -5118067 or 9299889. OLE color: 9299889.
HSL color Cylindrical-coordinate representation of color #B1E78D: hue angle of 96º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1E78D is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 231 | 141 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.09 |
| HSL | 96º | 0.65% | 0.73% | - |
| HSV(B) | 96º | 0.39% | 0.91% | - |
| XYZ | 51.52 | 68.42 | 35.69 | - |
| YUV | 204.59 | 92.11 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 231 | 141 | 0.23 | 0 | 0.39 | 0.09 | 96 | 0.65 | 0.73 |
| Hex | B1 | E7 | 8D | 17 | 0 | 27 | 9 | 60 | 41 | 49 |
| Octal | 261 | 347 | 215 | 27 | 0 | 47 | 11 | 140 | 101 | 111 |
| Binary | 10110001 | 11100111 | 10001101 | 10111 | 0 | 100111 | 1001 | 1100000 | 1000001 | 1001001 |
Color Harmonies of #B1E78D
Complementary color
Monochromatic Colors of #B1E78D
Black with #B1E78D
Text Example
Text Example
White with #B1E78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E78D; }
p { color: rgb(177,231,141); }
H1.HeaderClassName
{
color: #B1E78D;
}
.AnyTagClassName
{
color: #B1E78D;
}
</style>
background-color css
<style>
a { background-color: #B1E78D; }
a { background-color: rgb(177,231,141); }
div.DivClassName
{
background-color: #B1E78D;
}
.BgClassName
{
background-color: #B1E78D;
}
</style>
border-color css
<style>
span { border-color: #B1E78D; }
span { border-color: rgb(177,231,141); }
td.TdClassName
{
border-color: #B1E78D;
}
.TagClassName
{
border-color: #B1E78D;
}
</style>