Shades of Feijoa #B2DA8D
Tints of Feijoa #B2DA8D
RGB
CMYK
RGB Variations
Color information
#B2DA8D (or 0xB2DA8D) is known color: Feijoa. HEX triplet: B2, DA and 8D. RGB value is (178,218,141). Sum of RGB (Red+Green+Blue) = 178+218+141=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DA8D is #4D2572. Grayscale: #C5C5C5. Windows color (decimal): -5055859 or 9296562. OLE color: 9296562.
HSL color Cylindrical-coordinate representation of color #B2DA8D: hue angle of 91.17º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B2DA8D is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 141 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.15 |
| HSL | 91.17º | 0.51% | 0.7% | - |
| HSV(B) | 91.17º | 0.35% | 0.85% | - |
| XYZ | 48.24 | 61.53 | 34.53 | - |
| YUV | 197.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 141 | 0.18 | 0 | 0.35 | 0.15 | 91.17 | 0.51 | 0.7 |
| Hex | B2 | DA | 8D | 12 | 0 | 23 | F | 5B | 33 | 46 |
| Octal | 262 | 332 | 215 | 22 | 0 | 43 | 17 | 133 | 63 | 106 |
| Binary | 10110010 | 11011010 | 10001101 | 10010 | 0 | 100011 | 1111 | 1011011 | 110011 | 1000110 |
Color Harmonies of #B2DA8D
Complementary color
Monochromatic Colors of #B2DA8D
Black with #B2DA8D
Text Example
Text Example
White with #B2DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA8D; }
p { color: rgb(178,218,141); }
H1.HeaderClassName
{
color: #B2DA8D;
}
.AnyTagClassName
{
color: #B2DA8D;
}
</style>
background-color css
<style>
a { background-color: #B2DA8D; }
a { background-color: rgb(178,218,141); }
div.DivClassName
{
background-color: #B2DA8D;
}
.BgClassName
{
background-color: #B2DA8D;
}
</style>
border-color css
<style>
span { border-color: #B2DA8D; }
span { border-color: rgb(178,218,141); }
td.TdClassName
{
border-color: #B2DA8D;
}
.TagClassName
{
border-color: #B2DA8D;
}
</style>