Shades of Feijoa #B4D487
Tints of Feijoa #B4D487
RGB
CMYK
RGB Variations
Color information
#B4D487 (or 0xB4D487) is known color: Feijoa. HEX triplet: B4, D4 and 87. RGB value is (180,212,135). Sum of RGB (Red+Green+Blue) = 180+212+135=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D487 is #4B2B78. Grayscale: #C1C1C1. Windows color (decimal): -4926329 or 8901812. OLE color: 8901812.
HSL color Cylindrical-coordinate representation of color #B4D487: hue angle of 84.94º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B4D487 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 135 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.17 |
| HSL | 84.94º | 0.47% | 0.68% | - |
| HSV(B) | 84.94º | 0.36% | 0.83% | - |
| XYZ | 46.74 | 58.54 | 31.76 | - |
| YUV | 193.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 135 | 0.15 | 0 | 0.36 | 0.17 | 84.94 | 0.47 | 0.68 |
| Hex | B4 | D4 | 87 | F | 0 | 24 | 11 | 55 | 2F | 44 |
| Octal | 264 | 324 | 207 | 17 | 0 | 44 | 21 | 125 | 57 | 104 |
| Binary | 10110100 | 11010100 | 10000111 | 1111 | 0 | 100100 | 10001 | 1010101 | 101111 | 1000100 |
Color Harmonies of #B4D487
Complementary color
Monochromatic Colors of #B4D487
Black with #B4D487
Text Example
Text Example
White with #B4D487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D487; }
p { color: rgb(180,212,135); }
H1.HeaderClassName
{
color: #B4D487;
}
.AnyTagClassName
{
color: #B4D487;
}
</style>
background-color css
<style>
a { background-color: #B4D487; }
a { background-color: rgb(180,212,135); }
div.DivClassName
{
background-color: #B4D487;
}
.BgClassName
{
background-color: #B4D487;
}
</style>
border-color css
<style>
span { border-color: #B4D487; }
span { border-color: rgb(180,212,135); }
td.TdClassName
{
border-color: #B4D487;
}
.TagClassName
{
border-color: #B4D487;
}
</style>