Shades of Feijoa #B5EF8D
Tints of Feijoa #B5EF8D
RGB
CMYK
RGB Variations
Color information
#B5EF8D (or 0xB5EF8D) is known color: Feijoa. HEX triplet: B5, EF and 8D. RGB value is (181,239,141). Sum of RGB (Red+Green+Blue) = 181+239+141=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 141 (55.47% from 255 or 25.13% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5EF8D is #4A1072. Grayscale: #D2D2D2. Windows color (decimal): -4853875 or 9301941. OLE color: 9301941.
HSL color Cylindrical-coordinate representation of color #B5EF8D: hue angle of 95.51º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5EF8D is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 141 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.06 |
| HSL | 95.51º | 0.75% | 0.75% | - |
| HSV(B) | 95.51º | 0.41% | 0.94% | - |
| XYZ | 54.73 | 73.48 | 36.5 | - |
| YUV | 210.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 141 | 0.24 | 0 | 0.41 | 0.06 | 95.51 | 0.75 | 0.75 |
| Hex | B5 | EF | 8D | 18 | 0 | 29 | 6 | 60 | 4B | 4B |
| Octal | 265 | 357 | 215 | 30 | 0 | 51 | 6 | 140 | 113 | 113 |
| Binary | 10110101 | 11101111 | 10001101 | 11000 | 0 | 101001 | 110 | 1100000 | 1001011 | 1001011 |
Color Harmonies of #B5EF8D
Complementary color
Monochromatic Colors of #B5EF8D
Black with #B5EF8D
Text Example
Text Example
White with #B5EF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EF8D; }
p { color: rgb(181,239,141); }
H1.HeaderClassName
{
color: #B5EF8D;
}
.AnyTagClassName
{
color: #B5EF8D;
}
</style>
background-color css
<style>
a { background-color: #B5EF8D; }
a { background-color: rgb(181,239,141); }
div.DivClassName
{
background-color: #B5EF8D;
}
.BgClassName
{
background-color: #B5EF8D;
}
</style>
border-color css
<style>
span { border-color: #B5EF8D; }
span { border-color: rgb(181,239,141); }
td.TdClassName
{
border-color: #B5EF8D;
}
.TagClassName
{
border-color: #B5EF8D;
}
</style>