Shades of Feijoa #B2DA77
Tints of Feijoa #B2DA77
RGB
CMYK
RGB Variations
Color information
#B2DA77 (or 0xB2DA77) is known color: Feijoa. HEX triplet: B2, DA and 77. RGB value is (178,218,119). Sum of RGB (Red+Green+Blue) = 178+218+119=515 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.56% from 515); Green value is 218 (85.55% from 255 or 42.33% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA77 is #4D2588. Grayscale: #C3C3C3. Windows color (decimal): -5055881 or 7854770. OLE color: 7854770.
HSL color Cylindrical-coordinate representation of color #B2DA77: hue angle of 84.24º 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 #B2DA77 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 119 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.15 |
| HSL | 84.24º | 0.57% | 0.66% | - |
| HSV(B) | 84.24º | 0.45% | 0.85% | - |
| XYZ | 46.76 | 60.94 | 26.75 | - |
| YUV | 194.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 119 | 0.18 | 0 | 0.45 | 0.15 | 84.24 | 0.57 | 0.66 |
| Hex | B2 | DA | 77 | 12 | 0 | 2D | F | 54 | 39 | 42 |
| Octal | 262 | 332 | 167 | 22 | 0 | 55 | 17 | 124 | 71 | 102 |
| Binary | 10110010 | 11011010 | 1110111 | 10010 | 0 | 101101 | 1111 | 1010100 | 111001 | 1000010 |
Color Harmonies of #B2DA77
Complementary color
Monochromatic Colors of #B2DA77
Black with #B2DA77
Text Example
Text Example
White with #B2DA77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA77; }
p { color: rgb(178,218,119); }
H1.HeaderClassName
{
color: #B2DA77;
}
.AnyTagClassName
{
color: #B2DA77;
}
</style>
background-color css
<style>
a { background-color: #B2DA77; }
a { background-color: rgb(178,218,119); }
div.DivClassName
{
background-color: #B2DA77;
}
.BgClassName
{
background-color: #B2DA77;
}
</style>
border-color css
<style>
span { border-color: #B2DA77; }
span { border-color: rgb(178,218,119); }
td.TdClassName
{
border-color: #B2DA77;
}
.TagClassName
{
border-color: #B2DA77;
}
</style>