Shades of Feijoa #B0E584
Tints of Feijoa #B0E584
RGB
CMYK
RGB Variations
Color information
#B0E584 (or 0xB0E584) is known color: Feijoa. HEX triplet: B0, E5 and 84. RGB value is (176,229,132). Sum of RGB (Red+Green+Blue) = 176+229+132=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E584 is #4F1A7B. Grayscale: #CACACA. Windows color (decimal): -5184124 or 8709552. OLE color: 8709552.
HSL color Cylindrical-coordinate representation of color #B0E584: hue angle of 92.78º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0E584 is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 132 | - |
| CMYK | 0.23 | 0 | 0.42 | 0.10 |
| HSL | 92.78º | 0.65% | 0.71% | - |
| HSV(B) | 92.78º | 0.42% | 0.9% | - |
| XYZ | 50.09 | 66.93 | 32.11 | - |
| YUV | 202.1 | 88.44 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 132 | 0.23 | 0 | 0.42 | 0.10 | 92.78 | 0.65 | 0.71 |
| Hex | B0 | E5 | 84 | 17 | 0 | 2A | A | 5D | 41 | 47 |
| Octal | 260 | 345 | 204 | 27 | 0 | 52 | 12 | 135 | 101 | 107 |
| Binary | 10110000 | 11100101 | 10000100 | 10111 | 0 | 101010 | 1010 | 1011101 | 1000001 | 1000111 |
Color Harmonies of #B0E584
Complementary color
Monochromatic Colors of #B0E584
Black with #B0E584
Text Example
Text Example
White with #B0E584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E584; }
p { color: rgb(176,229,132); }
H1.HeaderClassName
{
color: #B0E584;
}
.AnyTagClassName
{
color: #B0E584;
}
</style>
background-color css
<style>
a { background-color: #B0E584; }
a { background-color: rgb(176,229,132); }
div.DivClassName
{
background-color: #B0E584;
}
.BgClassName
{
background-color: #B0E584;
}
</style>
border-color css
<style>
span { border-color: #B0E584; }
span { border-color: rgb(176,229,132); }
td.TdClassName
{
border-color: #B0E584;
}
.TagClassName
{
border-color: #B0E584;
}
</style>