Shades of Feijoa #B5EC8B
Tints of Feijoa #B5EC8B
RGB
CMYK
RGB Variations
Color information
#B5EC8B (or 0xB5EC8B) is known color: Feijoa. HEX triplet: B5, EC and 8B. RGB value is (181,236,139). Sum of RGB (Red+Green+Blue) = 181+236+139=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 139 (54.69% from 255 or 25% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EC8B is #4A1374. Grayscale: #D0D0D0. Windows color (decimal): -4854645 or 9170101. OLE color: 9170101.
HSL color Cylindrical-coordinate representation of color #B5EC8B: hue angle of 94.02º degrees, saturation: 0.72, 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 #B5EC8B is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 139 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.07 |
| HSL | 94.02º | 0.72% | 0.74% | - |
| HSV(B) | 94.02º | 0.41% | 0.93% | - |
| XYZ | 53.71 | 71.68 | 35.43 | - |
| YUV | 208.5 | 88.78 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 139 | 0.23 | 0 | 0.41 | 0.07 | 94.02 | 0.72 | 0.74 |
| Hex | B5 | EC | 8B | 17 | 0 | 29 | 7 | 5E | 48 | 4A |
| Octal | 265 | 354 | 213 | 27 | 0 | 51 | 7 | 136 | 110 | 112 |
| Binary | 10110101 | 11101100 | 10001011 | 10111 | 0 | 101001 | 111 | 1011110 | 1001000 | 1001010 |
Color Harmonies of #B5EC8B
Complementary color
Monochromatic Colors of #B5EC8B
Black with #B5EC8B
Text Example
Text Example
White with #B5EC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC8B; }
p { color: rgb(181,236,139); }
H1.HeaderClassName
{
color: #B5EC8B;
}
.AnyTagClassName
{
color: #B5EC8B;
}
</style>
background-color css
<style>
a { background-color: #B5EC8B; }
a { background-color: rgb(181,236,139); }
div.DivClassName
{
background-color: #B5EC8B;
}
.BgClassName
{
background-color: #B5EC8B;
}
</style>
border-color css
<style>
span { border-color: #B5EC8B; }
span { border-color: rgb(181,236,139); }
td.TdClassName
{
border-color: #B5EC8B;
}
.TagClassName
{
border-color: #B5EC8B;
}
</style>