Shades of Feijoa #B0E18F
Tints of Feijoa #B0E18F
RGB
CMYK
RGB Variations
Color information
#B0E18F (or 0xB0E18F) is known color: Feijoa. HEX triplet: B0, E1 and 8F. RGB value is (176,225,143). Sum of RGB (Red+Green+Blue) = 176+225+143=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 225 (88.28% from 255 or 41.36% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E18F is #4F1E70. Grayscale: #C9C9C9. Windows color (decimal): -5185137 or 9429424. OLE color: 9429424.
HSL color Cylindrical-coordinate representation of color #B0E18F: hue angle of 95.85º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B0E18F is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 143 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.12 |
| HSL | 95.85º | 0.58% | 0.72% | - |
| HSV(B) | 95.85º | 0.36% | 0.88% | - |
| XYZ | 49.79 | 65.06 | 35.92 | - |
| YUV | 201 | 95.27 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 143 | 0.22 | 0 | 0.36 | 0.12 | 95.85 | 0.58 | 0.72 |
| Hex | B0 | E1 | 8F | 16 | 0 | 24 | C | 60 | 3A | 48 |
| Octal | 260 | 341 | 217 | 26 | 0 | 44 | 14 | 140 | 72 | 110 |
| Binary | 10110000 | 11100001 | 10001111 | 10110 | 0 | 100100 | 1100 | 1100000 | 111010 | 1001000 |
Color Harmonies of #B0E18F
Complementary color
Monochromatic Colors of #B0E18F
Black with #B0E18F
Text Example
Text Example
White with #B0E18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E18F; }
p { color: rgb(176,225,143); }
H1.HeaderClassName
{
color: #B0E18F;
}
.AnyTagClassName
{
color: #B0E18F;
}
</style>
background-color css
<style>
a { background-color: #B0E18F; }
a { background-color: rgb(176,225,143); }
div.DivClassName
{
background-color: #B0E18F;
}
.BgClassName
{
background-color: #B0E18F;
}
</style>
border-color css
<style>
span { border-color: #B0E18F; }
span { border-color: rgb(176,225,143); }
td.TdClassName
{
border-color: #B0E18F;
}
.TagClassName
{
border-color: #B0E18F;
}
</style>