Shades of Feijoa #B1E07C
Tints of Feijoa #B1E07C
RGB
CMYK
RGB Variations
Color information
#B1E07C (or 0xB1E07C) is known color: Feijoa. HEX triplet: B1, E0 and 7C. RGB value is (177,224,124). Sum of RGB (Red+Green+Blue) = 177+224+124=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E07C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E07C is #4E1F83. Grayscale: #C6C6C6. Windows color (decimal): -5119876 or 8183985. OLE color: 8183985.
HSL color Cylindrical-coordinate representation of color #B1E07C: hue angle of 88.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1E07C is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 124 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.12 |
| HSL | 88.2º | 0.62% | 0.68% | - |
| HSV(B) | 88.2º | 0.45% | 0.88% | - |
| XYZ | 48.43 | 64.11 | 28.89 | - |
| YUV | 198.55 | 85.93 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 124 | 0.21 | 0 | 0.45 | 0.12 | 88.2 | 0.62 | 0.68 |
| Hex | B1 | E0 | 7C | 15 | 0 | 2D | C | 58 | 3E | 44 |
| Octal | 261 | 340 | 174 | 25 | 0 | 55 | 14 | 130 | 76 | 104 |
| Binary | 10110001 | 11100000 | 1111100 | 10101 | 0 | 101101 | 1100 | 1011000 | 111110 | 1000100 |
Color Harmonies of #B1E07C
Complementary color
Monochromatic Colors of #B1E07C
Black with #B1E07C
Text Example
Text Example
White with #B1E07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E07C; }
p { color: rgb(177,224,124); }
H1.HeaderClassName
{
color: #B1E07C;
}
.AnyTagClassName
{
color: #B1E07C;
}
</style>
background-color css
<style>
a { background-color: #B1E07C; }
a { background-color: rgb(177,224,124); }
div.DivClassName
{
background-color: #B1E07C;
}
.BgClassName
{
background-color: #B1E07C;
}
</style>
border-color css
<style>
span { border-color: #B1E07C; }
span { border-color: rgb(177,224,124); }
td.TdClassName
{
border-color: #B1E07C;
}
.TagClassName
{
border-color: #B1E07C;
}
</style>