Shades of Feijoa #B1E580
Tints of Feijoa #B1E580
RGB
CMYK
RGB Variations
Color information
#B1E580 (or 0xB1E580) is known color: Feijoa. HEX triplet: B1, E5 and 80. RGB value is (177,229,128). Sum of RGB (Red+Green+Blue) = 177+229+128=534 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.15% from 534); Green value is 229 (89.84% from 255 or 42.88% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E580 is #4E1A7F. Grayscale: #CACACA. Windows color (decimal): -5118592 or 8447409. OLE color: 8447409.
HSL color Cylindrical-coordinate representation of color #B1E580: hue angle of 90.89º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B1E580 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 128 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.10 |
| HSL | 90.89º | 0.66% | 0.7% | - |
| HSV(B) | 90.89º | 0.44% | 0.9% | - |
| XYZ | 50.05 | 66.94 | 30.71 | - |
| YUV | 201.94 | 86.27 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 128 | 0.23 | 0 | 0.44 | 0.10 | 90.89 | 0.66 | 0.7 |
| Hex | B1 | E5 | 80 | 17 | 0 | 2C | A | 5B | 42 | 46 |
| Octal | 261 | 345 | 200 | 27 | 0 | 54 | 12 | 133 | 102 | 106 |
| Binary | 10110001 | 11100101 | 10000000 | 10111 | 0 | 101100 | 1010 | 1011011 | 1000010 | 1000110 |
Color Harmonies of #B1E580
Complementary color
Monochromatic Colors of #B1E580
Black with #B1E580
Text Example
Text Example
White with #B1E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E580; }
p { color: rgb(177,229,128); }
H1.HeaderClassName
{
color: #B1E580;
}
.AnyTagClassName
{
color: #B1E580;
}
</style>
background-color css
<style>
a { background-color: #B1E580; }
a { background-color: rgb(177,229,128); }
div.DivClassName
{
background-color: #B1E580;
}
.BgClassName
{
background-color: #B1E580;
}
</style>
border-color css
<style>
span { border-color: #B1E580; }
span { border-color: rgb(177,229,128); }
td.TdClassName
{
border-color: #B1E580;
}
.TagClassName
{
border-color: #B1E580;
}
</style>