Shades of Feijoa #B5ED8B
Tints of Feijoa #B5ED8B
RGB
CMYK
RGB Variations
Color information
#B5ED8B (or 0xB5ED8B) is known color: Feijoa. HEX triplet: B5, ED and 8B. RGB value is (181,237,139). Sum of RGB (Red+Green+Blue) = 181+237+139=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #B5ED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5ED8B is #4A1274. Grayscale: #D1D1D1. Windows color (decimal): -4854389 or 9170357. OLE color: 9170357.
HSL color Cylindrical-coordinate representation of color #B5ED8B: hue angle of 94.29º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5ED8B is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 237 | 139 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.07 |
| HSL | 94.29º | 0.73% | 0.74% | - |
| HSV(B) | 94.29º | 0.41% | 0.93% | - |
| XYZ | 54 | 72.26 | 35.53 | - |
| YUV | 209.08 | 88.45 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 237 | 139 | 0.24 | 0 | 0.41 | 0.07 | 94.29 | 0.73 | 0.74 |
| Hex | B5 | ED | 8B | 18 | 0 | 29 | 7 | 5E | 49 | 4A |
| Octal | 265 | 355 | 213 | 30 | 0 | 51 | 7 | 136 | 111 | 112 |
| Binary | 10110101 | 11101101 | 10001011 | 11000 | 0 | 101001 | 111 | 1011110 | 1001001 | 1001010 |
Color Harmonies of #B5ED8B
Complementary color
Monochromatic Colors of #B5ED8B
Black with #B5ED8B
Text Example
Text Example
White with #B5ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ED8B; }
p { color: rgb(181,237,139); }
H1.HeaderClassName
{
color: #B5ED8B;
}
.AnyTagClassName
{
color: #B5ED8B;
}
</style>
background-color css
<style>
a { background-color: #B5ED8B; }
a { background-color: rgb(181,237,139); }
div.DivClassName
{
background-color: #B5ED8B;
}
.BgClassName
{
background-color: #B5ED8B;
}
</style>
border-color css
<style>
span { border-color: #B5ED8B; }
span { border-color: rgb(181,237,139); }
td.TdClassName
{
border-color: #B5ED8B;
}
.TagClassName
{
border-color: #B5ED8B;
}
</style>