Shades of Feijoa #B1DC87
Tints of Feijoa #B1DC87
RGB
CMYK
RGB Variations
Color information
#B1DC87 (or 0xB1DC87) is known color: Feijoa. HEX triplet: B1, DC and 87. RGB value is (177,220,135). Sum of RGB (Red+Green+Blue) = 177+220+135=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC87 is #4E2378. Grayscale: #C5C5C5. Windows color (decimal): -5120889 or 8903857. OLE color: 8903857.
HSL color Cylindrical-coordinate representation of color #B1DC87: hue angle of 90.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1DC87 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 135 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.14 |
| HSL | 90.35º | 0.55% | 0.7% | - |
| HSV(B) | 90.35º | 0.39% | 0.86% | - |
| XYZ | 48.1 | 62.28 | 32.41 | - |
| YUV | 197.45 | 92.75 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 135 | 0.20 | 0 | 0.39 | 0.14 | 90.35 | 0.55 | 0.7 |
| Hex | B1 | DC | 87 | 14 | 0 | 27 | E | 5A | 37 | 46 |
| Octal | 261 | 334 | 207 | 24 | 0 | 47 | 16 | 132 | 67 | 106 |
| Binary | 10110001 | 11011100 | 10000111 | 10100 | 0 | 100111 | 1110 | 1011010 | 110111 | 1000110 |
Color Harmonies of #B1DC87
Complementary color
Monochromatic Colors of #B1DC87
Black with #B1DC87
Text Example
Text Example
White with #B1DC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC87; }
p { color: rgb(177,220,135); }
H1.HeaderClassName
{
color: #B1DC87;
}
.AnyTagClassName
{
color: #B1DC87;
}
</style>
background-color css
<style>
a { background-color: #B1DC87; }
a { background-color: rgb(177,220,135); }
div.DivClassName
{
background-color: #B1DC87;
}
.BgClassName
{
background-color: #B1DC87;
}
</style>
border-color css
<style>
span { border-color: #B1DC87; }
span { border-color: rgb(177,220,135); }
td.TdClassName
{
border-color: #B1DC87;
}
.TagClassName
{
border-color: #B1DC87;
}
</style>