Shades of Feijoa #B0E580
Tints of Feijoa #B0E580
RGB
CMYK
RGB Variations
Color information
#B0E580 (or 0xB0E580) is known color: Feijoa. HEX triplet: B0, E5 and 80. RGB value is (176,229,128). Sum of RGB (Red+Green+Blue) = 176+229+128=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 128 (50.39% from 255 or 24.02% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E580 is #4F1A7F. Grayscale: #C9C9C9. Windows color (decimal): -5184128 or 8447408. OLE color: 8447408.
HSL color Cylindrical-coordinate representation of color #B0E580: hue angle of 91.49º 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 #B0E580 is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 128 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.10 |
| HSL | 91.49º | 0.66% | 0.7% | - |
| HSV(B) | 91.49º | 0.44% | 0.9% | - |
| XYZ | 49.82 | 66.83 | 30.7 | - |
| YUV | 201.64 | 86.44 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 128 | 0.23 | 0 | 0.44 | 0.10 | 91.49 | 0.66 | 0.7 |
| Hex | B0 | E5 | 80 | 17 | 0 | 2C | A | 5B | 42 | 46 |
| Octal | 260 | 345 | 200 | 27 | 0 | 54 | 12 | 133 | 102 | 106 |
| Binary | 10110000 | 11100101 | 10000000 | 10111 | 0 | 101100 | 1010 | 1011011 | 1000010 | 1000110 |
Color Harmonies of #B0E580
Complementary color
Monochromatic Colors of #B0E580
Black with #B0E580
Text Example
Text Example
White with #B0E580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E580; }
p { color: rgb(176,229,128); }
H1.HeaderClassName
{
color: #B0E580;
}
.AnyTagClassName
{
color: #B0E580;
}
</style>
background-color css
<style>
a { background-color: #B0E580; }
a { background-color: rgb(176,229,128); }
div.DivClassName
{
background-color: #B0E580;
}
.BgClassName
{
background-color: #B0E580;
}
</style>
border-color css
<style>
span { border-color: #B0E580; }
span { border-color: rgb(176,229,128); }
td.TdClassName
{
border-color: #B0E580;
}
.TagClassName
{
border-color: #B0E580;
}
</style>