Shades of Feijoa #B5E18C
Tints of Feijoa #B5E18C
RGB
CMYK
RGB Variations
Color information
#B5E18C (or 0xB5E18C) is known color: Feijoa. HEX triplet: B5, E1 and 8C. RGB value is (181,225,140). Sum of RGB (Red+Green+Blue) = 181+225+140=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 225 - color contains mainly: green. Hex color #B5E18C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5E18C is #4A1E73. Grayscale: #CACACA. Windows color (decimal): -4857460 or 9232821. OLE color: 9232821.
HSL color Cylindrical-coordinate representation of color #B5E18C: hue angle of 91.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B5E18C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 181 | 225 | 140 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.12 |
| HSL | 91.06º | 0.59% | 0.72% | - |
| HSV(B) | 91.06º | 0.38% | 0.88% | - |
| XYZ | 50.71 | 65.57 | 34.79 | - |
| YUV | 202.15 | 92.92 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 225 | 140 | 0.20 | 0 | 0.38 | 0.12 | 91.06 | 0.59 | 0.72 |
| Hex | B5 | E1 | 8C | 14 | 0 | 26 | C | 5B | 3B | 48 |
| Octal | 265 | 341 | 214 | 24 | 0 | 46 | 14 | 133 | 73 | 110 |
| Binary | 10110101 | 11100001 | 10001100 | 10100 | 0 | 100110 | 1100 | 1011011 | 111011 | 1001000 |
Color Harmonies of #B5E18C
Complementary color
Monochromatic Colors of #B5E18C
Black with #B5E18C
Text Example
Text Example
White with #B5E18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E18C; }
p { color: rgb(181,225,140); }
H1.HeaderClassName
{
color: #B5E18C;
}
.AnyTagClassName
{
color: #B5E18C;
}
</style>
background-color css
<style>
a { background-color: #B5E18C; }
a { background-color: rgb(181,225,140); }
div.DivClassName
{
background-color: #B5E18C;
}
.BgClassName
{
background-color: #B5E18C;
}
</style>
border-color css
<style>
span { border-color: #B5E18C; }
span { border-color: rgb(181,225,140); }
td.TdClassName
{
border-color: #B5E18C;
}
.TagClassName
{
border-color: #B5E18C;
}
</style>