Shades of Feijoa #B1DC8E
Tints of Feijoa #B1DC8E
RGB
CMYK
RGB Variations
Color information
#B1DC8E (or 0xB1DC8E) is known color: Feijoa. HEX triplet: B1, DC and 8E. RGB value is (177,220,142). Sum of RGB (Red+Green+Blue) = 177+220+142=539 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.84% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 142 (55.86% from 255 or 26.35% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC8E is #4E2371. Grayscale: #C6C6C6. Windows color (decimal): -5120882 or 9362609. OLE color: 9362609.
HSL color Cylindrical-coordinate representation of color #B1DC8E: hue angle of 93.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1DC8E is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 142 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.14 |
| HSL | 93.08º | 0.53% | 0.71% | - |
| HSV(B) | 93.08º | 0.35% | 0.86% | - |
| XYZ | 48.61 | 62.49 | 35.09 | - |
| YUV | 198.25 | 96.25 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 142 | 0.20 | 0 | 0.35 | 0.14 | 93.08 | 0.53 | 0.71 |
| Hex | B1 | DC | 8E | 14 | 0 | 23 | E | 5D | 35 | 47 |
| Octal | 261 | 334 | 216 | 24 | 0 | 43 | 16 | 135 | 65 | 107 |
| Binary | 10110001 | 11011100 | 10001110 | 10100 | 0 | 100011 | 1110 | 1011101 | 110101 | 1000111 |
Color Harmonies of #B1DC8E
Complementary color
Monochromatic Colors of #B1DC8E
Black with #B1DC8E
Text Example
Text Example
White with #B1DC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC8E; }
p { color: rgb(177,220,142); }
H1.HeaderClassName
{
color: #B1DC8E;
}
.AnyTagClassName
{
color: #B1DC8E;
}
</style>
background-color css
<style>
a { background-color: #B1DC8E; }
a { background-color: rgb(177,220,142); }
div.DivClassName
{
background-color: #B1DC8E;
}
.BgClassName
{
background-color: #B1DC8E;
}
</style>
border-color css
<style>
span { border-color: #B1DC8E; }
span { border-color: rgb(177,220,142); }
td.TdClassName
{
border-color: #B1DC8E;
}
.TagClassName
{
border-color: #B1DC8E;
}
</style>