Shades of Feijoa #B4EC8C
Tints of Feijoa #B4EC8C
RGB
CMYK
RGB Variations
Color information
#B4EC8C (or 0xB4EC8C) is known color: Feijoa. HEX triplet: B4, EC and 8C. RGB value is (180,236,140). Sum of RGB (Red+Green+Blue) = 180+236+140=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EC8C is #4B1373. Grayscale: #D0D0D0. Windows color (decimal): -4920180 or 9235636. OLE color: 9235636.
HSL color Cylindrical-coordinate representation of color #B4EC8C: hue angle of 95º degrees, saturation: 0.72, 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 #B4EC8C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 140 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.07 |
| HSL | 95º | 0.72% | 0.74% | - |
| HSV(B) | 95º | 0.41% | 0.93% | - |
| XYZ | 53.55 | 71.59 | 35.81 | - |
| YUV | 208.31 | 89.45 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 140 | 0.24 | 0 | 0.41 | 0.07 | 95 | 0.72 | 0.74 |
| Hex | B4 | EC | 8C | 18 | 0 | 29 | 7 | 5F | 48 | 4A |
| Octal | 264 | 354 | 214 | 30 | 0 | 51 | 7 | 137 | 110 | 112 |
| Binary | 10110100 | 11101100 | 10001100 | 11000 | 0 | 101001 | 111 | 1011111 | 1001000 | 1001010 |
Color Harmonies of #B4EC8C
Complementary color
Monochromatic Colors of #B4EC8C
Black with #B4EC8C
Text Example
Text Example
White with #B4EC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC8C; }
p { color: rgb(180,236,140); }
H1.HeaderClassName
{
color: #B4EC8C;
}
.AnyTagClassName
{
color: #B4EC8C;
}
</style>
background-color css
<style>
a { background-color: #B4EC8C; }
a { background-color: rgb(180,236,140); }
div.DivClassName
{
background-color: #B4EC8C;
}
.BgClassName
{
background-color: #B4EC8C;
}
</style>
border-color css
<style>
span { border-color: #B4EC8C; }
span { border-color: rgb(180,236,140); }
td.TdClassName
{
border-color: #B4EC8C;
}
.TagClassName
{
border-color: #B4EC8C;
}
</style>