Shades of Feijoa #B5E18E
Tints of Feijoa #B5E18E
RGB
CMYK
RGB Variations
Color information
#B5E18E (or 0xB5E18E) is known color: Feijoa. HEX triplet: B5, E1 and 8E. RGB value is (181,225,142). Sum of RGB (Red+Green+Blue) = 181+225+142=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 225 (88.28% from 255 or 41.06% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E18E is #4A1E71. Grayscale: #CACACA. Windows color (decimal): -4857458 or 9363893. OLE color: 9363893.
HSL color Cylindrical-coordinate representation of color #B5E18E: hue angle of 91.81º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B5E18E is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 142 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.12 |
| HSL | 91.81º | 0.58% | 0.72% | - |
| HSV(B) | 91.81º | 0.37% | 0.88% | - |
| XYZ | 50.86 | 65.63 | 35.58 | - |
| YUV | 202.38 | 93.92 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 142 | 0.20 | 0 | 0.37 | 0.12 | 91.81 | 0.58 | 0.72 |
| Hex | B5 | E1 | 8E | 14 | 0 | 25 | C | 5C | 3A | 48 |
| Octal | 265 | 341 | 216 | 24 | 0 | 45 | 14 | 134 | 72 | 110 |
| Binary | 10110101 | 11100001 | 10001110 | 10100 | 0 | 100101 | 1100 | 1011100 | 111010 | 1001000 |
Color Harmonies of #B5E18E
Complementary color
Monochromatic Colors of #B5E18E
Black with #B5E18E
Text Example
Text Example
White with #B5E18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E18E; }
p { color: rgb(181,225,142); }
H1.HeaderClassName
{
color: #B5E18E;
}
.AnyTagClassName
{
color: #B5E18E;
}
</style>
background-color css
<style>
a { background-color: #B5E18E; }
a { background-color: rgb(181,225,142); }
div.DivClassName
{
background-color: #B5E18E;
}
.BgClassName
{
background-color: #B5E18E;
}
</style>
border-color css
<style>
span { border-color: #B5E18E; }
span { border-color: rgb(181,225,142); }
td.TdClassName
{
border-color: #B5E18E;
}
.TagClassName
{
border-color: #B5E18E;
}
</style>