Shades of Feijoa #B0DC85
Tints of Feijoa #B0DC85
RGB
CMYK
RGB Variations
Color information
#B0DC85 (or 0xB0DC85) is known color: Feijoa. HEX triplet: B0, DC and 85. RGB value is (176,220,133). Sum of RGB (Red+Green+Blue) = 176+220+133=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DC85 is #4F237A. Grayscale: #C5C5C5. Windows color (decimal): -5186427 or 8772784. OLE color: 8772784.
HSL color Cylindrical-coordinate representation of color #B0DC85: hue angle of 90.34º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0DC85 is Cyan = 0.2, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 220 | 133 | - |
| CMYK | 0.2 | 0 | 0.40 | 0.14 |
| HSL | 90.34º | 0.55% | 0.69% | - |
| HSV(B) | 90.34º | 0.4% | 0.86% | - |
| XYZ | 47.73 | 62.11 | 31.66 | - |
| YUV | 196.93 | 91.92 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 220 | 133 | 0.2 | 0 | 0.40 | 0.14 | 90.34 | 0.55 | 0.69 |
| Hex | B0 | DC | 85 | 14 | 0 | 28 | E | 5A | 37 | 45 |
| Octal | 260 | 334 | 205 | 24 | 0 | 50 | 16 | 132 | 67 | 105 |
| Binary | 10110000 | 11011100 | 10000101 | 10100 | 0 | 101000 | 1110 | 1011010 | 110111 | 1000101 |
Color Harmonies of #B0DC85
Complementary color
Monochromatic Colors of #B0DC85
Black with #B0DC85
Text Example
Text Example
White with #B0DC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DC85; }
p { color: rgb(176,220,133); }
H1.HeaderClassName
{
color: #B0DC85;
}
.AnyTagClassName
{
color: #B0DC85;
}
</style>
background-color css
<style>
a { background-color: #B0DC85; }
a { background-color: rgb(176,220,133); }
div.DivClassName
{
background-color: #B0DC85;
}
.BgClassName
{
background-color: #B0DC85;
}
</style>
border-color css
<style>
span { border-color: #B0DC85; }
span { border-color: rgb(176,220,133); }
td.TdClassName
{
border-color: #B0DC85;
}
.TagClassName
{
border-color: #B0DC85;
}
</style>