Shades of Feijoa #B4D981
Tints of Feijoa #B4D981
RGB
CMYK
RGB Variations
Color information
#B4D981 (or 0xB4D981) is known color: Feijoa. HEX triplet: B4, D9 and 81. RGB value is (180,217,129). Sum of RGB (Red+Green+Blue) = 180+217+129=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 129 (50.78% from 255 or 24.52% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #B4D981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4D981 is #4B267E. Grayscale: #C4C4C4. Windows color (decimal): -4925055 or 8509876. OLE color: 8509876.
HSL color Cylindrical-coordinate representation of color #B4D981: hue angle of 85.23º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4D981 is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 217 | 129 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.15 |
| HSL | 85.23º | 0.54% | 0.68% | - |
| HSV(B) | 85.23º | 0.41% | 0.85% | - |
| XYZ | 47.6 | 60.91 | 30.02 | - |
| YUV | 195.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 217 | 129 | 0.17 | 0 | 0.41 | 0.15 | 85.23 | 0.54 | 0.68 |
| Hex | B4 | D9 | 81 | 11 | 0 | 29 | F | 55 | 36 | 44 |
| Octal | 264 | 331 | 201 | 21 | 0 | 51 | 17 | 125 | 66 | 104 |
| Binary | 10110100 | 11011001 | 10000001 | 10001 | 0 | 101001 | 1111 | 1010101 | 110110 | 1000100 |
Color Harmonies of #B4D981
Complementary color
Monochromatic Colors of #B4D981
Black with #B4D981
Text Example
Text Example
White with #B4D981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D981; }
p { color: rgb(180,217,129); }
H1.HeaderClassName
{
color: #B4D981;
}
.AnyTagClassName
{
color: #B4D981;
}
</style>
background-color css
<style>
a { background-color: #B4D981; }
a { background-color: rgb(180,217,129); }
div.DivClassName
{
background-color: #B4D981;
}
.BgClassName
{
background-color: #B4D981;
}
</style>
border-color css
<style>
span { border-color: #B4D981; }
span { border-color: rgb(180,217,129); }
td.TdClassName
{
border-color: #B4D981;
}
.TagClassName
{
border-color: #B4D981;
}
</style>