Shades of Feijoa #B2D77A
Tints of Feijoa #B2D77A
RGB
CMYK
RGB Variations
Color information
#B2D77A (or 0xB2D77A) is known color: Feijoa. HEX triplet: B2, D7 and 7A. RGB value is (178,215,122). Sum of RGB (Red+Green+Blue) = 178+215+122=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D77A is #4D2885. Grayscale: #C1C1C1. Windows color (decimal): -5056646 or 8050610. OLE color: 8050610.
HSL color Cylindrical-coordinate representation of color #B2D77A: hue angle of 83.87º degrees, saturation: 0.54, 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 #B2D77A is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 122 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.16 |
| HSL | 83.87º | 0.54% | 0.66% | - |
| HSV(B) | 83.87º | 0.43% | 0.84% | - |
| XYZ | 46.17 | 59.47 | 27.46 | - |
| YUV | 193.34 | 87.74 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 122 | 0.17 | 0 | 0.43 | 0.16 | 83.87 | 0.54 | 0.66 |
| Hex | B2 | D7 | 7A | 11 | 0 | 2B | 10 | 54 | 36 | 42 |
| Octal | 262 | 327 | 172 | 21 | 0 | 53 | 20 | 124 | 66 | 102 |
| Binary | 10110010 | 11010111 | 1111010 | 10001 | 0 | 101011 | 10000 | 1010100 | 110110 | 1000010 |
Color Harmonies of #B2D77A
Complementary color
Monochromatic Colors of #B2D77A
Black with #B2D77A
Text Example
Text Example
White with #B2D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D77A; }
p { color: rgb(178,215,122); }
H1.HeaderClassName
{
color: #B2D77A;
}
.AnyTagClassName
{
color: #B2D77A;
}
</style>
background-color css
<style>
a { background-color: #B2D77A; }
a { background-color: rgb(178,215,122); }
div.DivClassName
{
background-color: #B2D77A;
}
.BgClassName
{
background-color: #B2D77A;
}
</style>
border-color css
<style>
span { border-color: #B2D77A; }
span { border-color: rgb(178,215,122); }
td.TdClassName
{
border-color: #B2D77A;
}
.TagClassName
{
border-color: #B2D77A;
}
</style>