Shades of Feijoa #B0DF85
Tints of Feijoa #B0DF85
RGB
CMYK
RGB Variations
Color information
#B0DF85 (or 0xB0DF85) is known color: Feijoa. HEX triplet: B0, DF and 85. RGB value is (176,223,133). Sum of RGB (Red+Green+Blue) = 176+223+133=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF85 is #4F207A. Grayscale: #C7C7C7. Windows color (decimal): -5185659 or 8773552. OLE color: 8773552.
HSL color Cylindrical-coordinate representation of color #B0DF85: hue angle of 91.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0DF85 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 133 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.13 |
| HSL | 91.33º | 0.58% | 0.7% | - |
| HSV(B) | 91.33º | 0.4% | 0.87% | - |
| XYZ | 48.53 | 63.7 | 31.93 | - |
| YUV | 198.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 133 | 0.21 | 0 | 0.40 | 0.13 | 91.33 | 0.58 | 0.7 |
| Hex | B0 | DF | 85 | 15 | 0 | 28 | D | 5B | 3A | 46 |
| Octal | 260 | 337 | 205 | 25 | 0 | 50 | 15 | 133 | 72 | 106 |
| Binary | 10110000 | 11011111 | 10000101 | 10101 | 0 | 101000 | 1101 | 1011011 | 111010 | 1000110 |
Color Harmonies of #B0DF85
Complementary color
Monochromatic Colors of #B0DF85
Black with #B0DF85
Text Example
Text Example
White with #B0DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF85; }
p { color: rgb(176,223,133); }
H1.HeaderClassName
{
color: #B0DF85;
}
.AnyTagClassName
{
color: #B0DF85;
}
</style>
background-color css
<style>
a { background-color: #B0DF85; }
a { background-color: rgb(176,223,133); }
div.DivClassName
{
background-color: #B0DF85;
}
.BgClassName
{
background-color: #B0DF85;
}
</style>
border-color css
<style>
span { border-color: #B0DF85; }
span { border-color: rgb(176,223,133); }
td.TdClassName
{
border-color: #B0DF85;
}
.TagClassName
{
border-color: #B0DF85;
}
</style>