Shades of Feijoa #B2EC8D
Tints of Feijoa #B2EC8D
RGB
CMYK
RGB Variations
Color information
#B2EC8D (or 0xB2EC8D) is known color: Feijoa. HEX triplet: B2, EC and 8D. RGB value is (178,236,141). Sum of RGB (Red+Green+Blue) = 178+236+141=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC8D is #4D1372. Grayscale: #D0D0D0. Windows color (decimal): -5051251 or 9301170. OLE color: 9301170.
HSL color Cylindrical-coordinate representation of color #B2EC8D: hue angle of 96.63º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2EC8D is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 141 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.07 |
| HSL | 96.63º | 0.71% | 0.74% | - |
| HSV(B) | 96.63º | 0.4% | 0.93% | - |
| XYZ | 53.16 | 71.38 | 36.17 | - |
| YUV | 207.83 | 90.28 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 141 | 0.25 | 0 | 0.40 | 0.07 | 96.63 | 0.71 | 0.74 |
| Hex | B2 | EC | 8D | 19 | 0 | 28 | 7 | 61 | 47 | 4A |
| Octal | 262 | 354 | 215 | 31 | 0 | 50 | 7 | 141 | 107 | 112 |
| Binary | 10110010 | 11101100 | 10001101 | 11001 | 0 | 101000 | 111 | 1100001 | 1000111 | 1001010 |
Color Harmonies of #B2EC8D
Complementary color
Monochromatic Colors of #B2EC8D
Black with #B2EC8D
Text Example
Text Example
White with #B2EC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC8D; }
p { color: rgb(178,236,141); }
H1.HeaderClassName
{
color: #B2EC8D;
}
.AnyTagClassName
{
color: #B2EC8D;
}
</style>
background-color css
<style>
a { background-color: #B2EC8D; }
a { background-color: rgb(178,236,141); }
div.DivClassName
{
background-color: #B2EC8D;
}
.BgClassName
{
background-color: #B2EC8D;
}
</style>
border-color css
<style>
span { border-color: #B2EC8D; }
span { border-color: rgb(178,236,141); }
td.TdClassName
{
border-color: #B2EC8D;
}
.TagClassName
{
border-color: #B2EC8D;
}
</style>