Shades of Feijoa #B1E48D
Tints of Feijoa #B1E48D
RGB
CMYK
RGB Variations
Color information
#B1E48D (or 0xB1E48D) is known color: Feijoa. HEX triplet: B1, E4 and 8D. RGB value is (177,228,141). Sum of RGB (Red+Green+Blue) = 177+228+141=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 228 - color contains mainly: green. Hex color #B1E48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E48D is #4E1B72. Grayscale: #CBCBCB. Windows color (decimal): -5118835 or 9299121. OLE color: 9299121.
HSL color Cylindrical-coordinate representation of color #B1E48D: hue angle of 95.17º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1E48D is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 228 | 141 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.11 |
| HSL | 95.17º | 0.62% | 0.72% | - |
| HSV(B) | 95.17º | 0.38% | 0.89% | - |
| XYZ | 50.68 | 66.76 | 35.41 | - |
| YUV | 202.83 | 93.1 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 228 | 141 | 0.22 | 0 | 0.38 | 0.11 | 95.17 | 0.62 | 0.72 |
| Hex | B1 | E4 | 8D | 16 | 0 | 26 | B | 5F | 3E | 48 |
| Octal | 261 | 344 | 215 | 26 | 0 | 46 | 13 | 137 | 76 | 110 |
| Binary | 10110001 | 11100100 | 10001101 | 10110 | 0 | 100110 | 1011 | 1011111 | 111110 | 1001000 |
Color Harmonies of #B1E48D
Complementary color
Monochromatic Colors of #B1E48D
Black with #B1E48D
Text Example
Text Example
White with #B1E48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E48D; }
p { color: rgb(177,228,141); }
H1.HeaderClassName
{
color: #B1E48D;
}
.AnyTagClassName
{
color: #B1E48D;
}
</style>
background-color css
<style>
a { background-color: #B1E48D; }
a { background-color: rgb(177,228,141); }
div.DivClassName
{
background-color: #B1E48D;
}
.BgClassName
{
background-color: #B1E48D;
}
</style>
border-color css
<style>
span { border-color: #B1E48D; }
span { border-color: rgb(177,228,141); }
td.TdClassName
{
border-color: #B1E48D;
}
.TagClassName
{
border-color: #B1E48D;
}
</style>