Shades of Feijoa #B0DB79
Tints of Feijoa #B0DB79
RGB
CMYK
RGB Variations
Color information
#B0DB79 (or 0xB0DB79) is known color: Feijoa. HEX triplet: B0, DB and 79. RGB value is (176,219,121). Sum of RGB (Red+Green+Blue) = 176+219+121=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB79 is #4F2486. Grayscale: #C3C3C3. Windows color (decimal): -5186695 or 7986096. OLE color: 7986096.
HSL color Cylindrical-coordinate representation of color #B0DB79: hue angle of 86.33º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0DB79 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 121 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.14 |
| HSL | 86.33º | 0.58% | 0.67% | - |
| HSV(B) | 86.33º | 0.45% | 0.86% | - |
| XYZ | 46.69 | 61.27 | 27.46 | - |
| YUV | 194.97 | 86.25 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 121 | 0.20 | 0 | 0.45 | 0.14 | 86.33 | 0.58 | 0.67 |
| Hex | B0 | DB | 79 | 14 | 0 | 2D | E | 56 | 3A | 43 |
| Octal | 260 | 333 | 171 | 24 | 0 | 55 | 16 | 126 | 72 | 103 |
| Binary | 10110000 | 11011011 | 1111001 | 10100 | 0 | 101101 | 1110 | 1010110 | 111010 | 1000011 |
Color Harmonies of #B0DB79
Complementary color
Monochromatic Colors of #B0DB79
Black with #B0DB79
Text Example
Text Example
White with #B0DB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB79; }
p { color: rgb(176,219,121); }
H1.HeaderClassName
{
color: #B0DB79;
}
.AnyTagClassName
{
color: #B0DB79;
}
</style>
background-color css
<style>
a { background-color: #B0DB79; }
a { background-color: rgb(176,219,121); }
div.DivClassName
{
background-color: #B0DB79;
}
.BgClassName
{
background-color: #B0DB79;
}
</style>
border-color css
<style>
span { border-color: #B0DB79; }
span { border-color: rgb(176,219,121); }
td.TdClassName
{
border-color: #B0DB79;
}
.TagClassName
{
border-color: #B0DB79;
}
</style>