Shades of Feijoa #B0EE81
Tints of Feijoa #B0EE81
RGB
CMYK
RGB Variations
Color information
#B0EE81 (or 0xB0EE81) is known color: Feijoa. HEX triplet: B0, EE and 81. RGB value is (176,238,129). Sum of RGB (Red+Green+Blue) = 176+238+129=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EE81 is #4F117E. Grayscale: #CFCFCF. Windows color (decimal): -5181823 or 8515248. OLE color: 8515248.
HSL color Cylindrical-coordinate representation of color #B0EE81: hue angle of 94.13º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B0EE81 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 129 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.07 |
| HSL | 94.13º | 0.76% | 0.72% | - |
| HSV(B) | 94.13º | 0.46% | 0.93% | - |
| XYZ | 52.44 | 71.96 | 31.9 | - |
| YUV | 207.04 | 83.96 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 129 | 0.26 | 0 | 0.46 | 0.07 | 94.13 | 0.76 | 0.72 |
| Hex | B0 | EE | 81 | 1A | 0 | 2E | 7 | 5E | 4C | 48 |
| Octal | 260 | 356 | 201 | 32 | 0 | 56 | 7 | 136 | 114 | 110 |
| Binary | 10110000 | 11101110 | 10000001 | 11010 | 0 | 101110 | 111 | 1011110 | 1001100 | 1001000 |
Color Harmonies of #B0EE81
Complementary color
Monochromatic Colors of #B0EE81
Black with #B0EE81
Text Example
Text Example
White with #B0EE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE81; }
p { color: rgb(176,238,129); }
H1.HeaderClassName
{
color: #B0EE81;
}
.AnyTagClassName
{
color: #B0EE81;
}
</style>
background-color css
<style>
a { background-color: #B0EE81; }
a { background-color: rgb(176,238,129); }
div.DivClassName
{
background-color: #B0EE81;
}
.BgClassName
{
background-color: #B0EE81;
}
</style>
border-color css
<style>
span { border-color: #B0EE81; }
span { border-color: rgb(176,238,129); }
td.TdClassName
{
border-color: #B0EE81;
}
.TagClassName
{
border-color: #B0EE81;
}
</style>