Shades of Feijoa #B5DB87
Tints of Feijoa #B5DB87
RGB
CMYK
RGB Variations
Color information
#B5DB87 (or 0xB5DB87) is known color: Feijoa. HEX triplet: B5, DB and 87. RGB value is (181,219,135). Sum of RGB (Red+Green+Blue) = 181+219+135=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 135 (53.12% from 255 or 25.23% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DB87 is #4A2478. Grayscale: #C6C6C6. Windows color (decimal): -4859001 or 8903605. OLE color: 8903605.
HSL color Cylindrical-coordinate representation of color #B5DB87: hue angle of 87.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5DB87 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 135 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.14 |
| HSL | 87.14º | 0.54% | 0.69% | - |
| HSV(B) | 87.14º | 0.38% | 0.86% | - |
| XYZ | 48.76 | 62.24 | 32.36 | - |
| YUV | 198.06 | 92.41 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 135 | 0.17 | 0 | 0.38 | 0.14 | 87.14 | 0.54 | 0.69 |
| Hex | B5 | DB | 87 | 11 | 0 | 26 | E | 57 | 36 | 45 |
| Octal | 265 | 333 | 207 | 21 | 0 | 46 | 16 | 127 | 66 | 105 |
| Binary | 10110101 | 11011011 | 10000111 | 10001 | 0 | 100110 | 1110 | 1010111 | 110110 | 1000101 |
Color Harmonies of #B5DB87
Complementary color
Monochromatic Colors of #B5DB87
Black with #B5DB87
Text Example
Text Example
White with #B5DB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DB87; }
p { color: rgb(181,219,135); }
H1.HeaderClassName
{
color: #B5DB87;
}
.AnyTagClassName
{
color: #B5DB87;
}
</style>
background-color css
<style>
a { background-color: #B5DB87; }
a { background-color: rgb(181,219,135); }
div.DivClassName
{
background-color: #B5DB87;
}
.BgClassName
{
background-color: #B5DB87;
}
</style>
border-color css
<style>
span { border-color: #B5DB87; }
span { border-color: rgb(181,219,135); }
td.TdClassName
{
border-color: #B5DB87;
}
.TagClassName
{
border-color: #B5DB87;
}
</style>