Shades of Feijoa #B0DA7A
Tints of Feijoa #B0DA7A
RGB
CMYK
RGB Variations
Color information
#B0DA7A (or 0xB0DA7A) is known color: Feijoa. HEX triplet: B0, DA and 7A. RGB value is (176,218,122). Sum of RGB (Red+Green+Blue) = 176+218+122=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA7A is #4F2585. Grayscale: #C2C2C2. Windows color (decimal): -5186950 or 8051376. OLE color: 8051376.
HSL color Cylindrical-coordinate representation of color #B0DA7A: hue angle of 86.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0DA7A is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 122 | - |
| CMYK | 0.19 | 0 | 0.44 | 0.15 |
| HSL | 86.25º | 0.56% | 0.67% | - |
| HSV(B) | 86.25º | 0.44% | 0.85% | - |
| XYZ | 46.49 | 60.78 | 27.69 | - |
| YUV | 194.5 | 87.09 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 122 | 0.19 | 0 | 0.44 | 0.15 | 86.25 | 0.56 | 0.67 |
| Hex | B0 | DA | 7A | 13 | 0 | 2C | F | 56 | 38 | 43 |
| Octal | 260 | 332 | 172 | 23 | 0 | 54 | 17 | 126 | 70 | 103 |
| Binary | 10110000 | 11011010 | 1111010 | 10011 | 0 | 101100 | 1111 | 1010110 | 111000 | 1000011 |
Color Harmonies of #B0DA7A
Complementary color
Monochromatic Colors of #B0DA7A
Black with #B0DA7A
Text Example
Text Example
White with #B0DA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA7A; }
p { color: rgb(176,218,122); }
H1.HeaderClassName
{
color: #B0DA7A;
}
.AnyTagClassName
{
color: #B0DA7A;
}
</style>
background-color css
<style>
a { background-color: #B0DA7A; }
a { background-color: rgb(176,218,122); }
div.DivClassName
{
background-color: #B0DA7A;
}
.BgClassName
{
background-color: #B0DA7A;
}
</style>
border-color css
<style>
span { border-color: #B0DA7A; }
span { border-color: rgb(176,218,122); }
td.TdClassName
{
border-color: #B0DA7A;
}
.TagClassName
{
border-color: #B0DA7A;
}
</style>