Shades of Feijoa #B2E082
Tints of Feijoa #B2E082
RGB
CMYK
RGB Variations
Color information
#B2E082 (or 0xB2E082) is known color: Feijoa. HEX triplet: B2, E0 and 82. RGB value is (178,224,130). Sum of RGB (Red+Green+Blue) = 178+224+130=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 224 (87.89% from 255 or 42.11% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E082 is #4D1F7D. Grayscale: #C7C7C7. Windows color (decimal): -5054334 or 8577202. OLE color: 8577202.
HSL color Cylindrical-coordinate representation of color #B2E082: hue angle of 89.36º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2E082 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 130 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.12 |
| HSL | 89.36º | 0.6% | 0.69% | - |
| HSV(B) | 89.36º | 0.42% | 0.88% | - |
| XYZ | 49.05 | 64.39 | 30.96 | - |
| YUV | 199.53 | 88.76 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 130 | 0.21 | 0 | 0.42 | 0.12 | 89.36 | 0.6 | 0.69 |
| Hex | B2 | E0 | 82 | 15 | 0 | 2A | C | 59 | 3C | 45 |
| Octal | 262 | 340 | 202 | 25 | 0 | 52 | 14 | 131 | 74 | 105 |
| Binary | 10110010 | 11100000 | 10000010 | 10101 | 0 | 101010 | 1100 | 1011001 | 111100 | 1000101 |
Color Harmonies of #B2E082
Complementary color
Monochromatic Colors of #B2E082
Black with #B2E082
Text Example
Text Example
White with #B2E082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E082; }
p { color: rgb(178,224,130); }
H1.HeaderClassName
{
color: #B2E082;
}
.AnyTagClassName
{
color: #B2E082;
}
</style>
background-color css
<style>
a { background-color: #B2E082; }
a { background-color: rgb(178,224,130); }
div.DivClassName
{
background-color: #B2E082;
}
.BgClassName
{
background-color: #B2E082;
}
</style>
border-color css
<style>
span { border-color: #B2E082; }
span { border-color: rgb(178,224,130); }
td.TdClassName
{
border-color: #B2E082;
}
.TagClassName
{
border-color: #B2E082;
}
</style>