Shades of Feijoa #B1F181
Tints of Feijoa #B1F181
RGB
CMYK
RGB Variations
Color information
#B1F181 (or 0xB1F181) is known color: Feijoa. HEX triplet: B1, F1 and 81. RGB value is (177,241,129). Sum of RGB (Red+Green+Blue) = 177+241+129=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 129 (50.78% from 255 or 23.58% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F181 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1F181 is #4E0E7E. Grayscale: #D1D1D1. Windows color (decimal): -5115519 or 8516017. OLE color: 8516017.
HSL color Cylindrical-coordinate representation of color #B1F181: hue angle of 94.29º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1F181 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 129 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.05 |
| HSL | 94.29º | 0.8% | 0.73% | - |
| HSV(B) | 94.29º | 0.46% | 0.95% | - |
| XYZ | 53.55 | 73.84 | 32.2 | - |
| YUV | 209.1 | 82.8 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 129 | 0.27 | 0 | 0.46 | 0.05 | 94.29 | 0.8 | 0.73 |
| Hex | B1 | F1 | 81 | 1B | 0 | 2E | 5 | 5E | 50 | 49 |
| Octal | 261 | 361 | 201 | 33 | 0 | 56 | 5 | 136 | 120 | 111 |
| Binary | 10110001 | 11110001 | 10000001 | 11011 | 0 | 101110 | 101 | 1011110 | 1010000 | 1001001 |
Color Harmonies of #B1F181
Complementary color
Monochromatic Colors of #B1F181
Black with #B1F181
Text Example
Text Example
White with #B1F181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F181; }
p { color: rgb(177,241,129); }
H1.HeaderClassName
{
color: #B1F181;
}
.AnyTagClassName
{
color: #B1F181;
}
</style>
background-color css
<style>
a { background-color: #B1F181; }
a { background-color: rgb(177,241,129); }
div.DivClassName
{
background-color: #B1F181;
}
.BgClassName
{
background-color: #B1F181;
}
</style>
border-color css
<style>
span { border-color: #B1F181; }
span { border-color: rgb(177,241,129); }
td.TdClassName
{
border-color: #B1F181;
}
.TagClassName
{
border-color: #B1F181;
}
</style>