Shades of Feijoa #B1DD8B
Tints of Feijoa #B1DD8B
RGB
CMYK
RGB Variations
Color information
#B1DD8B (or 0xB1DD8B) is known color: Feijoa. HEX triplet: B1, DD and 8B. RGB value is (177,221,139). Sum of RGB (Red+Green+Blue) = 177+221+139=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DD8B is #4E2274. Grayscale: #C6C6C6. Windows color (decimal): -5120629 or 9166257. OLE color: 9166257.
HSL color Cylindrical-coordinate representation of color #B1DD8B: hue angle of 92.2º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1DD8B is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 139 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.13 |
| HSL | 92.2º | 0.55% | 0.71% | - |
| HSV(B) | 92.2º | 0.37% | 0.87% | - |
| XYZ | 48.65 | 62.92 | 34.01 | - |
| YUV | 198.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 139 | 0.20 | 0 | 0.37 | 0.13 | 92.2 | 0.55 | 0.71 |
| Hex | B1 | DD | 8B | 14 | 0 | 25 | D | 5C | 37 | 47 |
| Octal | 261 | 335 | 213 | 24 | 0 | 45 | 15 | 134 | 67 | 107 |
| Binary | 10110001 | 11011101 | 10001011 | 10100 | 0 | 100101 | 1101 | 1011100 | 110111 | 1000111 |
Color Harmonies of #B1DD8B
Complementary color
Monochromatic Colors of #B1DD8B
Black with #B1DD8B
Text Example
Text Example
White with #B1DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD8B; }
p { color: rgb(177,221,139); }
H1.HeaderClassName
{
color: #B1DD8B;
}
.AnyTagClassName
{
color: #B1DD8B;
}
</style>
background-color css
<style>
a { background-color: #B1DD8B; }
a { background-color: rgb(177,221,139); }
div.DivClassName
{
background-color: #B1DD8B;
}
.BgClassName
{
background-color: #B1DD8B;
}
</style>
border-color css
<style>
span { border-color: #B1DD8B; }
span { border-color: rgb(177,221,139); }
td.TdClassName
{
border-color: #B1DD8B;
}
.TagClassName
{
border-color: #B1DD8B;
}
</style>