Shades of Feijoa #B0DB77
Tints of Feijoa #B0DB77
RGB
CMYK
RGB Variations
Color information
#B0DB77 (or 0xB0DB77) is known color: Feijoa. HEX triplet: B0, DB and 77. RGB value is (176,219,119). Sum of RGB (Red+Green+Blue) = 176+219+119=514 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.24% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB77 is #4F2488. Grayscale: #C3C3C3. Windows color (decimal): -5186697 or 7855024. OLE color: 7855024.
HSL color Cylindrical-coordinate representation of color #B0DB77: hue angle of 85.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0DB77 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 119 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.14 |
| HSL | 85.8º | 0.58% | 0.66% | - |
| HSV(B) | 85.8º | 0.46% | 0.86% | - |
| XYZ | 46.57 | 61.23 | 26.82 | - |
| YUV | 194.74 | 85.25 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 119 | 0.20 | 0 | 0.46 | 0.14 | 85.8 | 0.58 | 0.66 |
| Hex | B0 | DB | 77 | 14 | 0 | 2E | E | 56 | 3A | 42 |
| Octal | 260 | 333 | 167 | 24 | 0 | 56 | 16 | 126 | 72 | 102 |
| Binary | 10110000 | 11011011 | 1110111 | 10100 | 0 | 101110 | 1110 | 1010110 | 111010 | 1000010 |
Color Harmonies of #B0DB77
Complementary color
Monochromatic Colors of #B0DB77
Black with #B0DB77
Text Example
Text Example
White with #B0DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB77; }
p { color: rgb(176,219,119); }
H1.HeaderClassName
{
color: #B0DB77;
}
.AnyTagClassName
{
color: #B0DB77;
}
</style>
background-color css
<style>
a { background-color: #B0DB77; }
a { background-color: rgb(176,219,119); }
div.DivClassName
{
background-color: #B0DB77;
}
.BgClassName
{
background-color: #B0DB77;
}
</style>
border-color css
<style>
span { border-color: #B0DB77; }
span { border-color: rgb(176,219,119); }
td.TdClassName
{
border-color: #B0DB77;
}
.TagClassName
{
border-color: #B0DB77;
}
</style>