Shades of Feijoa #B0DF89
Tints of Feijoa #B0DF89
RGB
CMYK
RGB Variations
Color information
#B0DF89 (or 0xB0DF89) is known color: Feijoa. HEX triplet: B0, DF and 89. RGB value is (176,223,137). Sum of RGB (Red+Green+Blue) = 176+223+137=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 137 (53.91% from 255 or 25.56% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0DF89 is #4F2076. Grayscale: #C7C7C7. Windows color (decimal): -5185655 or 9035696. OLE color: 9035696.
HSL color Cylindrical-coordinate representation of color #B0DF89: hue angle of 92.79º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0DF89 is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 137 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.13 |
| HSL | 92.79º | 0.57% | 0.71% | - |
| HSV(B) | 92.79º | 0.39% | 0.87% | - |
| XYZ | 48.81 | 63.81 | 33.41 | - |
| YUV | 199.14 | 92.93 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 137 | 0.21 | 0 | 0.39 | 0.13 | 92.79 | 0.57 | 0.71 |
| Hex | B0 | DF | 89 | 15 | 0 | 27 | D | 5D | 39 | 47 |
| Octal | 260 | 337 | 211 | 25 | 0 | 47 | 15 | 135 | 71 | 107 |
| Binary | 10110000 | 11011111 | 10001001 | 10101 | 0 | 100111 | 1101 | 1011101 | 111001 | 1000111 |
Color Harmonies of #B0DF89
Complementary color
Monochromatic Colors of #B0DF89
Black with #B0DF89
Text Example
Text Example
White with #B0DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF89; }
p { color: rgb(176,223,137); }
H1.HeaderClassName
{
color: #B0DF89;
}
.AnyTagClassName
{
color: #B0DF89;
}
</style>
background-color css
<style>
a { background-color: #B0DF89; }
a { background-color: rgb(176,223,137); }
div.DivClassName
{
background-color: #B0DF89;
}
.BgClassName
{
background-color: #B0DF89;
}
</style>
border-color css
<style>
span { border-color: #B0DF89; }
span { border-color: rgb(176,223,137); }
td.TdClassName
{
border-color: #B0DF89;
}
.TagClassName
{
border-color: #B0DF89;
}
</style>