Shades of Feijoa #B0DA73
Tints of Feijoa #B0DA73
RGB
CMYK
RGB Variations
Color information
#B0DA73 (or 0xB0DA73) is known color: Feijoa. HEX triplet: B0, DA and 73. RGB value is (176,218,115). Sum of RGB (Red+Green+Blue) = 176+218+115=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA73 is #4F258C. Grayscale: #C2C2C2. Windows color (decimal): -5186957 or 7592624. OLE color: 7592624.
HSL color Cylindrical-coordinate representation of color #B0DA73: hue angle of 84.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0DA73 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 115 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.15 |
| HSL | 84.47º | 0.58% | 0.65% | - |
| HSV(B) | 84.47º | 0.47% | 0.85% | - |
| XYZ | 46.07 | 60.61 | 25.49 | - |
| YUV | 193.7 | 83.59 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 115 | 0.19 | 0 | 0.47 | 0.15 | 84.47 | 0.58 | 0.65 |
| Hex | B0 | DA | 73 | 13 | 0 | 2F | F | 54 | 3A | 41 |
| Octal | 260 | 332 | 163 | 23 | 0 | 57 | 17 | 124 | 72 | 101 |
| Binary | 10110000 | 11011010 | 1110011 | 10011 | 0 | 101111 | 1111 | 1010100 | 111010 | 1000001 |
Color Harmonies of #B0DA73
Complementary color
Monochromatic Colors of #B0DA73
Black with #B0DA73
Text Example
Text Example
White with #B0DA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA73; }
p { color: rgb(176,218,115); }
H1.HeaderClassName
{
color: #B0DA73;
}
.AnyTagClassName
{
color: #B0DA73;
}
</style>
background-color css
<style>
a { background-color: #B0DA73; }
a { background-color: rgb(176,218,115); }
div.DivClassName
{
background-color: #B0DA73;
}
.BgClassName
{
background-color: #B0DA73;
}
</style>
border-color css
<style>
span { border-color: #B0DA73; }
span { border-color: rgb(176,218,115); }
td.TdClassName
{
border-color: #B0DA73;
}
.TagClassName
{
border-color: #B0DA73;
}
</style>