Shades of Feijoa #B4EC8E
Tints of Feijoa #B4EC8E
RGB
CMYK
RGB Variations
Color information
#B4EC8E (or 0xB4EC8E) is known color: Feijoa. HEX triplet: B4, EC and 8E. RGB value is (180,236,142). Sum of RGB (Red+Green+Blue) = 180+236+142=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EC8E is #4B1371. Grayscale: #D0D0D0. Windows color (decimal): -4920178 or 9366708. OLE color: 9366708.
HSL color Cylindrical-coordinate representation of color #B4EC8E: hue angle of 95.74º 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 #B4EC8E is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 142 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.07 |
| HSL | 95.74º | 0.71% | 0.74% | - |
| HSV(B) | 95.74º | 0.4% | 0.93% | - |
| XYZ | 53.7 | 71.65 | 36.59 | - |
| YUV | 208.54 | 90.45 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 142 | 0.24 | 0 | 0.40 | 0.07 | 95.74 | 0.71 | 0.74 |
| Hex | B4 | EC | 8E | 18 | 0 | 28 | 7 | 60 | 47 | 4A |
| Octal | 264 | 354 | 216 | 30 | 0 | 50 | 7 | 140 | 107 | 112 |
| Binary | 10110100 | 11101100 | 10001110 | 11000 | 0 | 101000 | 111 | 1100000 | 1000111 | 1001010 |
Color Harmonies of #B4EC8E
Complementary color
Monochromatic Colors of #B4EC8E
Black with #B4EC8E
Text Example
Text Example
White with #B4EC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC8E; }
p { color: rgb(180,236,142); }
H1.HeaderClassName
{
color: #B4EC8E;
}
.AnyTagClassName
{
color: #B4EC8E;
}
</style>
background-color css
<style>
a { background-color: #B4EC8E; }
a { background-color: rgb(180,236,142); }
div.DivClassName
{
background-color: #B4EC8E;
}
.BgClassName
{
background-color: #B4EC8E;
}
</style>
border-color css
<style>
span { border-color: #B4EC8E; }
span { border-color: rgb(180,236,142); }
td.TdClassName
{
border-color: #B4EC8E;
}
.TagClassName
{
border-color: #B4EC8E;
}
</style>