Shades of Feijoa #B5E18A
Tints of Feijoa #B5E18A
RGB
CMYK
RGB Variations
Color information
#B5E18A (or 0xB5E18A) is known color: Feijoa. HEX triplet: B5, E1 and 8A. RGB value is (181,225,138). Sum of RGB (Red+Green+Blue) = 181+225+138=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E18A is #4A1E75. Grayscale: #CACACA. Windows color (decimal): -4857462 or 9101749. OLE color: 9101749.
HSL color Cylindrical-coordinate representation of color #B5E18A: hue angle of 90.34º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5E18A is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 138 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.12 |
| HSL | 90.34º | 0.59% | 0.71% | - |
| HSV(B) | 90.34º | 0.39% | 0.88% | - |
| XYZ | 50.57 | 65.51 | 34.02 | - |
| YUV | 201.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 138 | 0.20 | 0 | 0.39 | 0.12 | 90.34 | 0.59 | 0.71 |
| Hex | B5 | E1 | 8A | 14 | 0 | 27 | C | 5A | 3B | 47 |
| Octal | 265 | 341 | 212 | 24 | 0 | 47 | 14 | 132 | 73 | 107 |
| Binary | 10110101 | 11100001 | 10001010 | 10100 | 0 | 100111 | 1100 | 1011010 | 111011 | 1000111 |
Color Harmonies of #B5E18A
Complementary color
Monochromatic Colors of #B5E18A
Black with #B5E18A
Text Example
Text Example
White with #B5E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E18A; }
p { color: rgb(181,225,138); }
H1.HeaderClassName
{
color: #B5E18A;
}
.AnyTagClassName
{
color: #B5E18A;
}
</style>
background-color css
<style>
a { background-color: #B5E18A; }
a { background-color: rgb(181,225,138); }
div.DivClassName
{
background-color: #B5E18A;
}
.BgClassName
{
background-color: #B5E18A;
}
</style>
border-color css
<style>
span { border-color: #B5E18A; }
span { border-color: rgb(181,225,138); }
td.TdClassName
{
border-color: #B5E18A;
}
.TagClassName
{
border-color: #B5E18A;
}
</style>