Shades of Feijoa #B1E07E
Tints of Feijoa #B1E07E
RGB
CMYK
RGB Variations
Color information
#B1E07E (or 0xB1E07E) is known color: Feijoa. HEX triplet: B1, E0 and 7E. RGB value is (177,224,126). Sum of RGB (Red+Green+Blue) = 177+224+126=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E07E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E07E is #4E1F81. Grayscale: #C7C7C7. Windows color (decimal): -5119874 or 8315057. OLE color: 8315057.
HSL color Cylindrical-coordinate representation of color #B1E07E: hue angle of 88.78º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1E07E is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 224 | 126 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.12 |
| HSL | 88.78º | 0.61% | 0.69% | - |
| HSV(B) | 88.78º | 0.44% | 0.88% | - |
| XYZ | 48.55 | 64.16 | 29.56 | - |
| YUV | 198.78 | 86.93 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 224 | 126 | 0.21 | 0 | 0.44 | 0.12 | 88.78 | 0.61 | 0.69 |
| Hex | B1 | E0 | 7E | 15 | 0 | 2C | C | 59 | 3D | 45 |
| Octal | 261 | 340 | 176 | 25 | 0 | 54 | 14 | 131 | 75 | 105 |
| Binary | 10110001 | 11100000 | 1111110 | 10101 | 0 | 101100 | 1100 | 1011001 | 111101 | 1000101 |
Color Harmonies of #B1E07E
Complementary color
Monochromatic Colors of #B1E07E
Black with #B1E07E
Text Example
Text Example
White with #B1E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E07E; }
p { color: rgb(177,224,126); }
H1.HeaderClassName
{
color: #B1E07E;
}
.AnyTagClassName
{
color: #B1E07E;
}
</style>
background-color css
<style>
a { background-color: #B1E07E; }
a { background-color: rgb(177,224,126); }
div.DivClassName
{
background-color: #B1E07E;
}
.BgClassName
{
background-color: #B1E07E;
}
</style>
border-color css
<style>
span { border-color: #B1E07E; }
span { border-color: rgb(177,224,126); }
td.TdClassName
{
border-color: #B1E07E;
}
.TagClassName
{
border-color: #B1E07E;
}
</style>