Shades of Feijoa #B1F88C
Tints of Feijoa #B1F88C
RGB
CMYK
RGB Variations
Color information
#B1F88C (or 0xB1F88C) is known color: Feijoa. HEX triplet: B1, F8 and 8C. RGB value is (177,248,140). Sum of RGB (Red+Green+Blue) = 177+248+140=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 248 (97.27% from 255 or 43.89% from 565); Blue value is 140 (55.08% from 255 or 24.78% from 565); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F88C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F88C is #4E0773. Grayscale: #D6D6D6. Windows color (decimal): -5113716 or 9238705. OLE color: 9238705.
HSL color Cylindrical-coordinate representation of color #B1F88C: hue angle of 99.44º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1F88C is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 140 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.03 |
| HSL | 99.44º | 0.89% | 0.76% | - |
| HSV(B) | 99.44º | 0.44% | 0.97% | - |
| XYZ | 56.43 | 78.38 | 36.96 | - |
| YUV | 214.46 | 85.98 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 140 | 0.29 | 0 | 0.44 | 0.03 | 99.44 | 0.89 | 0.76 |
| Hex | B1 | F8 | 8C | 1D | 0 | 2C | 3 | 63 | 59 | 4C |
| Octal | 261 | 370 | 214 | 35 | 0 | 54 | 3 | 143 | 131 | 114 |
| Binary | 10110001 | 11111000 | 10001100 | 11101 | 0 | 101100 | 11 | 1100011 | 1011001 | 1001100 |
Color Harmonies of #B1F88C
Complementary color
Monochromatic Colors of #B1F88C
Black with #B1F88C
Text Example
Text Example
White with #B1F88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F88C; }
p { color: rgb(177,248,140); }
H1.HeaderClassName
{
color: #B1F88C;
}
.AnyTagClassName
{
color: #B1F88C;
}
</style>
background-color css
<style>
a { background-color: #B1F88C; }
a { background-color: rgb(177,248,140); }
div.DivClassName
{
background-color: #B1F88C;
}
.BgClassName
{
background-color: #B1F88C;
}
</style>
border-color css
<style>
span { border-color: #B1F88C; }
span { border-color: rgb(177,248,140); }
td.TdClassName
{
border-color: #B1F88C;
}
.TagClassName
{
border-color: #B1F88C;
}
</style>