Shades of Feijoa #B5E38B
Tints of Feijoa #B5E38B
RGB
CMYK
RGB Variations
Color information
#B5E38B (or 0xB5E38B) is known color: Feijoa. HEX triplet: B5, E3 and 8B. RGB value is (181,227,139). Sum of RGB (Red+Green+Blue) = 181+227+139=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E38B is #4A1C74. Grayscale: #CBCBCB. Windows color (decimal): -4856949 or 9167797. OLE color: 9167797.
HSL color Cylindrical-coordinate representation of color #B5E38B: hue angle of 91.36º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5E38B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 181 | 227 | 139 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.11 |
| HSL | 91.36º | 0.61% | 0.72% | - |
| HSV(B) | 91.36º | 0.39% | 0.89% | - |
| XYZ | 51.19 | 66.63 | 34.59 | - |
| YUV | 203.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 227 | 139 | 0.20 | 0 | 0.39 | 0.11 | 91.36 | 0.61 | 0.72 |
| Hex | B5 | E3 | 8B | 14 | 0 | 27 | B | 5B | 3D | 48 |
| Octal | 265 | 343 | 213 | 24 | 0 | 47 | 13 | 133 | 75 | 110 |
| Binary | 10110101 | 11100011 | 10001011 | 10100 | 0 | 100111 | 1011 | 1011011 | 111101 | 1001000 |
Color Harmonies of #B5E38B
Complementary color
Monochromatic Colors of #B5E38B
Black with #B5E38B
Text Example
Text Example
White with #B5E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E38B; }
p { color: rgb(181,227,139); }
H1.HeaderClassName
{
color: #B5E38B;
}
.AnyTagClassName
{
color: #B5E38B;
}
</style>
background-color css
<style>
a { background-color: #B5E38B; }
a { background-color: rgb(181,227,139); }
div.DivClassName
{
background-color: #B5E38B;
}
.BgClassName
{
background-color: #B5E38B;
}
</style>
border-color css
<style>
span { border-color: #B5E38B; }
span { border-color: rgb(181,227,139); }
td.TdClassName
{
border-color: #B5E38B;
}
.TagClassName
{
border-color: #B5E38B;
}
</style>