Shades of Feijoa #B2DD89
Tints of Feijoa #B2DD89
RGB
CMYK
RGB Variations
Color information
#B2DD89 (or 0xB2DD89) is known color: Feijoa. HEX triplet: B2, DD and 89. RGB value is (178,221,137). Sum of RGB (Red+Green+Blue) = 178+221+137=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DD89 is #4D2276. Grayscale: #C6C6C6. Windows color (decimal): -5055095 or 9035186. OLE color: 9035186.
HSL color Cylindrical-coordinate representation of color #B2DD89: hue angle of 90.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2DD89 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 137 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.13 |
| HSL | 90.71º | 0.55% | 0.7% | - |
| HSV(B) | 90.71º | 0.38% | 0.87% | - |
| XYZ | 48.73 | 62.98 | 33.26 | - |
| YUV | 198.57 | 93.25 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 137 | 0.19 | 0 | 0.38 | 0.13 | 90.71 | 0.55 | 0.7 |
| Hex | B2 | DD | 89 | 13 | 0 | 26 | D | 5B | 37 | 46 |
| Octal | 262 | 335 | 211 | 23 | 0 | 46 | 15 | 133 | 67 | 106 |
| Binary | 10110010 | 11011101 | 10001001 | 10011 | 0 | 100110 | 1101 | 1011011 | 110111 | 1000110 |
Color Harmonies of #B2DD89
Complementary color
Monochromatic Colors of #B2DD89
Black with #B2DD89
Text Example
Text Example
White with #B2DD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD89; }
p { color: rgb(178,221,137); }
H1.HeaderClassName
{
color: #B2DD89;
}
.AnyTagClassName
{
color: #B2DD89;
}
</style>
background-color css
<style>
a { background-color: #B2DD89; }
a { background-color: rgb(178,221,137); }
div.DivClassName
{
background-color: #B2DD89;
}
.BgClassName
{
background-color: #B2DD89;
}
</style>
border-color css
<style>
span { border-color: #B2DD89; }
span { border-color: rgb(178,221,137); }
td.TdClassName
{
border-color: #B2DD89;
}
.TagClassName
{
border-color: #B2DD89;
}
</style>