Shades of Feijoa #B1E27A
Tints of Feijoa #B1E27A
RGB
CMYK
RGB Variations
Color information
#B1E27A (or 0xB1E27A) is known color: Feijoa. HEX triplet: B1, E2 and 7A. RGB value is (177,226,122). Sum of RGB (Red+Green+Blue) = 177+226+122=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 226 (88.67% from 255 or 43.05% from 525); Blue value is 122 (48.05% from 255 or 23.24% from 525); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E27A is #4E1D85. Grayscale: #C7C7C7. Windows color (decimal): -5119366 or 8053425. OLE color: 8053425.
HSL color Cylindrical-coordinate representation of color #B1E27A: hue angle of 88.27º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B1E27A is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 226 | 122 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.11 |
| HSL | 88.27º | 0.64% | 0.68% | - |
| HSV(B) | 88.27º | 0.46% | 0.89% | - |
| XYZ | 48.84 | 65.14 | 28.41 | - |
| YUV | 199.49 | 84.27 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 226 | 122 | 0.22 | 0 | 0.46 | 0.11 | 88.27 | 0.64 | 0.68 |
| Hex | B1 | E2 | 7A | 16 | 0 | 2E | B | 58 | 40 | 44 |
| Octal | 261 | 342 | 172 | 26 | 0 | 56 | 13 | 130 | 100 | 104 |
| Binary | 10110001 | 11100010 | 1111010 | 10110 | 0 | 101110 | 1011 | 1011000 | 1000000 | 1000100 |
Color Harmonies of #B1E27A
Complementary color
Monochromatic Colors of #B1E27A
Black with #B1E27A
Text Example
Text Example
White with #B1E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E27A; }
p { color: rgb(177,226,122); }
H1.HeaderClassName
{
color: #B1E27A;
}
.AnyTagClassName
{
color: #B1E27A;
}
</style>
background-color css
<style>
a { background-color: #B1E27A; }
a { background-color: rgb(177,226,122); }
div.DivClassName
{
background-color: #B1E27A;
}
.BgClassName
{
background-color: #B1E27A;
}
</style>
border-color css
<style>
span { border-color: #B1E27A; }
span { border-color: rgb(177,226,122); }
td.TdClassName
{
border-color: #B1E27A;
}
.TagClassName
{
border-color: #B1E27A;
}
</style>