Shades of Feijoa #B2E48E
Tints of Feijoa #B2E48E
RGB
CMYK
RGB Variations
Color information
#B2E48E (or 0xB2E48E) is known color: Feijoa. HEX triplet: B2, E4 and 8E. RGB value is (178,228,142). Sum of RGB (Red+Green+Blue) = 178+228+142=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 228 (89.45% from 255 or 41.61% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E48E is #4D1B71. Grayscale: #CBCBCB. Windows color (decimal): -5053298 or 9364658. OLE color: 9364658.
HSL color Cylindrical-coordinate representation of color #B2E48E: hue angle of 94.88º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2E48E is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 142 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.11 |
| HSL | 94.88º | 0.61% | 0.73% | - |
| HSV(B) | 94.88º | 0.38% | 0.89% | - |
| XYZ | 50.99 | 66.9 | 35.82 | - |
| YUV | 203.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 142 | 0.22 | 0 | 0.38 | 0.11 | 94.88 | 0.61 | 0.73 |
| Hex | B2 | E4 | 8E | 16 | 0 | 26 | B | 5F | 3D | 49 |
| Octal | 262 | 344 | 216 | 26 | 0 | 46 | 13 | 137 | 75 | 111 |
| Binary | 10110010 | 11100100 | 10001110 | 10110 | 0 | 100110 | 1011 | 1011111 | 111101 | 1001001 |
Color Harmonies of #B2E48E
Complementary color
Monochromatic Colors of #B2E48E
Black with #B2E48E
Text Example
Text Example
White with #B2E48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E48E; }
p { color: rgb(178,228,142); }
H1.HeaderClassName
{
color: #B2E48E;
}
.AnyTagClassName
{
color: #B2E48E;
}
</style>
background-color css
<style>
a { background-color: #B2E48E; }
a { background-color: rgb(178,228,142); }
div.DivClassName
{
background-color: #B2E48E;
}
.BgClassName
{
background-color: #B2E48E;
}
</style>
border-color css
<style>
span { border-color: #B2E48E; }
span { border-color: rgb(178,228,142); }
td.TdClassName
{
border-color: #B2E48E;
}
.TagClassName
{
border-color: #B2E48E;
}
</style>