Shades of Feijoa #B0ED8F
Tints of Feijoa #B0ED8F
RGB
CMYK
RGB Variations
Color information
#B0ED8F (or 0xB0ED8F) is known color: Feijoa. HEX triplet: B0, ED and 8F. RGB value is (176,237,143). Sum of RGB (Red+Green+Blue) = 176+237+143=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 143 (56.25% from 255 or 25.72% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0ED8F is #4F1270. Grayscale: #D0D0D0. Windows color (decimal): -5182065 or 9432496. OLE color: 9432496.
HSL color Cylindrical-coordinate representation of color #B0ED8F: hue angle of 98.94º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B0ED8F is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 143 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.07 |
| HSL | 98.94º | 0.72% | 0.75% | - |
| HSV(B) | 98.94º | 0.4% | 0.93% | - |
| XYZ | 53.15 | 71.78 | 37.04 | - |
| YUV | 208.05 | 91.29 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 143 | 0.26 | 0 | 0.40 | 0.07 | 98.94 | 0.72 | 0.75 |
| Hex | B0 | ED | 8F | 1A | 0 | 28 | 7 | 63 | 48 | 4B |
| Octal | 260 | 355 | 217 | 32 | 0 | 50 | 7 | 143 | 110 | 113 |
| Binary | 10110000 | 11101101 | 10001111 | 11010 | 0 | 101000 | 111 | 1100011 | 1001000 | 1001011 |
Color Harmonies of #B0ED8F
Complementary color
Monochromatic Colors of #B0ED8F
Black with #B0ED8F
Text Example
Text Example
White with #B0ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ED8F; }
p { color: rgb(176,237,143); }
H1.HeaderClassName
{
color: #B0ED8F;
}
.AnyTagClassName
{
color: #B0ED8F;
}
</style>
background-color css
<style>
a { background-color: #B0ED8F; }
a { background-color: rgb(176,237,143); }
div.DivClassName
{
background-color: #B0ED8F;
}
.BgClassName
{
background-color: #B0ED8F;
}
</style>
border-color css
<style>
span { border-color: #B0ED8F; }
span { border-color: rgb(176,237,143); }
td.TdClassName
{
border-color: #B0ED8F;
}
.TagClassName
{
border-color: #B0ED8F;
}
</style>