Shades of Feijoa #B2EC8F
Tints of Feijoa #B2EC8F
RGB
CMYK
RGB Variations
Color information
#B2EC8F (or 0xB2EC8F) is known color: Feijoa. HEX triplet: B2, EC and 8F. RGB value is (178,236,143). Sum of RGB (Red+Green+Blue) = 178+236+143=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 143 (56.25% from 255 or 25.67% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC8F is #4D1370. Grayscale: #D0D0D0. Windows color (decimal): -5051249 or 9432242. OLE color: 9432242.
HSL color Cylindrical-coordinate representation of color #B2EC8F: hue angle of 97.42º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2EC8F is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 143 | - |
| CMYK | 0.25 | 0 | 0.39 | 0.07 |
| HSL | 97.42º | 0.71% | 0.74% | - |
| HSV(B) | 97.42º | 0.39% | 0.93% | - |
| XYZ | 53.31 | 71.44 | 36.97 | - |
| YUV | 208.06 | 91.28 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 143 | 0.25 | 0 | 0.39 | 0.07 | 97.42 | 0.71 | 0.74 |
| Hex | B2 | EC | 8F | 19 | 0 | 27 | 7 | 61 | 47 | 4A |
| Octal | 262 | 354 | 217 | 31 | 0 | 47 | 7 | 141 | 107 | 112 |
| Binary | 10110010 | 11101100 | 10001111 | 11001 | 0 | 100111 | 111 | 1100001 | 1000111 | 1001010 |
Color Harmonies of #B2EC8F
Complementary color
Monochromatic Colors of #B2EC8F
Black with #B2EC8F
Text Example
Text Example
White with #B2EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC8F; }
p { color: rgb(178,236,143); }
H1.HeaderClassName
{
color: #B2EC8F;
}
.AnyTagClassName
{
color: #B2EC8F;
}
</style>
background-color css
<style>
a { background-color: #B2EC8F; }
a { background-color: rgb(178,236,143); }
div.DivClassName
{
background-color: #B2EC8F;
}
.BgClassName
{
background-color: #B2EC8F;
}
</style>
border-color css
<style>
span { border-color: #B2EC8F; }
span { border-color: rgb(178,236,143); }
td.TdClassName
{
border-color: #B2EC8F;
}
.TagClassName
{
border-color: #B2EC8F;
}
</style>