Shades of Feijoa #B2E084
Tints of Feijoa #B2E084
RGB
CMYK
RGB Variations
Color information
#B2E084 (or 0xB2E084) is known color: Feijoa. HEX triplet: B2, E0 and 84. RGB value is (178,224,132). Sum of RGB (Red+Green+Blue) = 178+224+132=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 132 (51.95% from 255 or 24.72% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E084 is #4D1F7B. Grayscale: #C8C8C8. Windows color (decimal): -5054332 or 8708274. OLE color: 8708274.
HSL color Cylindrical-coordinate representation of color #B2E084: hue angle of 90º 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 #B2E084 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 132 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.12 |
| HSL | 90º | 0.6% | 0.7% | - |
| HSV(B) | 90º | 0.41% | 0.88% | - |
| XYZ | 49.18 | 64.44 | 31.68 | - |
| YUV | 199.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 132 | 0.21 | 0 | 0.41 | 0.12 | 90 | 0.6 | 0.7 |
| Hex | B2 | E0 | 84 | 15 | 0 | 29 | C | 5A | 3C | 46 |
| Octal | 262 | 340 | 204 | 25 | 0 | 51 | 14 | 132 | 74 | 106 |
| Binary | 10110010 | 11100000 | 10000100 | 10101 | 0 | 101001 | 1100 | 1011010 | 111100 | 1000110 |
Color Harmonies of #B2E084
Complementary color
Monochromatic Colors of #B2E084
Black with #B2E084
Text Example
Text Example
White with #B2E084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E084; }
p { color: rgb(178,224,132); }
H1.HeaderClassName
{
color: #B2E084;
}
.AnyTagClassName
{
color: #B2E084;
}
</style>
background-color css
<style>
a { background-color: #B2E084; }
a { background-color: rgb(178,224,132); }
div.DivClassName
{
background-color: #B2E084;
}
.BgClassName
{
background-color: #B2E084;
}
</style>
border-color css
<style>
span { border-color: #B2E084; }
span { border-color: rgb(178,224,132); }
td.TdClassName
{
border-color: #B2E084;
}
.TagClassName
{
border-color: #B2E084;
}
</style>