Shades of Feijoa #B2D77B
Tints of Feijoa #B2D77B
RGB
CMYK
RGB Variations
Color information
#B2D77B (or 0xB2D77B) is known color: Feijoa. HEX triplet: B2, D7 and 7B. RGB value is (178,215,123). Sum of RGB (Red+Green+Blue) = 178+215+123=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 215 (84.38% from 255 or 41.67% from 516); Blue value is 123 (48.44% from 255 or 23.84% from 516); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D77B is #4D2884. Grayscale: #C1C1C1. Windows color (decimal): -5056645 or 8116146. OLE color: 8116146.
HSL color Cylindrical-coordinate representation of color #B2D77B: hue angle of 84.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2D77B is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 123 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.16 |
| HSL | 84.13º | 0.53% | 0.66% | - |
| HSV(B) | 84.13º | 0.43% | 0.84% | - |
| XYZ | 46.24 | 59.5 | 27.79 | - |
| YUV | 193.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 123 | 0.17 | 0 | 0.43 | 0.16 | 84.13 | 0.53 | 0.66 |
| Hex | B2 | D7 | 7B | 11 | 0 | 2B | 10 | 54 | 35 | 42 |
| Octal | 262 | 327 | 173 | 21 | 0 | 53 | 20 | 124 | 65 | 102 |
| Binary | 10110010 | 11010111 | 1111011 | 10001 | 0 | 101011 | 10000 | 1010100 | 110101 | 1000010 |
Color Harmonies of #B2D77B
Complementary color
Monochromatic Colors of #B2D77B
Black with #B2D77B
Text Example
Text Example
White with #B2D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D77B; }
p { color: rgb(178,215,123); }
H1.HeaderClassName
{
color: #B2D77B;
}
.AnyTagClassName
{
color: #B2D77B;
}
</style>
background-color css
<style>
a { background-color: #B2D77B; }
a { background-color: rgb(178,215,123); }
div.DivClassName
{
background-color: #B2D77B;
}
.BgClassName
{
background-color: #B2D77B;
}
</style>
border-color css
<style>
span { border-color: #B2D77B; }
span { border-color: rgb(178,215,123); }
td.TdClassName
{
border-color: #B2D77B;
}
.TagClassName
{
border-color: #B2D77B;
}
</style>