Shades of Feijoa #B0DA77
Tints of Feijoa #B0DA77
RGB
CMYK
RGB Variations
Color information
#B0DA77 (or 0xB0DA77) is known color: Feijoa. HEX triplet: B0, DA and 77. RGB value is (176,218,119). Sum of RGB (Red+Green+Blue) = 176+218+119=513 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.31% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DA77 is #4F2588. Grayscale: #C2C2C2. Windows color (decimal): -5186953 or 7854768. OLE color: 7854768.
HSL color Cylindrical-coordinate representation of color #B0DA77: hue angle of 85.45º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0DA77 is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 218 | 119 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.15 |
| HSL | 85.45º | 0.57% | 0.66% | - |
| HSV(B) | 85.45º | 0.45% | 0.85% | - |
| XYZ | 46.31 | 60.7 | 26.73 | - |
| YUV | 194.16 | 85.59 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 218 | 119 | 0.19 | 0 | 0.45 | 0.15 | 85.45 | 0.57 | 0.66 |
| Hex | B0 | DA | 77 | 13 | 0 | 2D | F | 55 | 39 | 42 |
| Octal | 260 | 332 | 167 | 23 | 0 | 55 | 17 | 125 | 71 | 102 |
| Binary | 10110000 | 11011010 | 1110111 | 10011 | 0 | 101101 | 1111 | 1010101 | 111001 | 1000010 |
Color Harmonies of #B0DA77
Complementary color
Monochromatic Colors of #B0DA77
Black with #B0DA77
Text Example
Text Example
White with #B0DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DA77; }
p { color: rgb(176,218,119); }
H1.HeaderClassName
{
color: #B0DA77;
}
.AnyTagClassName
{
color: #B0DA77;
}
</style>
background-color css
<style>
a { background-color: #B0DA77; }
a { background-color: rgb(176,218,119); }
div.DivClassName
{
background-color: #B0DA77;
}
.BgClassName
{
background-color: #B0DA77;
}
</style>
border-color css
<style>
span { border-color: #B0DA77; }
span { border-color: rgb(176,218,119); }
td.TdClassName
{
border-color: #B0DA77;
}
.TagClassName
{
border-color: #B0DA77;
}
</style>