Shades of Feijoa #B5E393
Tints of Feijoa #B5E393
RGB
CMYK
RGB Variations
Color information
#B5E393 (or 0xB5E393) is known color: Feijoa. HEX triplet: B5, E3 and 93. RGB value is (181,227,147). Sum of RGB (Red+Green+Blue) = 181+227+147=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E393 is #4A1C6C. Grayscale: #CCCCCC. Windows color (decimal): -4856941 or 9692085. OLE color: 9692085.
HSL color Cylindrical-coordinate representation of color #B5E393: hue angle of 94.5º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5E393 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 147 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.11 |
| HSL | 94.5º | 0.59% | 0.73% | - |
| HSV(B) | 94.5º | 0.35% | 0.89% | - |
| XYZ | 51.79 | 66.87 | 37.78 | - |
| YUV | 204.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 147 | 0.20 | 0 | 0.35 | 0.11 | 94.5 | 0.59 | 0.73 |
| Hex | B5 | E3 | 93 | 14 | 0 | 23 | B | 5E | 3B | 49 |
| Octal | 265 | 343 | 223 | 24 | 0 | 43 | 13 | 136 | 73 | 111 |
| Binary | 10110101 | 11100011 | 10010011 | 10100 | 0 | 100011 | 1011 | 1011110 | 111011 | 1001001 |
Color Harmonies of #B5E393
Complementary color
Monochromatic Colors of #B5E393
Black with #B5E393
Text Example
Text Example
White with #B5E393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E393; }
p { color: rgb(181,227,147); }
H1.HeaderClassName
{
color: #B5E393;
}
.AnyTagClassName
{
color: #B5E393;
}
</style>
background-color css
<style>
a { background-color: #B5E393; }
a { background-color: rgb(181,227,147); }
div.DivClassName
{
background-color: #B5E393;
}
.BgClassName
{
background-color: #B5E393;
}
</style>
border-color css
<style>
span { border-color: #B5E393; }
span { border-color: rgb(181,227,147); }
td.TdClassName
{
border-color: #B5E393;
}
.TagClassName
{
border-color: #B5E393;
}
</style>