Shades of Feijoa #B0E47B
Tints of Feijoa #B0E47B
RGB
CMYK
RGB Variations
Color information
#B0E47B (or 0xB0E47B) is known color: Feijoa. HEX triplet: B0, E4 and 7B. RGB value is (176,228,123). Sum of RGB (Red+Green+Blue) = 176+228+123=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 228 - color contains mainly: green. Hex color #B0E47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E47B is #4F1B84. Grayscale: #C8C8C8. Windows color (decimal): -5184389 or 8119472. OLE color: 8119472.
HSL color Cylindrical-coordinate representation of color #B0E47B: hue angle of 89.71º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0E47B is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 228 | 123 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.11 |
| HSL | 89.71º | 0.66% | 0.69% | - |
| HSV(B) | 89.71º | 0.46% | 0.89% | - |
| XYZ | 49.22 | 66.15 | 28.91 | - |
| YUV | 200.48 | 84.27 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 228 | 123 | 0.23 | 0 | 0.46 | 0.11 | 89.71 | 0.66 | 0.69 |
| Hex | B0 | E4 | 7B | 17 | 0 | 2E | B | 5A | 42 | 45 |
| Octal | 260 | 344 | 173 | 27 | 0 | 56 | 13 | 132 | 102 | 105 |
| Binary | 10110000 | 11100100 | 1111011 | 10111 | 0 | 101110 | 1011 | 1011010 | 1000010 | 1000101 |
Color Harmonies of #B0E47B
Complementary color
Monochromatic Colors of #B0E47B
Black with #B0E47B
Text Example
Text Example
White with #B0E47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E47B; }
p { color: rgb(176,228,123); }
H1.HeaderClassName
{
color: #B0E47B;
}
.AnyTagClassName
{
color: #B0E47B;
}
</style>
background-color css
<style>
a { background-color: #B0E47B; }
a { background-color: rgb(176,228,123); }
div.DivClassName
{
background-color: #B0E47B;
}
.BgClassName
{
background-color: #B0E47B;
}
</style>
border-color css
<style>
span { border-color: #B0E47B; }
span { border-color: rgb(176,228,123); }
td.TdClassName
{
border-color: #B0E47B;
}
.TagClassName
{
border-color: #B0E47B;
}
</style>