Shades of Feijoa #B2E481
Tints of Feijoa #B2E481
RGB
CMYK
RGB Variations
Color information
#B2E481 (or 0xB2E481) is known color: Feijoa. HEX triplet: B2, E4 and 81. RGB value is (178,228,129). Sum of RGB (Red+Green+Blue) = 178+228+129=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E481 is #4D1B7E. Grayscale: #CACACA. Windows color (decimal): -5053311 or 8512690. OLE color: 8512690.
HSL color Cylindrical-coordinate representation of color #B2E481: hue angle of 90.3º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2E481 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 129 | - |
| CMYK | 0.22 | 0 | 0.43 | 0.11 |
| HSL | 90.3º | 0.65% | 0.7% | - |
| HSV(B) | 90.3º | 0.43% | 0.89% | - |
| XYZ | 50.07 | 66.54 | 30.97 | - |
| YUV | 201.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 129 | 0.22 | 0 | 0.43 | 0.11 | 90.3 | 0.65 | 0.7 |
| Hex | B2 | E4 | 81 | 16 | 0 | 2B | B | 5A | 41 | 46 |
| Octal | 262 | 344 | 201 | 26 | 0 | 53 | 13 | 132 | 101 | 106 |
| Binary | 10110010 | 11100100 | 10000001 | 10110 | 0 | 101011 | 1011 | 1011010 | 1000001 | 1000110 |
Color Harmonies of #B2E481
Complementary color
Monochromatic Colors of #B2E481
Black with #B2E481
Text Example
Text Example
White with #B2E481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E481; }
p { color: rgb(178,228,129); }
H1.HeaderClassName
{
color: #B2E481;
}
.AnyTagClassName
{
color: #B2E481;
}
</style>
background-color css
<style>
a { background-color: #B2E481; }
a { background-color: rgb(178,228,129); }
div.DivClassName
{
background-color: #B2E481;
}
.BgClassName
{
background-color: #B2E481;
}
</style>
border-color css
<style>
span { border-color: #B2E481; }
span { border-color: rgb(178,228,129); }
td.TdClassName
{
border-color: #B2E481;
}
.TagClassName
{
border-color: #B2E481;
}
</style>