Shades of Feijoa #B7D787
Tints of Feijoa #B7D787
RGB
CMYK
RGB Variations
Color information
#B7D787 (or 0xB7D787) is known color: Feijoa. HEX triplet: B7, D7 and 87. RGB value is (183,215,135). Sum of RGB (Red+Green+Blue) = 183+215+135=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 135 (53.12% from 255 or 25.33% from 533); Max value from RGB is 215 - color contains mainly: green. Hex color #B7D787 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7D787 is #482878. Grayscale: #C4C4C4. Windows color (decimal): -4728953 or 8902583. OLE color: 8902583.
HSL color Cylindrical-coordinate representation of color #B7D787: hue angle of 84º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B7D787 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 215 | 135 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.16 |
| HSL | 84º | 0.5% | 0.69% | - |
| HSV(B) | 84º | 0.37% | 0.84% | - |
| XYZ | 48.2 | 60.42 | 32.04 | - |
| YUV | 196.31 | 93.4 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 215 | 135 | 0.15 | 0 | 0.37 | 0.16 | 84 | 0.5 | 0.69 |
| Hex | B7 | D7 | 87 | F | 0 | 25 | 10 | 54 | 32 | 45 |
| Octal | 267 | 327 | 207 | 17 | 0 | 45 | 20 | 124 | 62 | 105 |
| Binary | 10110111 | 11010111 | 10000111 | 1111 | 0 | 100101 | 10000 | 1010100 | 110010 | 1000101 |
Color Harmonies of #B7D787
Complementary color
Monochromatic Colors of #B7D787
Black with #B7D787
Text Example
Text Example
White with #B7D787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D787; }
p { color: rgb(183,215,135); }
H1.HeaderClassName
{
color: #B7D787;
}
.AnyTagClassName
{
color: #B7D787;
}
</style>
background-color css
<style>
a { background-color: #B7D787; }
a { background-color: rgb(183,215,135); }
div.DivClassName
{
background-color: #B7D787;
}
.BgClassName
{
background-color: #B7D787;
}
</style>
border-color css
<style>
span { border-color: #B7D787; }
span { border-color: rgb(183,215,135); }
td.TdClassName
{
border-color: #B7D787;
}
.TagClassName
{
border-color: #B7D787;
}
</style>