Shades of Feijoa #B1F48D
Tints of Feijoa #B1F48D
RGB
CMYK
RGB Variations
Color information
#B1F48D (or 0xB1F48D) is known color: Feijoa. HEX triplet: B1, F4 and 8D. RGB value is (177,244,141). Sum of RGB (Red+Green+Blue) = 177+244+141=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 141 (55.47% from 255 or 25.09% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F48D is #4E0B72. Grayscale: #D4D4D4. Windows color (decimal): -5114739 or 9303217. OLE color: 9303217.
HSL color Cylindrical-coordinate representation of color #B1F48D: hue angle of 99.03º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B1F48D is Cyan = 0.27, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 141 | - |
| CMYK | 0.27 | 0 | 0.42 | 0.04 |
| HSL | 99.03º | 0.82% | 0.75% | - |
| HSV(B) | 99.03º | 0.42% | 0.96% | - |
| XYZ | 55.29 | 75.97 | 36.95 | - |
| YUV | 212.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 141 | 0.27 | 0 | 0.42 | 0.04 | 99.03 | 0.82 | 0.75 |
| Hex | B1 | F4 | 8D | 1B | 0 | 2A | 4 | 63 | 52 | 4B |
| Octal | 261 | 364 | 215 | 33 | 0 | 52 | 4 | 143 | 122 | 113 |
| Binary | 10110001 | 11110100 | 10001101 | 11011 | 0 | 101010 | 100 | 1100011 | 1010010 | 1001011 |
Color Harmonies of #B1F48D
Complementary color
Monochromatic Colors of #B1F48D
Black with #B1F48D
Text Example
Text Example
White with #B1F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F48D; }
p { color: rgb(177,244,141); }
H1.HeaderClassName
{
color: #B1F48D;
}
.AnyTagClassName
{
color: #B1F48D;
}
</style>
background-color css
<style>
a { background-color: #B1F48D; }
a { background-color: rgb(177,244,141); }
div.DivClassName
{
background-color: #B1F48D;
}
.BgClassName
{
background-color: #B1F48D;
}
</style>
border-color css
<style>
span { border-color: #B1F48D; }
span { border-color: rgb(177,244,141); }
td.TdClassName
{
border-color: #B1F48D;
}
.TagClassName
{
border-color: #B1F48D;
}
</style>