Shades of Feijoa #B5DB91
Tints of Feijoa #B5DB91
RGB
CMYK
RGB Variations
Color information
#B5DB91 (or 0xB5DB91) is known color: Feijoa. HEX triplet: B5, DB and 91. RGB value is (181,219,145). Sum of RGB (Red+Green+Blue) = 181+219+145=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 145 (57.03% from 255 or 26.61% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB91 is #4A246E. Grayscale: #C7C7C7. Windows color (decimal): -4858991 or 9558965. OLE color: 9558965.
HSL color Cylindrical-coordinate representation of color #B5DB91: hue angle of 90.81º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B5DB91 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 145 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.14 |
| HSL | 90.81º | 0.51% | 0.71% | - |
| HSV(B) | 90.81º | 0.34% | 0.86% | - |
| XYZ | 49.5 | 62.53 | 36.25 | - |
| YUV | 199.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 145 | 0.17 | 0 | 0.34 | 0.14 | 90.81 | 0.51 | 0.71 |
| Hex | B5 | DB | 91 | 11 | 0 | 22 | E | 5B | 33 | 47 |
| Octal | 265 | 333 | 221 | 21 | 0 | 42 | 16 | 133 | 63 | 107 |
| Binary | 10110101 | 11011011 | 10010001 | 10001 | 0 | 100010 | 1110 | 1011011 | 110011 | 1000111 |
Color Harmonies of #B5DB91
Complementary color
Monochromatic Colors of #B5DB91
Black with #B5DB91
Text Example
Text Example
White with #B5DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB91; }
p { color: rgb(181,219,145); }
H1.HeaderClassName
{
color: #B5DB91;
}
.AnyTagClassName
{
color: #B5DB91;
}
</style>
background-color css
<style>
a { background-color: #B5DB91; }
a { background-color: rgb(181,219,145); }
div.DivClassName
{
background-color: #B5DB91;
}
.BgClassName
{
background-color: #B5DB91;
}
</style>
border-color css
<style>
span { border-color: #B5DB91; }
span { border-color: rgb(181,219,145); }
td.TdClassName
{
border-color: #B5DB91;
}
.TagClassName
{
border-color: #B5DB91;
}
</style>