Shades of Feijoa #B5E084
Tints of Feijoa #B5E084
RGB
CMYK
RGB Variations
Color information
#B5E084 (or 0xB5E084) is known color: Feijoa. HEX triplet: B5, E0 and 84. RGB value is (181,224,132). Sum of RGB (Red+Green+Blue) = 181+224+132=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 132 (51.95% from 255 or 24.58% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E084 is #4A1F7B. Grayscale: #C8C8C8. Windows color (decimal): -4857724 or 8708277. OLE color: 8708277.
HSL color Cylindrical-coordinate representation of color #B5E084: hue angle of 88.04º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5E084 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 224 | 132 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.12 |
| HSL | 88.04º | 0.6% | 0.7% | - |
| HSV(B) | 88.04º | 0.41% | 0.88% | - |
| XYZ | 49.88 | 64.8 | 31.71 | - |
| YUV | 200.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 224 | 132 | 0.19 | 0 | 0.41 | 0.12 | 88.04 | 0.6 | 0.7 |
| Hex | B5 | E0 | 84 | 13 | 0 | 29 | C | 58 | 3C | 46 |
| Octal | 265 | 340 | 204 | 23 | 0 | 51 | 14 | 130 | 74 | 106 |
| Binary | 10110101 | 11100000 | 10000100 | 10011 | 0 | 101001 | 1100 | 1011000 | 111100 | 1000110 |
Color Harmonies of #B5E084
Complementary color
Monochromatic Colors of #B5E084
Black with #B5E084
Text Example
Text Example
White with #B5E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E084; }
p { color: rgb(181,224,132); }
H1.HeaderClassName
{
color: #B5E084;
}
.AnyTagClassName
{
color: #B5E084;
}
</style>
background-color css
<style>
a { background-color: #B5E084; }
a { background-color: rgb(181,224,132); }
div.DivClassName
{
background-color: #B5E084;
}
.BgClassName
{
background-color: #B5E084;
}
</style>
border-color css
<style>
span { border-color: #B5E084; }
span { border-color: rgb(181,224,132); }
td.TdClassName
{
border-color: #B5E084;
}
.TagClassName
{
border-color: #B5E084;
}
</style>