Shades of Feijoa #B2D878
Tints of Feijoa #B2D878
RGB
CMYK
RGB Variations
Color information
#B2D878 (or 0xB2D878) is known color: Feijoa. HEX triplet: B2, D8 and 78. RGB value is (178,216,120). Sum of RGB (Red+Green+Blue) = 178+216+120=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D878 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D878 is #4D2787. Grayscale: #C2C2C2. Windows color (decimal): -5056392 or 7919794. OLE color: 7919794.
HSL color Cylindrical-coordinate representation of color #B2D878: hue angle of 83.75º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2D878 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 120 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.15 |
| HSL | 83.75º | 0.55% | 0.66% | - |
| HSV(B) | 83.75º | 0.44% | 0.85% | - |
| XYZ | 46.31 | 59.93 | 26.9 | - |
| YUV | 193.69 | 86.41 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 120 | 0.18 | 0 | 0.44 | 0.15 | 83.75 | 0.55 | 0.66 |
| Hex | B2 | D8 | 78 | 12 | 0 | 2C | F | 54 | 37 | 42 |
| Octal | 262 | 330 | 170 | 22 | 0 | 54 | 17 | 124 | 67 | 102 |
| Binary | 10110010 | 11011000 | 1111000 | 10010 | 0 | 101100 | 1111 | 1010100 | 110111 | 1000010 |
Color Harmonies of #B2D878
Complementary color
Monochromatic Colors of #B2D878
Black with #B2D878
Text Example
Text Example
White with #B2D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D878; }
p { color: rgb(178,216,120); }
H1.HeaderClassName
{
color: #B2D878;
}
.AnyTagClassName
{
color: #B2D878;
}
</style>
background-color css
<style>
a { background-color: #B2D878; }
a { background-color: rgb(178,216,120); }
div.DivClassName
{
background-color: #B2D878;
}
.BgClassName
{
background-color: #B2D878;
}
</style>
border-color css
<style>
span { border-color: #B2D878; }
span { border-color: rgb(178,216,120); }
td.TdClassName
{
border-color: #B2D878;
}
.TagClassName
{
border-color: #B2D878;
}
</style>