Shades of Feijoa #B1D681
Tints of Feijoa #B1D681
RGB
CMYK
RGB Variations
Color information
#B1D681 (or 0xB1D681) is known color: Feijoa. HEX triplet: B1, D6 and 81. RGB value is (177,214,129). Sum of RGB (Red+Green+Blue) = 177+214+129=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D681 is #4E297E. Grayscale: #C1C1C1. Windows color (decimal): -5122431 or 8509105. OLE color: 8509105.
HSL color Cylindrical-coordinate representation of color #B1D681: hue angle of 86.12º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1D681 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 214 | 129 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.16 |
| HSL | 86.12º | 0.51% | 0.67% | - |
| HSV(B) | 86.12º | 0.4% | 0.84% | - |
| XYZ | 46.14 | 59.03 | 29.73 | - |
| YUV | 193.25 | 91.74 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 214 | 129 | 0.17 | 0 | 0.40 | 0.16 | 86.12 | 0.51 | 0.67 |
| Hex | B1 | D6 | 81 | 11 | 0 | 28 | 10 | 56 | 33 | 43 |
| Octal | 261 | 326 | 201 | 21 | 0 | 50 | 20 | 126 | 63 | 103 |
| Binary | 10110001 | 11010110 | 10000001 | 10001 | 0 | 101000 | 10000 | 1010110 | 110011 | 1000011 |
Color Harmonies of #B1D681
Complementary color
Monochromatic Colors of #B1D681
Black with #B1D681
Text Example
Text Example
White with #B1D681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D681; }
p { color: rgb(177,214,129); }
H1.HeaderClassName
{
color: #B1D681;
}
.AnyTagClassName
{
color: #B1D681;
}
</style>
background-color css
<style>
a { background-color: #B1D681; }
a { background-color: rgb(177,214,129); }
div.DivClassName
{
background-color: #B1D681;
}
.BgClassName
{
background-color: #B1D681;
}
</style>
border-color css
<style>
span { border-color: #B1D681; }
span { border-color: rgb(177,214,129); }
td.TdClassName
{
border-color: #B1D681;
}
.TagClassName
{
border-color: #B1D681;
}
</style>