Shades of Feijoa #B2D877
Tints of Feijoa #B2D877
RGB
CMYK
RGB Variations
Color information
#B2D877 (or 0xB2D877) is known color: Feijoa. HEX triplet: B2, D8 and 77. RGB value is (178,216,119). Sum of RGB (Red+Green+Blue) = 178+216+119=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D877 is #4D2788. Grayscale: #C1C1C1. Windows color (decimal): -5056393 or 7854258. OLE color: 7854258.
HSL color Cylindrical-coordinate representation of color #B2D877: hue angle of 83.51º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2D877 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 119 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.15 |
| HSL | 83.51º | 0.55% | 0.66% | - |
| HSV(B) | 83.51º | 0.45% | 0.85% | - |
| XYZ | 46.25 | 59.91 | 26.58 | - |
| YUV | 193.58 | 85.91 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 119 | 0.18 | 0 | 0.45 | 0.15 | 83.51 | 0.55 | 0.66 |
| Hex | B2 | D8 | 77 | 12 | 0 | 2D | F | 54 | 37 | 42 |
| Octal | 262 | 330 | 167 | 22 | 0 | 55 | 17 | 124 | 67 | 102 |
| Binary | 10110010 | 11011000 | 1110111 | 10010 | 0 | 101101 | 1111 | 1010100 | 110111 | 1000010 |
Color Harmonies of #B2D877
Complementary color
Monochromatic Colors of #B2D877
Black with #B2D877
Text Example
Text Example
White with #B2D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D877; }
p { color: rgb(178,216,119); }
H1.HeaderClassName
{
color: #B2D877;
}
.AnyTagClassName
{
color: #B2D877;
}
</style>
background-color css
<style>
a { background-color: #B2D877; }
a { background-color: rgb(178,216,119); }
div.DivClassName
{
background-color: #B2D877;
}
.BgClassName
{
background-color: #B2D877;
}
</style>
border-color css
<style>
span { border-color: #B2D877; }
span { border-color: rgb(178,216,119); }
td.TdClassName
{
border-color: #B2D877;
}
.TagClassName
{
border-color: #B2D877;
}
</style>