Shades of Feijoa #B5E78F
Tints of Feijoa #B5E78F
RGB
CMYK
RGB Variations
Color information
#B5E78F (or 0xB5E78F) is known color: Feijoa. HEX triplet: B5, E7 and 8F. RGB value is (181,231,143). Sum of RGB (Red+Green+Blue) = 181+231+143=555 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.61% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E78F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5E78F is #4A1870. Grayscale: #CECECE. Windows color (decimal): -4855921 or 9430965. OLE color: 9430965.
HSL color Cylindrical-coordinate representation of color #B5E78F: hue angle of 94.09º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5E78F is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 181 | 231 | 143 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.09 |
| HSL | 94.09º | 0.65% | 0.73% | - |
| HSV(B) | 94.09º | 0.38% | 0.91% | - |
| XYZ | 52.59 | 68.96 | 36.53 | - |
| YUV | 206.02 | 92.44 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 231 | 143 | 0.22 | 0 | 0.38 | 0.09 | 94.09 | 0.65 | 0.73 |
| Hex | B5 | E7 | 8F | 16 | 0 | 26 | 9 | 5E | 41 | 49 |
| Octal | 265 | 347 | 217 | 26 | 0 | 46 | 11 | 136 | 101 | 111 |
| Binary | 10110101 | 11100111 | 10001111 | 10110 | 0 | 100110 | 1001 | 1011110 | 1000001 | 1001001 |
Color Harmonies of #B5E78F
Complementary color
Monochromatic Colors of #B5E78F
Black with #B5E78F
Text Example
Text Example
White with #B5E78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E78F; }
p { color: rgb(181,231,143); }
H1.HeaderClassName
{
color: #B5E78F;
}
.AnyTagClassName
{
color: #B5E78F;
}
</style>
background-color css
<style>
a { background-color: #B5E78F; }
a { background-color: rgb(181,231,143); }
div.DivClassName
{
background-color: #B5E78F;
}
.BgClassName
{
background-color: #B5E78F;
}
</style>
border-color css
<style>
span { border-color: #B5E78F; }
span { border-color: rgb(181,231,143); }
td.TdClassName
{
border-color: #B5E78F;
}
.TagClassName
{
border-color: #B5E78F;
}
</style>