Shades of Feijoa #B0EE85
Tints of Feijoa #B0EE85
RGB
CMYK
RGB Variations
Color information
#B0EE85 (or 0xB0EE85) is known color: Feijoa. HEX triplet: B0, EE and 85. RGB value is (176,238,133). Sum of RGB (Red+Green+Blue) = 176+238+133=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 238 (93.36% from 255 or 43.51% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 238 - color contains mainly: green. Hex color #B0EE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0EE85 is #4F117A. Grayscale: #CFCFCF. Windows color (decimal): -5181819 or 8777392. OLE color: 8777392.
HSL color Cylindrical-coordinate representation of color #B0EE85: hue angle of 95.43º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0EE85 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 238 | 133 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.07 |
| HSL | 95.43º | 0.76% | 0.73% | - |
| HSV(B) | 95.43º | 0.44% | 0.93% | - |
| XYZ | 52.71 | 72.07 | 33.32 | - |
| YUV | 207.49 | 85.96 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 238 | 133 | 0.26 | 0 | 0.44 | 0.07 | 95.43 | 0.76 | 0.73 |
| Hex | B0 | EE | 85 | 1A | 0 | 2C | 7 | 5F | 4C | 49 |
| Octal | 260 | 356 | 205 | 32 | 0 | 54 | 7 | 137 | 114 | 111 |
| Binary | 10110000 | 11101110 | 10000101 | 11010 | 0 | 101100 | 111 | 1011111 | 1001100 | 1001001 |
Color Harmonies of #B0EE85
Complementary color
Monochromatic Colors of #B0EE85
Black with #B0EE85
Text Example
Text Example
White with #B0EE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EE85; }
p { color: rgb(176,238,133); }
H1.HeaderClassName
{
color: #B0EE85;
}
.AnyTagClassName
{
color: #B0EE85;
}
</style>
background-color css
<style>
a { background-color: #B0EE85; }
a { background-color: rgb(176,238,133); }
div.DivClassName
{
background-color: #B0EE85;
}
.BgClassName
{
background-color: #B0EE85;
}
</style>
border-color css
<style>
span { border-color: #B0EE85; }
span { border-color: rgb(176,238,133); }
td.TdClassName
{
border-color: #B0EE85;
}
.TagClassName
{
border-color: #B0EE85;
}
</style>