Shades of Feijoa #B2EC8A
Tints of Feijoa #B2EC8A
RGB
CMYK
RGB Variations
Color information
#B2EC8A (or 0xB2EC8A) is known color: Feijoa. HEX triplet: B2, EC and 8A. RGB value is (178,236,138). Sum of RGB (Red+Green+Blue) = 178+236+138=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 236 (92.58% from 255 or 42.75% from 552); Blue value is 138 (54.30% from 255 or 25% from 552); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC8A is #4D1375. Grayscale: #CFCFCF. Windows color (decimal): -5051254 or 9104562. OLE color: 9104562.
HSL color Cylindrical-coordinate representation of color #B2EC8A: hue angle of 95.51º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2EC8A is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 138 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.07 |
| HSL | 95.51º | 0.72% | 0.73% | - |
| HSV(B) | 95.51º | 0.42% | 0.93% | - |
| XYZ | 52.94 | 71.29 | 35.01 | - |
| YUV | 207.49 | 88.78 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 138 | 0.25 | 0 | 0.42 | 0.07 | 95.51 | 0.72 | 0.73 |
| Hex | B2 | EC | 8A | 19 | 0 | 2A | 7 | 60 | 48 | 49 |
| Octal | 262 | 354 | 212 | 31 | 0 | 52 | 7 | 140 | 110 | 111 |
| Binary | 10110010 | 11101100 | 10001010 | 11001 | 0 | 101010 | 111 | 1100000 | 1001000 | 1001001 |
Color Harmonies of #B2EC8A
Complementary color
Monochromatic Colors of #B2EC8A
Black with #B2EC8A
Text Example
Text Example
White with #B2EC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC8A; }
p { color: rgb(178,236,138); }
H1.HeaderClassName
{
color: #B2EC8A;
}
.AnyTagClassName
{
color: #B2EC8A;
}
</style>
background-color css
<style>
a { background-color: #B2EC8A; }
a { background-color: rgb(178,236,138); }
div.DivClassName
{
background-color: #B2EC8A;
}
.BgClassName
{
background-color: #B2EC8A;
}
</style>
border-color css
<style>
span { border-color: #B2EC8A; }
span { border-color: rgb(178,236,138); }
td.TdClassName
{
border-color: #B2EC8A;
}
.TagClassName
{
border-color: #B2EC8A;
}
</style>