Shades of Feijoa #B5D782
Tints of Feijoa #B5D782
RGB
CMYK
RGB Variations
Color information
#B5D782 (or 0xB5D782) is known color: Feijoa. HEX triplet: B5, D7 and 82. RGB value is (181,215,130). Sum of RGB (Red+Green+Blue) = 181+215+130=526 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.41% from 526); Green value is 215 (84.38% from 255 or 40.87% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D782 is #4A287D. Grayscale: #C3C3C3. Windows color (decimal): -4860030 or 8574901. OLE color: 8574901.
HSL color Cylindrical-coordinate representation of color #B5D782: hue angle of 84º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5D782 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 215 | 130 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.16 |
| HSL | 84º | 0.52% | 0.68% | - |
| HSV(B) | 84º | 0.4% | 0.84% | - |
| XYZ | 47.39 | 60.04 | 30.21 | - |
| YUV | 195.14 | 91.24 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 215 | 130 | 0.16 | 0 | 0.40 | 0.16 | 84 | 0.52 | 0.68 |
| Hex | B5 | D7 | 82 | 10 | 0 | 28 | 10 | 54 | 34 | 44 |
| Octal | 265 | 327 | 202 | 20 | 0 | 50 | 20 | 124 | 64 | 104 |
| Binary | 10110101 | 11010111 | 10000010 | 10000 | 0 | 101000 | 10000 | 1010100 | 110100 | 1000100 |
Color Harmonies of #B5D782
Complementary color
Monochromatic Colors of #B5D782
Black with #B5D782
Text Example
Text Example
White with #B5D782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D782; }
p { color: rgb(181,215,130); }
H1.HeaderClassName
{
color: #B5D782;
}
.AnyTagClassName
{
color: #B5D782;
}
</style>
background-color css
<style>
a { background-color: #B5D782; }
a { background-color: rgb(181,215,130); }
div.DivClassName
{
background-color: #B5D782;
}
.BgClassName
{
background-color: #B5D782;
}
</style>
border-color css
<style>
span { border-color: #B5D782; }
span { border-color: rgb(181,215,130); }
td.TdClassName
{
border-color: #B5D782;
}
.TagClassName
{
border-color: #B5D782;
}
</style>