Shades of Feijoa #B2EE8D
Tints of Feijoa #B2EE8D
RGB
CMYK
RGB Variations
Color information
#B2EE8D (or 0xB2EE8D) is known color: Feijoa. HEX triplet: B2, EE and 8D. RGB value is (178,238,141). Sum of RGB (Red+Green+Blue) = 178+238+141=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #B2EE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EE8D is #4D1172. Grayscale: #D1D1D1. Windows color (decimal): -5050739 or 9301682. OLE color: 9301682.
HSL color Cylindrical-coordinate representation of color #B2EE8D: hue angle of 97.11º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2EE8D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 238 | 141 | - |
| CMYK | 0.25 | 0 | 0.41 | 0.07 |
| HSL | 97.11º | 0.74% | 0.74% | - |
| HSV(B) | 97.11º | 0.41% | 0.93% | - |
| XYZ | 53.74 | 72.54 | 36.37 | - |
| YUV | 209 | 89.62 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 238 | 141 | 0.25 | 0 | 0.41 | 0.07 | 97.11 | 0.74 | 0.74 |
| Hex | B2 | EE | 8D | 19 | 0 | 29 | 7 | 61 | 4A | 4A |
| Octal | 262 | 356 | 215 | 31 | 0 | 51 | 7 | 141 | 112 | 112 |
| Binary | 10110010 | 11101110 | 10001101 | 11001 | 0 | 101001 | 111 | 1100001 | 1001010 | 1001010 |
Color Harmonies of #B2EE8D
Complementary color
Monochromatic Colors of #B2EE8D
Black with #B2EE8D
Text Example
Text Example
White with #B2EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EE8D; }
p { color: rgb(178,238,141); }
H1.HeaderClassName
{
color: #B2EE8D;
}
.AnyTagClassName
{
color: #B2EE8D;
}
</style>
background-color css
<style>
a { background-color: #B2EE8D; }
a { background-color: rgb(178,238,141); }
div.DivClassName
{
background-color: #B2EE8D;
}
.BgClassName
{
background-color: #B2EE8D;
}
</style>
border-color css
<style>
span { border-color: #B2EE8D; }
span { border-color: rgb(178,238,141); }
td.TdClassName
{
border-color: #B2EE8D;
}
.TagClassName
{
border-color: #B2EE8D;
}
</style>