Shades of Feijoa #B1E68B
Tints of Feijoa #B1E68B
RGB
CMYK
RGB Variations
Color information
#B1E68B (or 0xB1E68B) is known color: Feijoa. HEX triplet: B1, E6 and 8B. RGB value is (177,230,139). Sum of RGB (Red+Green+Blue) = 177+230+139=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 139 (54.69% from 255 or 25.46% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #B1E68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B1E68B is #4E1974. Grayscale: #CCCCCC. Windows color (decimal): -5118325 or 9168561. OLE color: 9168561.
HSL color Cylindrical-coordinate representation of color #B1E68B: hue angle of 94.95º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1E68B is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 230 | 139 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.10 |
| HSL | 94.95º | 0.65% | 0.72% | - |
| HSV(B) | 94.95º | 0.4% | 0.9% | - |
| XYZ | 51.09 | 67.8 | 34.82 | - |
| YUV | 203.78 | 91.44 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 230 | 139 | 0.23 | 0 | 0.40 | 0.10 | 94.95 | 0.65 | 0.72 |
| Hex | B1 | E6 | 8B | 17 | 0 | 28 | A | 5F | 41 | 48 |
| Octal | 261 | 346 | 213 | 27 | 0 | 50 | 12 | 137 | 101 | 110 |
| Binary | 10110001 | 11100110 | 10001011 | 10111 | 0 | 101000 | 1010 | 1011111 | 1000001 | 1001000 |
Color Harmonies of #B1E68B
Complementary color
Monochromatic Colors of #B1E68B
Black with #B1E68B
Text Example
Text Example
White with #B1E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E68B; }
p { color: rgb(177,230,139); }
H1.HeaderClassName
{
color: #B1E68B;
}
.AnyTagClassName
{
color: #B1E68B;
}
</style>
background-color css
<style>
a { background-color: #B1E68B; }
a { background-color: rgb(177,230,139); }
div.DivClassName
{
background-color: #B1E68B;
}
.BgClassName
{
background-color: #B1E68B;
}
</style>
border-color css
<style>
span { border-color: #B1E68B; }
span { border-color: rgb(177,230,139); }
td.TdClassName
{
border-color: #B1E68B;
}
.TagClassName
{
border-color: #B1E68B;
}
</style>