Shades of Feijoa #B5DF91
Tints of Feijoa #B5DF91
RGB
CMYK
RGB Variations
Color information
#B5DF91 (or 0xB5DF91) is known color: Feijoa. HEX triplet: B5, DF and 91. RGB value is (181,223,145). Sum of RGB (Red+Green+Blue) = 181+223+145=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5DF91 is #4A206E. Grayscale: #C9C9C9. Windows color (decimal): -4857967 or 9559989. OLE color: 9559989.
HSL color Cylindrical-coordinate representation of color #B5DF91: hue angle of 92.31º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B5DF91 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 145 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.13 |
| HSL | 92.31º | 0.55% | 0.72% | - |
| HSV(B) | 92.31º | 0.35% | 0.87% | - |
| XYZ | 50.55 | 64.64 | 36.6 | - |
| YUV | 201.55 | 96.09 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 145 | 0.19 | 0 | 0.35 | 0.13 | 92.31 | 0.55 | 0.72 |
| Hex | B5 | DF | 91 | 13 | 0 | 23 | D | 5C | 37 | 48 |
| Octal | 265 | 337 | 221 | 23 | 0 | 43 | 15 | 134 | 67 | 110 |
| Binary | 10110101 | 11011111 | 10010001 | 10011 | 0 | 100011 | 1101 | 1011100 | 110111 | 1001000 |
Color Harmonies of #B5DF91
Complementary color
Monochromatic Colors of #B5DF91
Black with #B5DF91
Text Example
Text Example
White with #B5DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF91; }
p { color: rgb(181,223,145); }
H1.HeaderClassName
{
color: #B5DF91;
}
.AnyTagClassName
{
color: #B5DF91;
}
</style>
background-color css
<style>
a { background-color: #B5DF91; }
a { background-color: rgb(181,223,145); }
div.DivClassName
{
background-color: #B5DF91;
}
.BgClassName
{
background-color: #B5DF91;
}
</style>
border-color css
<style>
span { border-color: #B5DF91; }
span { border-color: rgb(181,223,145); }
td.TdClassName
{
border-color: #B5DF91;
}
.TagClassName
{
border-color: #B5DF91;
}
</style>