Shades of Feijoa #B3D88F
Tints of Feijoa #B3D88F
RGB
CMYK
RGB Variations
Color information
#B3D88F (or 0xB3D88F) is known color: Feijoa. HEX triplet: B3, D8 and 8F. RGB value is (179,216,143). Sum of RGB (Red+Green+Blue) = 179+216+143=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 216 (84.77% from 255 or 40.15% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D88F is #4C2770. Grayscale: #C4C4C4. Windows color (decimal): -4990833 or 9427123. OLE color: 9427123.
HSL color Cylindrical-coordinate representation of color #B3D88F: hue angle of 90.41º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3D88F is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 216 | 143 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.15 |
| HSL | 90.41º | 0.48% | 0.7% | - |
| HSV(B) | 90.41º | 0.34% | 0.85% | - |
| XYZ | 48.1 | 60.68 | 35.16 | - |
| YUV | 196.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 216 | 143 | 0.17 | 0 | 0.34 | 0.15 | 90.41 | 0.48 | 0.7 |
| Hex | B3 | D8 | 8F | 11 | 0 | 22 | F | 5A | 30 | 46 |
| Octal | 263 | 330 | 217 | 21 | 0 | 42 | 17 | 132 | 60 | 106 |
| Binary | 10110011 | 11011000 | 10001111 | 10001 | 0 | 100010 | 1111 | 1011010 | 110000 | 1000110 |
Color Harmonies of #B3D88F
Complementary color
Monochromatic Colors of #B3D88F
Black with #B3D88F
Text Example
Text Example
White with #B3D88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D88F; }
p { color: rgb(179,216,143); }
H1.HeaderClassName
{
color: #B3D88F;
}
.AnyTagClassName
{
color: #B3D88F;
}
</style>
background-color css
<style>
a { background-color: #B3D88F; }
a { background-color: rgb(179,216,143); }
div.DivClassName
{
background-color: #B3D88F;
}
.BgClassName
{
background-color: #B3D88F;
}
</style>
border-color css
<style>
span { border-color: #B3D88F; }
span { border-color: rgb(179,216,143); }
td.TdClassName
{
border-color: #B3D88F;
}
.TagClassName
{
border-color: #B3D88F;
}
</style>