Shades of Feijoa #B5D882
Tints of Feijoa #B5D882
RGB
CMYK
RGB Variations
Color information
#B5D882 (or 0xB5D882) is known color: Feijoa. HEX triplet: B5, D8 and 82. RGB value is (181,216,130). Sum of RGB (Red+Green+Blue) = 181+216+130=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 130 (51.17% from 255 or 24.67% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D882 is #4A277D. Grayscale: #C4C4C4. Windows color (decimal): -4859774 or 8575157. OLE color: 8575157.
HSL color Cylindrical-coordinate representation of color #B5D882: hue angle of 84.42º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D882 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 130 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.15 |
| HSL | 84.42º | 0.52% | 0.68% | - |
| HSV(B) | 84.42º | 0.4% | 0.85% | - |
| XYZ | 47.64 | 60.55 | 30.29 | - |
| YUV | 195.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 130 | 0.16 | 0 | 0.40 | 0.15 | 84.42 | 0.52 | 0.68 |
| Hex | B5 | D8 | 82 | 10 | 0 | 28 | F | 54 | 34 | 44 |
| Octal | 265 | 330 | 202 | 20 | 0 | 50 | 17 | 124 | 64 | 104 |
| Binary | 10110101 | 11011000 | 10000010 | 10000 | 0 | 101000 | 1111 | 1010100 | 110100 | 1000100 |
Color Harmonies of #B5D882
Complementary color
Monochromatic Colors of #B5D882
Black with #B5D882
Text Example
Text Example
White with #B5D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D882; }
p { color: rgb(181,216,130); }
H1.HeaderClassName
{
color: #B5D882;
}
.AnyTagClassName
{
color: #B5D882;
}
</style>
background-color css
<style>
a { background-color: #B5D882; }
a { background-color: rgb(181,216,130); }
div.DivClassName
{
background-color: #B5D882;
}
.BgClassName
{
background-color: #B5D882;
}
</style>
border-color css
<style>
span { border-color: #B5D882; }
span { border-color: rgb(181,216,130); }
td.TdClassName
{
border-color: #B5D882;
}
.TagClassName
{
border-color: #B5D882;
}
</style>