Shades of Feijoa #B5E486
Tints of Feijoa #B5E486
RGB
CMYK
RGB Variations
Color information
#B5E486 (or 0xB5E486) is known color: Feijoa. HEX triplet: B5, E4 and 86. RGB value is (181,228,134). Sum of RGB (Red+Green+Blue) = 181+228+134=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E486 is #4A1B79. Grayscale: #CBCBCB. Windows color (decimal): -4856698 or 8840373. OLE color: 8840373.
HSL color Cylindrical-coordinate representation of color #B5E486: hue angle of 90º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5E486 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 228 | 134 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.11 |
| HSL | 90º | 0.64% | 0.71% | - |
| HSV(B) | 90º | 0.41% | 0.89% | - |
| XYZ | 51.1 | 67.03 | 32.8 | - |
| YUV | 203.23 | 88.93 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 228 | 134 | 0.21 | 0 | 0.41 | 0.11 | 90 | 0.64 | 0.71 |
| Hex | B5 | E4 | 86 | 15 | 0 | 29 | B | 5A | 40 | 47 |
| Octal | 265 | 344 | 206 | 25 | 0 | 51 | 13 | 132 | 100 | 107 |
| Binary | 10110101 | 11100100 | 10000110 | 10101 | 0 | 101001 | 1011 | 1011010 | 1000000 | 1000111 |
Color Harmonies of #B5E486
Complementary color
Monochromatic Colors of #B5E486
Black with #B5E486
Text Example
Text Example
White with #B5E486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E486; }
p { color: rgb(181,228,134); }
H1.HeaderClassName
{
color: #B5E486;
}
.AnyTagClassName
{
color: #B5E486;
}
</style>
background-color css
<style>
a { background-color: #B5E486; }
a { background-color: rgb(181,228,134); }
div.DivClassName
{
background-color: #B5E486;
}
.BgClassName
{
background-color: #B5E486;
}
</style>
border-color css
<style>
span { border-color: #B5E486; }
span { border-color: rgb(181,228,134); }
td.TdClassName
{
border-color: #B5E486;
}
.TagClassName
{
border-color: #B5E486;
}
</style>