Shades of Feijoa #B0DB7E
Tints of Feijoa #B0DB7E
RGB
CMYK
RGB Variations
Color information
#B0DB7E (or 0xB0DB7E) is known color: Feijoa. HEX triplet: B0, DB and 7E. RGB value is (176,219,126). Sum of RGB (Red+Green+Blue) = 176+219+126=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DB7E is #4F2481. Grayscale: #C3C3C3. Windows color (decimal): -5186690 or 8313776. OLE color: 8313776.
HSL color Cylindrical-coordinate representation of color #B0DB7E: hue angle of 87.74º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0DB7E is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 126 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.14 |
| HSL | 87.74º | 0.56% | 0.68% | - |
| HSV(B) | 87.74º | 0.42% | 0.86% | - |
| XYZ | 47 | 61.4 | 29.11 | - |
| YUV | 195.54 | 88.75 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 126 | 0.20 | 0 | 0.42 | 0.14 | 87.74 | 0.56 | 0.68 |
| Hex | B0 | DB | 7E | 14 | 0 | 2A | E | 58 | 38 | 44 |
| Octal | 260 | 333 | 176 | 24 | 0 | 52 | 16 | 130 | 70 | 104 |
| Binary | 10110000 | 11011011 | 1111110 | 10100 | 0 | 101010 | 1110 | 1011000 | 111000 | 1000100 |
Color Harmonies of #B0DB7E
Complementary color
Monochromatic Colors of #B0DB7E
Black with #B0DB7E
Text Example
Text Example
White with #B0DB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB7E; }
p { color: rgb(176,219,126); }
H1.HeaderClassName
{
color: #B0DB7E;
}
.AnyTagClassName
{
color: #B0DB7E;
}
</style>
background-color css
<style>
a { background-color: #B0DB7E; }
a { background-color: rgb(176,219,126); }
div.DivClassName
{
background-color: #B0DB7E;
}
.BgClassName
{
background-color: #B0DB7E;
}
</style>
border-color css
<style>
span { border-color: #B0DB7E; }
span { border-color: rgb(176,219,126); }
td.TdClassName
{
border-color: #B0DB7E;
}
.TagClassName
{
border-color: #B0DB7E;
}
</style>