Shades of Feijoa #B1DF91
Tints of Feijoa #B1DF91
RGB
CMYK
RGB Variations
Color information
#B1DF91 (or 0xB1DF91) is known color: Feijoa. HEX triplet: B1, DF and 91. RGB value is (177,223,145). Sum of RGB (Red+Green+Blue) = 177+223+145=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DF91 is #4E206E. Grayscale: #C8C8C8. Windows color (decimal): -5120111 or 9559985. OLE color: 9559985.
HSL color Cylindrical-coordinate representation of color #B1DF91: hue angle of 95.38º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1DF91 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 145 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.13 |
| HSL | 95.38º | 0.55% | 0.72% | - |
| HSV(B) | 95.38º | 0.35% | 0.87% | - |
| XYZ | 49.63 | 64.17 | 36.56 | - |
| YUV | 200.35 | 96.76 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 145 | 0.21 | 0 | 0.35 | 0.13 | 95.38 | 0.55 | 0.72 |
| Hex | B1 | DF | 91 | 15 | 0 | 23 | D | 5F | 37 | 48 |
| Octal | 261 | 337 | 221 | 25 | 0 | 43 | 15 | 137 | 67 | 110 |
| Binary | 10110001 | 11011111 | 10010001 | 10101 | 0 | 100011 | 1101 | 1011111 | 110111 | 1001000 |
Color Harmonies of #B1DF91
Complementary color
Monochromatic Colors of #B1DF91
Black with #B1DF91
Text Example
Text Example
White with #B1DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF91; }
p { color: rgb(177,223,145); }
H1.HeaderClassName
{
color: #B1DF91;
}
.AnyTagClassName
{
color: #B1DF91;
}
</style>
background-color css
<style>
a { background-color: #B1DF91; }
a { background-color: rgb(177,223,145); }
div.DivClassName
{
background-color: #B1DF91;
}
.BgClassName
{
background-color: #B1DF91;
}
</style>
border-color css
<style>
span { border-color: #B1DF91; }
span { border-color: rgb(177,223,145); }
td.TdClassName
{
border-color: #B1DF91;
}
.TagClassName
{
border-color: #B1DF91;
}
</style>