Shades of Feijoa #B0EA8E
Tints of Feijoa #B0EA8E
RGB
CMYK
RGB Variations
Color information
#B0EA8E (or 0xB0EA8E) is known color: Feijoa. HEX triplet: B0, EA and 8E. RGB value is (176,234,142). Sum of RGB (Red+Green+Blue) = 176+234+142=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 142 (55.86% from 255 or 25.72% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EA8E is #4F1571. Grayscale: #CECECE. Windows color (decimal): -5182834 or 9366192. OLE color: 9366192.
HSL color Cylindrical-coordinate representation of color #B0EA8E: hue angle of 97.83º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B0EA8E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 142 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.08 |
| HSL | 97.83º | 0.69% | 0.74% | - |
| HSV(B) | 97.83º | 0.39% | 0.92% | - |
| XYZ | 52.21 | 70.03 | 36.36 | - |
| YUV | 206.17 | 91.78 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 142 | 0.25 | 0 | 0.39 | 0.08 | 97.83 | 0.69 | 0.74 |
| Hex | B0 | EA | 8E | 19 | 0 | 27 | 8 | 62 | 45 | 4A |
| Octal | 260 | 352 | 216 | 31 | 0 | 47 | 10 | 142 | 105 | 112 |
| Binary | 10110000 | 11101010 | 10001110 | 11001 | 0 | 100111 | 1000 | 1100010 | 1000101 | 1001010 |
Color Harmonies of #B0EA8E
Complementary color
Monochromatic Colors of #B0EA8E
Black with #B0EA8E
Text Example
Text Example
White with #B0EA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EA8E; }
p { color: rgb(176,234,142); }
H1.HeaderClassName
{
color: #B0EA8E;
}
.AnyTagClassName
{
color: #B0EA8E;
}
</style>
background-color css
<style>
a { background-color: #B0EA8E; }
a { background-color: rgb(176,234,142); }
div.DivClassName
{
background-color: #B0EA8E;
}
.BgClassName
{
background-color: #B0EA8E;
}
</style>
border-color css
<style>
span { border-color: #B0EA8E; }
span { border-color: rgb(176,234,142); }
td.TdClassName
{
border-color: #B0EA8E;
}
.TagClassName
{
border-color: #B0EA8E;
}
</style>