Shades of Feijoa #B7DF8B
Tints of Feijoa #B7DF8B
RGB
CMYK
RGB Variations
Color information
#B7DF8B (or 0xB7DF8B) is known color: Feijoa. HEX triplet: B7, DF and 8B. RGB value is (183,223,139). Sum of RGB (Red+Green+Blue) = 183+223+139=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 139 (54.69% from 255 or 25.50% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DF8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7DF8B is #482074. Grayscale: #C9C9C9. Windows color (decimal): -4726901 or 9166775. OLE color: 9166775.
HSL color Cylindrical-coordinate representation of color #B7DF8B: hue angle of 88.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 #B7DF8B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 223 | 139 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.13 |
| HSL | 88.57º | 0.57% | 0.71% | - |
| HSV(B) | 88.57º | 0.38% | 0.87% | - |
| XYZ | 50.58 | 64.71 | 34.25 | - |
| YUV | 201.46 | 92.75 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 223 | 139 | 0.18 | 0 | 0.38 | 0.13 | 88.57 | 0.57 | 0.71 |
| Hex | B7 | DF | 8B | 12 | 0 | 26 | D | 59 | 39 | 47 |
| Octal | 267 | 337 | 213 | 22 | 0 | 46 | 15 | 131 | 71 | 107 |
| Binary | 10110111 | 11011111 | 10001011 | 10010 | 0 | 100110 | 1101 | 1011001 | 111001 | 1000111 |
Color Harmonies of #B7DF8B
Complementary color
Monochromatic Colors of #B7DF8B
Black with #B7DF8B
Text Example
Text Example
White with #B7DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DF8B; }
p { color: rgb(183,223,139); }
H1.HeaderClassName
{
color: #B7DF8B;
}
.AnyTagClassName
{
color: #B7DF8B;
}
</style>
background-color css
<style>
a { background-color: #B7DF8B; }
a { background-color: rgb(183,223,139); }
div.DivClassName
{
background-color: #B7DF8B;
}
.BgClassName
{
background-color: #B7DF8B;
}
</style>
border-color css
<style>
span { border-color: #B7DF8B; }
span { border-color: rgb(183,223,139); }
td.TdClassName
{
border-color: #B7DF8B;
}
.TagClassName
{
border-color: #B7DF8B;
}
</style>