Shades of Feijoa #B0E084
Tints of Feijoa #B0E084
RGB
CMYK
RGB Variations
Color information
#B0E084 (or 0xB0E084) is known color: Feijoa. HEX triplet: B0, E0 and 84. RGB value is (176,224,132). Sum of RGB (Red+Green+Blue) = 176+224+132=532 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.08% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 132 (51.95% from 255 or 24.81% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E084 is #4F1F7B. Grayscale: #C7C7C7. Windows color (decimal): -5185404 or 8708272. OLE color: 8708272.
HSL color Cylindrical-coordinate representation of color #B0E084: hue angle of 91.3º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0E084 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 132 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.12 |
| HSL | 91.3º | 0.6% | 0.7% | - |
| HSV(B) | 91.3º | 0.41% | 0.88% | - |
| XYZ | 48.73 | 64.21 | 31.65 | - |
| YUV | 199.16 | 90.1 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 132 | 0.21 | 0 | 0.41 | 0.12 | 91.3 | 0.6 | 0.7 |
| Hex | B0 | E0 | 84 | 15 | 0 | 29 | C | 5B | 3C | 46 |
| Octal | 260 | 340 | 204 | 25 | 0 | 51 | 14 | 133 | 74 | 106 |
| Binary | 10110000 | 11100000 | 10000100 | 10101 | 0 | 101001 | 1100 | 1011011 | 111100 | 1000110 |
Color Harmonies of #B0E084
Complementary color
Monochromatic Colors of #B0E084
Black with #B0E084
Text Example
Text Example
White with #B0E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E084; }
p { color: rgb(176,224,132); }
H1.HeaderClassName
{
color: #B0E084;
}
.AnyTagClassName
{
color: #B0E084;
}
</style>
background-color css
<style>
a { background-color: #B0E084; }
a { background-color: rgb(176,224,132); }
div.DivClassName
{
background-color: #B0E084;
}
.BgClassName
{
background-color: #B0E084;
}
</style>
border-color css
<style>
span { border-color: #B0E084; }
span { border-color: rgb(176,224,132); }
td.TdClassName
{
border-color: #B0E084;
}
.TagClassName
{
border-color: #B0E084;
}
</style>