Shades of Feijoa #B0DD8D
Tints of Feijoa #B0DD8D
RGB
CMYK
RGB Variations
Color information
#B0DD8D (or 0xB0DD8D) is known color: Feijoa. HEX triplet: B0, DD and 8D. RGB value is (176,221,141). Sum of RGB (Red+Green+Blue) = 176+221+141=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 141 (55.47% from 255 or 26.21% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DD8D is #4F2272. Grayscale: #C6C6C6. Windows color (decimal): -5186163 or 9297328. OLE color: 9297328.
HSL color Cylindrical-coordinate representation of color #B0DD8D: hue angle of 93.75º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0DD8D is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 141 | - |
| CMYK | 0.20 | 0 | 0.36 | 0.13 |
| HSL | 93.75º | 0.54% | 0.71% | - |
| HSV(B) | 93.75º | 0.36% | 0.87% | - |
| XYZ | 48.57 | 62.87 | 34.77 | - |
| YUV | 198.43 | 95.59 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 141 | 0.20 | 0 | 0.36 | 0.13 | 93.75 | 0.54 | 0.71 |
| Hex | B0 | DD | 8D | 14 | 0 | 24 | D | 5E | 36 | 47 |
| Octal | 260 | 335 | 215 | 24 | 0 | 44 | 15 | 136 | 66 | 107 |
| Binary | 10110000 | 11011101 | 10001101 | 10100 | 0 | 100100 | 1101 | 1011110 | 110110 | 1000111 |
Color Harmonies of #B0DD8D
Complementary color
Monochromatic Colors of #B0DD8D
Black with #B0DD8D
Text Example
Text Example
White with #B0DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD8D; }
p { color: rgb(176,221,141); }
H1.HeaderClassName
{
color: #B0DD8D;
}
.AnyTagClassName
{
color: #B0DD8D;
}
</style>
background-color css
<style>
a { background-color: #B0DD8D; }
a { background-color: rgb(176,221,141); }
div.DivClassName
{
background-color: #B0DD8D;
}
.BgClassName
{
background-color: #B0DD8D;
}
</style>
border-color css
<style>
span { border-color: #B0DD8D; }
span { border-color: rgb(176,221,141); }
td.TdClassName
{
border-color: #B0DD8D;
}
.TagClassName
{
border-color: #B0DD8D;
}
</style>