Shades of Feijoa #B5D87F
Tints of Feijoa #B5D87F
RGB
CMYK
RGB Variations
Color information
#B5D87F (or 0xB5D87F) is known color: Feijoa. HEX triplet: B5, D8 and 7F. RGB value is (181,216,127). Sum of RGB (Red+Green+Blue) = 181+216+127=524 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.54% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D87F is #4A2780. Grayscale: #C3C3C3. Windows color (decimal): -4859777 or 8378549. OLE color: 8378549.
HSL color Cylindrical-coordinate representation of color #B5D87F: hue angle of 83.6º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5D87F is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 127 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.15 |
| HSL | 83.6º | 0.53% | 0.67% | - |
| HSV(B) | 83.6º | 0.41% | 0.85% | - |
| XYZ | 47.44 | 60.47 | 29.25 | - |
| YUV | 195.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 127 | 0.16 | 0 | 0.41 | 0.15 | 83.6 | 0.53 | 0.67 |
| Hex | B5 | D8 | 7F | 10 | 0 | 29 | F | 54 | 35 | 43 |
| Octal | 265 | 330 | 177 | 20 | 0 | 51 | 17 | 124 | 65 | 103 |
| Binary | 10110101 | 11011000 | 1111111 | 10000 | 0 | 101001 | 1111 | 1010100 | 110101 | 1000011 |
Color Harmonies of #B5D87F
Complementary color
Monochromatic Colors of #B5D87F
Black with #B5D87F
Text Example
Text Example
White with #B5D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D87F; }
p { color: rgb(181,216,127); }
H1.HeaderClassName
{
color: #B5D87F;
}
.AnyTagClassName
{
color: #B5D87F;
}
</style>
background-color css
<style>
a { background-color: #B5D87F; }
a { background-color: rgb(181,216,127); }
div.DivClassName
{
background-color: #B5D87F;
}
.BgClassName
{
background-color: #B5D87F;
}
</style>
border-color css
<style>
span { border-color: #B5D87F; }
span { border-color: rgb(181,216,127); }
td.TdClassName
{
border-color: #B5D87F;
}
.TagClassName
{
border-color: #B5D87F;
}
</style>