Shades of Feijoa #B1E380
Tints of Feijoa #B1E380
RGB
CMYK
RGB Variations
Color information
#B1E380 (or 0xB1E380) is known color: Feijoa. HEX triplet: B1, E3 and 80. RGB value is (177,227,128). Sum of RGB (Red+Green+Blue) = 177+227+128=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 227 (89.06% from 255 or 42.67% from 532); Blue value is 128 (50.39% from 255 or 24.06% from 532); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E380 is #4E1C7F. Grayscale: #C9C9C9. Windows color (decimal): -5119104 or 8446897. OLE color: 8446897.
HSL color Cylindrical-coordinate representation of color #B1E380: hue angle of 90.3º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1E380 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 128 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.11 |
| HSL | 90.3º | 0.64% | 0.7% | - |
| HSV(B) | 90.3º | 0.44% | 0.89% | - |
| XYZ | 49.5 | 65.84 | 30.52 | - |
| YUV | 200.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 128 | 0.22 | 0 | 0.44 | 0.11 | 90.3 | 0.64 | 0.7 |
| Hex | B1 | E3 | 80 | 16 | 0 | 2C | B | 5A | 40 | 46 |
| Octal | 261 | 343 | 200 | 26 | 0 | 54 | 13 | 132 | 100 | 106 |
| Binary | 10110001 | 11100011 | 10000000 | 10110 | 0 | 101100 | 1011 | 1011010 | 1000000 | 1000110 |
Color Harmonies of #B1E380
Complementary color
Monochromatic Colors of #B1E380
Black with #B1E380
Text Example
Text Example
White with #B1E380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E380; }
p { color: rgb(177,227,128); }
H1.HeaderClassName
{
color: #B1E380;
}
.AnyTagClassName
{
color: #B1E380;
}
</style>
background-color css
<style>
a { background-color: #B1E380; }
a { background-color: rgb(177,227,128); }
div.DivClassName
{
background-color: #B1E380;
}
.BgClassName
{
background-color: #B1E380;
}
</style>
border-color css
<style>
span { border-color: #B1E380; }
span { border-color: rgb(177,227,128); }
td.TdClassName
{
border-color: #B1E380;
}
.TagClassName
{
border-color: #B1E380;
}
</style>