Shades of Feijoa #B0DB7B
Tints of Feijoa #B0DB7B
RGB
CMYK
RGB Variations
Color information
#B0DB7B (or 0xB0DB7B) is known color: Feijoa. HEX triplet: B0, DB and 7B. RGB value is (176,219,123). Sum of RGB (Red+Green+Blue) = 176+219+123=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 123 (48.44% from 255 or 23.75% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB7B is #4F2484. Grayscale: #C3C3C3. Windows color (decimal): -5186693 or 8117168. OLE color: 8117168.
HSL color Cylindrical-coordinate representation of color #B0DB7B: hue angle of 86.88º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0DB7B is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 123 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.14 |
| HSL | 86.88º | 0.57% | 0.67% | - |
| HSV(B) | 86.88º | 0.44% | 0.86% | - |
| XYZ | 46.81 | 61.32 | 28.11 | - |
| YUV | 195.2 | 87.25 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 123 | 0.20 | 0 | 0.44 | 0.14 | 86.88 | 0.57 | 0.67 |
| Hex | B0 | DB | 7B | 14 | 0 | 2C | E | 57 | 39 | 43 |
| Octal | 260 | 333 | 173 | 24 | 0 | 54 | 16 | 127 | 71 | 103 |
| Binary | 10110000 | 11011011 | 1111011 | 10100 | 0 | 101100 | 1110 | 1010111 | 111001 | 1000011 |
Color Harmonies of #B0DB7B
Complementary color
Monochromatic Colors of #B0DB7B
Black with #B0DB7B
Text Example
Text Example
White with #B0DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB7B; }
p { color: rgb(176,219,123); }
H1.HeaderClassName
{
color: #B0DB7B;
}
.AnyTagClassName
{
color: #B0DB7B;
}
</style>
background-color css
<style>
a { background-color: #B0DB7B; }
a { background-color: rgb(176,219,123); }
div.DivClassName
{
background-color: #B0DB7B;
}
.BgClassName
{
background-color: #B0DB7B;
}
</style>
border-color css
<style>
span { border-color: #B0DB7B; }
span { border-color: rgb(176,219,123); }
td.TdClassName
{
border-color: #B0DB7B;
}
.TagClassName
{
border-color: #B0DB7B;
}
</style>