Shades of Feijoa #B0D975
Tints of Feijoa #B0D975
RGB
CMYK
RGB Variations
Color information
#B0D975 (or 0xB0D975) is known color: Feijoa. HEX triplet: B0, D9 and 75. RGB value is (176,217,117). Sum of RGB (Red+Green+Blue) = 176+217+117=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #B0D975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D975 is #4F268A. Grayscale: #C1C1C1. Windows color (decimal): -5187211 or 7723440. OLE color: 7723440.
HSL color Cylindrical-coordinate representation of color #B0D975: hue angle of 84.6º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0D975 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 217 | 117 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.15 |
| HSL | 84.6º | 0.57% | 0.65% | - |
| HSV(B) | 84.6º | 0.46% | 0.85% | - |
| XYZ | 45.93 | 60.14 | 26.02 | - |
| YUV | 193.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 217 | 117 | 0.19 | 0 | 0.46 | 0.15 | 84.6 | 0.57 | 0.65 |
| Hex | B0 | D9 | 75 | 13 | 0 | 2E | F | 55 | 39 | 41 |
| Octal | 260 | 331 | 165 | 23 | 0 | 56 | 17 | 125 | 71 | 101 |
| Binary | 10110000 | 11011001 | 1110101 | 10011 | 0 | 101110 | 1111 | 1010101 | 111001 | 1000001 |
Color Harmonies of #B0D975
Complementary color
Monochromatic Colors of #B0D975
Black with #B0D975
Text Example
Text Example
White with #B0D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D975; }
p { color: rgb(176,217,117); }
H1.HeaderClassName
{
color: #B0D975;
}
.AnyTagClassName
{
color: #B0D975;
}
</style>
background-color css
<style>
a { background-color: #B0D975; }
a { background-color: rgb(176,217,117); }
div.DivClassName
{
background-color: #B0D975;
}
.BgClassName
{
background-color: #B0D975;
}
</style>
border-color css
<style>
span { border-color: #B0D975; }
span { border-color: rgb(176,217,117); }
td.TdClassName
{
border-color: #B0D975;
}
.TagClassName
{
border-color: #B0D975;
}
</style>