Shades of Feijoa #B1DD91
Tints of Feijoa #B1DD91
RGB
CMYK
RGB Variations
Color information
#B1DD91 (or 0xB1DD91) is known color: Feijoa. HEX triplet: B1, DD and 91. RGB value is (177,221,145). Sum of RGB (Red+Green+Blue) = 177+221+145=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DD91 is #4E226E. Grayscale: #C7C7C7. Windows color (decimal): -5120623 or 9559473. OLE color: 9559473.
HSL color Cylindrical-coordinate representation of color #B1DD91: hue angle of 94.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1DD91 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 145 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.13 |
| HSL | 94.74º | 0.53% | 0.72% | - |
| HSV(B) | 94.74º | 0.34% | 0.87% | - |
| XYZ | 49.1 | 63.1 | 36.38 | - |
| YUV | 199.18 | 97.42 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 145 | 0.20 | 0 | 0.34 | 0.13 | 94.74 | 0.53 | 0.72 |
| Hex | B1 | DD | 91 | 14 | 0 | 22 | D | 5F | 35 | 48 |
| Octal | 261 | 335 | 221 | 24 | 0 | 42 | 15 | 137 | 65 | 110 |
| Binary | 10110001 | 11011101 | 10010001 | 10100 | 0 | 100010 | 1101 | 1011111 | 110101 | 1001000 |
Color Harmonies of #B1DD91
Complementary color
Monochromatic Colors of #B1DD91
Black with #B1DD91
Text Example
Text Example
White with #B1DD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD91; }
p { color: rgb(177,221,145); }
H1.HeaderClassName
{
color: #B1DD91;
}
.AnyTagClassName
{
color: #B1DD91;
}
</style>
background-color css
<style>
a { background-color: #B1DD91; }
a { background-color: rgb(177,221,145); }
div.DivClassName
{
background-color: #B1DD91;
}
.BgClassName
{
background-color: #B1DD91;
}
</style>
border-color css
<style>
span { border-color: #B1DD91; }
span { border-color: rgb(177,221,145); }
td.TdClassName
{
border-color: #B1DD91;
}
.TagClassName
{
border-color: #B1DD91;
}
</style>