Shades of Feijoa #B0DF8B
Tints of Feijoa #B0DF8B
RGB
CMYK
RGB Variations
Color information
#B0DF8B (or 0xB0DF8B) is known color: Feijoa. HEX triplet: B0, DF and 8B. RGB value is (176,223,139). Sum of RGB (Red+Green+Blue) = 176+223+139=538 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.71% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF8B is #4F2074. Grayscale: #C7C7C7. Windows color (decimal): -5185653 or 9166768. OLE color: 9166768.
HSL color Cylindrical-coordinate representation of color #B0DF8B: hue angle of 93.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0DF8B is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 139 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.13 |
| HSL | 93.57º | 0.57% | 0.71% | - |
| HSV(B) | 93.57º | 0.38% | 0.87% | - |
| XYZ | 48.95 | 63.87 | 34.17 | - |
| YUV | 199.37 | 93.93 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 139 | 0.21 | 0 | 0.38 | 0.13 | 93.57 | 0.57 | 0.71 |
| Hex | B0 | DF | 8B | 15 | 0 | 26 | D | 5E | 39 | 47 |
| Octal | 260 | 337 | 213 | 25 | 0 | 46 | 15 | 136 | 71 | 107 |
| Binary | 10110000 | 11011111 | 10001011 | 10101 | 0 | 100110 | 1101 | 1011110 | 111001 | 1000111 |
Color Harmonies of #B0DF8B
Complementary color
Monochromatic Colors of #B0DF8B
Black with #B0DF8B
Text Example
Text Example
White with #B0DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF8B; }
p { color: rgb(176,223,139); }
H1.HeaderClassName
{
color: #B0DF8B;
}
.AnyTagClassName
{
color: #B0DF8B;
}
</style>
background-color css
<style>
a { background-color: #B0DF8B; }
a { background-color: rgb(176,223,139); }
div.DivClassName
{
background-color: #B0DF8B;
}
.BgClassName
{
background-color: #B0DF8B;
}
</style>
border-color css
<style>
span { border-color: #B0DF8B; }
span { border-color: rgb(176,223,139); }
td.TdClassName
{
border-color: #B0DF8B;
}
.TagClassName
{
border-color: #B0DF8B;
}
</style>