Shades of Feijoa #B3D882
Tints of Feijoa #B3D882
RGB
CMYK
RGB Variations
Color information
#B3D882 (or 0xB3D882) is known color: Feijoa. HEX triplet: B3, D8 and 82. RGB value is (179,216,130). Sum of RGB (Red+Green+Blue) = 179+216+130=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 216 (84.77% from 255 or 41.14% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D882 is #4C277D. Grayscale: #C3C3C3. Windows color (decimal): -4990846 or 8575155. OLE color: 8575155.
HSL color Cylindrical-coordinate representation of color #B3D882: hue angle of 85.81º 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 #B3D882 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 130 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.15 |
| HSL | 85.81º | 0.52% | 0.68% | - |
| HSV(B) | 85.81º | 0.4% | 0.85% | - |
| XYZ | 47.18 | 60.31 | 30.27 | - |
| YUV | 195.13 | 91.24 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 130 | 0.17 | 0 | 0.40 | 0.15 | 85.81 | 0.52 | 0.68 |
| Hex | B3 | D8 | 82 | 11 | 0 | 28 | F | 56 | 34 | 44 |
| Octal | 263 | 330 | 202 | 21 | 0 | 50 | 17 | 126 | 64 | 104 |
| Binary | 10110011 | 11011000 | 10000010 | 10001 | 0 | 101000 | 1111 | 1010110 | 110100 | 1000100 |
Color Harmonies of #B3D882
Complementary color
Monochromatic Colors of #B3D882
Black with #B3D882
Text Example
Text Example
White with #B3D882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D882; }
p { color: rgb(179,216,130); }
H1.HeaderClassName
{
color: #B3D882;
}
.AnyTagClassName
{
color: #B3D882;
}
</style>
background-color css
<style>
a { background-color: #B3D882; }
a { background-color: rgb(179,216,130); }
div.DivClassName
{
background-color: #B3D882;
}
.BgClassName
{
background-color: #B3D882;
}
</style>
border-color css
<style>
span { border-color: #B3D882; }
span { border-color: rgb(179,216,130); }
td.TdClassName
{
border-color: #B3D882;
}
.TagClassName
{
border-color: #B3D882;
}
</style>