Shades of Feijoa #B2D87C
Tints of Feijoa #B2D87C
RGB
CMYK
RGB Variations
Color information
#B2D87C (or 0xB2D87C) is known color: Feijoa. HEX triplet: B2, D8 and 7C. RGB value is (178,216,124). Sum of RGB (Red+Green+Blue) = 178+216+124=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D87C is #4D2783. Grayscale: #C2C2C2. Windows color (decimal): -5056388 or 8181938. OLE color: 8181938.
HSL color Cylindrical-coordinate representation of color #B2D87C: hue angle of 84.78º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2D87C is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 124 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.15 |
| HSL | 84.78º | 0.54% | 0.67% | - |
| HSV(B) | 84.78º | 0.43% | 0.85% | - |
| XYZ | 46.55 | 60.03 | 28.2 | - |
| YUV | 194.15 | 88.41 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 124 | 0.18 | 0 | 0.43 | 0.15 | 84.78 | 0.54 | 0.67 |
| Hex | B2 | D8 | 7C | 12 | 0 | 2B | F | 55 | 36 | 43 |
| Octal | 262 | 330 | 174 | 22 | 0 | 53 | 17 | 125 | 66 | 103 |
| Binary | 10110010 | 11011000 | 1111100 | 10010 | 0 | 101011 | 1111 | 1010101 | 110110 | 1000011 |
Color Harmonies of #B2D87C
Complementary color
Monochromatic Colors of #B2D87C
Black with #B2D87C
Text Example
Text Example
White with #B2D87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D87C; }
p { color: rgb(178,216,124); }
H1.HeaderClassName
{
color: #B2D87C;
}
.AnyTagClassName
{
color: #B2D87C;
}
</style>
background-color css
<style>
a { background-color: #B2D87C; }
a { background-color: rgb(178,216,124); }
div.DivClassName
{
background-color: #B2D87C;
}
.BgClassName
{
background-color: #B2D87C;
}
</style>
border-color css
<style>
span { border-color: #B2D87C; }
span { border-color: rgb(178,216,124); }
td.TdClassName
{
border-color: #B2D87C;
}
.TagClassName
{
border-color: #B2D87C;
}
</style>