Shades of Feijoa #B4ED8C
Tints of Feijoa #B4ED8C
RGB
CMYK
RGB Variations
Color information
#B4ED8C (or 0xB4ED8C) is known color: Feijoa. HEX triplet: B4, ED and 8C. RGB value is (180,237,140). Sum of RGB (Red+Green+Blue) = 180+237+140=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 140 (55.08% from 255 or 25.13% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #B4ED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4ED8C is #4B1273. Grayscale: #D1D1D1. Windows color (decimal): -4919924 or 9235892. OLE color: 9235892.
HSL color Cylindrical-coordinate representation of color #B4ED8C: hue angle of 95.26º degrees, saturation: 0.73, 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 #B4ED8C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 237 | 140 | - |
| CMYK | 0.24 | 0 | 0.41 | 0.07 |
| HSL | 95.26º | 0.73% | 0.74% | - |
| HSV(B) | 95.26º | 0.41% | 0.93% | - |
| XYZ | 53.84 | 72.17 | 35.9 | - |
| YUV | 208.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 237 | 140 | 0.24 | 0 | 0.41 | 0.07 | 95.26 | 0.73 | 0.74 |
| Hex | B4 | ED | 8C | 18 | 0 | 29 | 7 | 5F | 49 | 4A |
| Octal | 264 | 355 | 214 | 30 | 0 | 51 | 7 | 137 | 111 | 112 |
| Binary | 10110100 | 11101101 | 10001100 | 11000 | 0 | 101001 | 111 | 1011111 | 1001001 | 1001010 |
Color Harmonies of #B4ED8C
Complementary color
Monochromatic Colors of #B4ED8C
Black with #B4ED8C
Text Example
Text Example
White with #B4ED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ED8C; }
p { color: rgb(180,237,140); }
H1.HeaderClassName
{
color: #B4ED8C;
}
.AnyTagClassName
{
color: #B4ED8C;
}
</style>
background-color css
<style>
a { background-color: #B4ED8C; }
a { background-color: rgb(180,237,140); }
div.DivClassName
{
background-color: #B4ED8C;
}
.BgClassName
{
background-color: #B4ED8C;
}
</style>
border-color css
<style>
span { border-color: #B4ED8C; }
span { border-color: rgb(180,237,140); }
td.TdClassName
{
border-color: #B4ED8C;
}
.TagClassName
{
border-color: #B4ED8C;
}
</style>