Shades of Feijoa #B2E488
Tints of Feijoa #B2E488
RGB
CMYK
RGB Variations
Color information
#B2E488 (or 0xB2E488) is known color: Feijoa. HEX triplet: B2, E4 and 88. RGB value is (178,228,136). Sum of RGB (Red+Green+Blue) = 178+228+136=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 136 (53.52% from 255 or 25.09% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E488 is #4D1B77. Grayscale: #CACACA. Windows color (decimal): -5053304 or 8971442. OLE color: 8971442.
HSL color Cylindrical-coordinate representation of color #B2E488: hue angle of 92.61º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2E488 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 136 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.11 |
| HSL | 92.61º | 0.63% | 0.71% | - |
| HSV(B) | 92.61º | 0.4% | 0.89% | - |
| XYZ | 50.55 | 66.73 | 33.51 | - |
| YUV | 202.56 | 90.44 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 136 | 0.22 | 0 | 0.40 | 0.11 | 92.61 | 0.63 | 0.71 |
| Hex | B2 | E4 | 88 | 16 | 0 | 28 | B | 5D | 3F | 47 |
| Octal | 262 | 344 | 210 | 26 | 0 | 50 | 13 | 135 | 77 | 107 |
| Binary | 10110010 | 11100100 | 10001000 | 10110 | 0 | 101000 | 1011 | 1011101 | 111111 | 1000111 |
Color Harmonies of #B2E488
Complementary color
Monochromatic Colors of #B2E488
Black with #B2E488
Text Example
Text Example
White with #B2E488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E488; }
p { color: rgb(178,228,136); }
H1.HeaderClassName
{
color: #B2E488;
}
.AnyTagClassName
{
color: #B2E488;
}
</style>
background-color css
<style>
a { background-color: #B2E488; }
a { background-color: rgb(178,228,136); }
div.DivClassName
{
background-color: #B2E488;
}
.BgClassName
{
background-color: #B2E488;
}
</style>
border-color css
<style>
span { border-color: #B2E488; }
span { border-color: rgb(178,228,136); }
td.TdClassName
{
border-color: #B2E488;
}
.TagClassName
{
border-color: #B2E488;
}
</style>