Shades of Feijoa #B1F485
Tints of Feijoa #B1F485
RGB
CMYK
RGB Variations
Color information
#B1F485 (or 0xB1F485) is known color: Feijoa. HEX triplet: B1, F4 and 85. RGB value is (177,244,133). Sum of RGB (Red+Green+Blue) = 177+244+133=554 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.95% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F485 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F485 is #4E0B7A. Grayscale: #D3D3D3. Windows color (decimal): -5114747 or 8778929. OLE color: 8778929.
HSL color Cylindrical-coordinate representation of color #B1F485: hue angle of 96.22º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1F485 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 133 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.04 |
| HSL | 96.22º | 0.83% | 0.74% | - |
| HSV(B) | 96.22º | 0.45% | 0.96% | - |
| XYZ | 54.72 | 75.74 | 33.93 | - |
| YUV | 211.31 | 83.8 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 133 | 0.27 | 0 | 0.45 | 0.04 | 96.22 | 0.83 | 0.74 |
| Hex | B1 | F4 | 85 | 1B | 0 | 2D | 4 | 60 | 53 | 4A |
| Octal | 261 | 364 | 205 | 33 | 0 | 55 | 4 | 140 | 123 | 112 |
| Binary | 10110001 | 11110100 | 10000101 | 11011 | 0 | 101101 | 100 | 1100000 | 1010011 | 1001010 |
Color Harmonies of #B1F485
Complementary color
Monochromatic Colors of #B1F485
Black with #B1F485
Text Example
Text Example
White with #B1F485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F485; }
p { color: rgb(177,244,133); }
H1.HeaderClassName
{
color: #B1F485;
}
.AnyTagClassName
{
color: #B1F485;
}
</style>
background-color css
<style>
a { background-color: #B1F485; }
a { background-color: rgb(177,244,133); }
div.DivClassName
{
background-color: #B1F485;
}
.BgClassName
{
background-color: #B1F485;
}
</style>
border-color css
<style>
span { border-color: #B1F485; }
span { border-color: rgb(177,244,133); }
td.TdClassName
{
border-color: #B1F485;
}
.TagClassName
{
border-color: #B1F485;
}
</style>