Shades of Feijoa #B5E18F
Tints of Feijoa #B5E18F
RGB
CMYK
RGB Variations
Color information
#B5E18F (or 0xB5E18F) is known color: Feijoa. HEX triplet: B5, E1 and 8F. RGB value is (181,225,143). Sum of RGB (Red+Green+Blue) = 181+225+143=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 225 (88.28% from 255 or 40.98% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E18F is #4A1E70. Grayscale: #CACACA. Windows color (decimal): -4857457 or 9429429. OLE color: 9429429.
HSL color Cylindrical-coordinate representation of color #B5E18F: hue angle of 92.2º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B5E18F is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 143 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.12 |
| HSL | 92.2º | 0.58% | 0.72% | - |
| HSV(B) | 92.2º | 0.36% | 0.88% | - |
| XYZ | 50.94 | 65.66 | 35.97 | - |
| YUV | 202.5 | 94.42 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 143 | 0.20 | 0 | 0.36 | 0.12 | 92.2 | 0.58 | 0.72 |
| Hex | B5 | E1 | 8F | 14 | 0 | 24 | C | 5C | 3A | 48 |
| Octal | 265 | 341 | 217 | 24 | 0 | 44 | 14 | 134 | 72 | 110 |
| Binary | 10110101 | 11100001 | 10001111 | 10100 | 0 | 100100 | 1100 | 1011100 | 111010 | 1001000 |
Color Harmonies of #B5E18F
Complementary color
Monochromatic Colors of #B5E18F
Black with #B5E18F
Text Example
Text Example
White with #B5E18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E18F; }
p { color: rgb(181,225,143); }
H1.HeaderClassName
{
color: #B5E18F;
}
.AnyTagClassName
{
color: #B5E18F;
}
</style>
background-color css
<style>
a { background-color: #B5E18F; }
a { background-color: rgb(181,225,143); }
div.DivClassName
{
background-color: #B5E18F;
}
.BgClassName
{
background-color: #B5E18F;
}
</style>
border-color css
<style>
span { border-color: #B5E18F; }
span { border-color: rgb(181,225,143); }
td.TdClassName
{
border-color: #B5E18F;
}
.TagClassName
{
border-color: #B5E18F;
}
</style>