Shades of Feijoa #B2DD8B
Tints of Feijoa #B2DD8B
RGB
CMYK
RGB Variations
Color information
#B2DD8B (or 0xB2DD8B) is known color: Feijoa. HEX triplet: B2, DD and 8B. RGB value is (178,221,139). Sum of RGB (Red+Green+Blue) = 178+221+139=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DD8B is #4D2274. Grayscale: #C7C7C7. Windows color (decimal): -5055093 or 9166258. OLE color: 9166258.
HSL color Cylindrical-coordinate representation of color #B2DD8B: hue angle of 91.46º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2DD8B is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 139 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.13 |
| HSL | 91.46º | 0.55% | 0.71% | - |
| HSV(B) | 91.46º | 0.37% | 0.87% | - |
| XYZ | 48.88 | 63.04 | 34.02 | - |
| YUV | 198.8 | 94.25 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 139 | 0.19 | 0 | 0.37 | 0.13 | 91.46 | 0.55 | 0.71 |
| Hex | B2 | DD | 8B | 13 | 0 | 25 | D | 5B | 37 | 47 |
| Octal | 262 | 335 | 213 | 23 | 0 | 45 | 15 | 133 | 67 | 107 |
| Binary | 10110010 | 11011101 | 10001011 | 10011 | 0 | 100101 | 1101 | 1011011 | 110111 | 1000111 |
Color Harmonies of #B2DD8B
Complementary color
Monochromatic Colors of #B2DD8B
Black with #B2DD8B
Text Example
Text Example
White with #B2DD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD8B; }
p { color: rgb(178,221,139); }
H1.HeaderClassName
{
color: #B2DD8B;
}
.AnyTagClassName
{
color: #B2DD8B;
}
</style>
background-color css
<style>
a { background-color: #B2DD8B; }
a { background-color: rgb(178,221,139); }
div.DivClassName
{
background-color: #B2DD8B;
}
.BgClassName
{
background-color: #B2DD8B;
}
</style>
border-color css
<style>
span { border-color: #B2DD8B; }
span { border-color: rgb(178,221,139); }
td.TdClassName
{
border-color: #B2DD8B;
}
.TagClassName
{
border-color: #B2DD8B;
}
</style>