Shades of Feijoa #B1D77A
Tints of Feijoa #B1D77A
RGB
CMYK
RGB Variations
Color information
#B1D77A (or 0xB1D77A) is known color: Feijoa. HEX triplet: B1, D7 and 7A. RGB value is (177,215,122). Sum of RGB (Red+Green+Blue) = 177+215+122=514 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.44% from 514); Green value is 215 (84.38% from 255 or 41.83% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D77A is #4E2885. Grayscale: #C1C1C1. Windows color (decimal): -5122182 or 8050609. OLE color: 8050609.
HSL color Cylindrical-coordinate representation of color #B1D77A: hue angle of 84.52º 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 #B1D77A is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 215 | 122 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.16 |
| HSL | 84.52º | 0.54% | 0.66% | - |
| HSV(B) | 84.52º | 0.43% | 0.84% | - |
| XYZ | 45.94 | 59.35 | 27.45 | - |
| YUV | 193.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 215 | 122 | 0.18 | 0 | 0.43 | 0.16 | 84.52 | 0.54 | 0.66 |
| Hex | B1 | D7 | 7A | 12 | 0 | 2B | 10 | 55 | 36 | 42 |
| Octal | 261 | 327 | 172 | 22 | 0 | 53 | 20 | 125 | 66 | 102 |
| Binary | 10110001 | 11010111 | 1111010 | 10010 | 0 | 101011 | 10000 | 1010101 | 110110 | 1000010 |
Color Harmonies of #B1D77A
Complementary color
Monochromatic Colors of #B1D77A
Black with #B1D77A
Text Example
Text Example
White with #B1D77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D77A; }
p { color: rgb(177,215,122); }
H1.HeaderClassName
{
color: #B1D77A;
}
.AnyTagClassName
{
color: #B1D77A;
}
</style>
background-color css
<style>
a { background-color: #B1D77A; }
a { background-color: rgb(177,215,122); }
div.DivClassName
{
background-color: #B1D77A;
}
.BgClassName
{
background-color: #B1D77A;
}
</style>
border-color css
<style>
span { border-color: #B1D77A; }
span { border-color: rgb(177,215,122); }
td.TdClassName
{
border-color: #B1D77A;
}
.TagClassName
{
border-color: #B1D77A;
}
</style>