Shades of Feijoa #B4EE8B
Tints of Feijoa #B4EE8B
RGB
CMYK
RGB Variations
Color information
#B4EE8B (or 0xB4EE8B) is known color: Feijoa. HEX triplet: B4, EE and 8B. RGB value is (180,238,139). Sum of RGB (Red+Green+Blue) = 180+238+139=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 139 (54.69% from 255 or 24.96% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EE8B is #4B1174. Grayscale: #D1D1D1. Windows color (decimal): -4919669 or 9170612. OLE color: 9170612.
HSL color Cylindrical-coordinate representation of color #B4EE8B: hue angle of 95.15º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B4EE8B is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 139 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.07 |
| HSL | 95.15º | 0.74% | 0.74% | - |
| HSV(B) | 95.15º | 0.42% | 0.93% | - |
| XYZ | 54.06 | 72.72 | 35.61 | - |
| YUV | 209.37 | 88.28 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 139 | 0.24 | 0 | 0.42 | 0.07 | 95.15 | 0.74 | 0.74 |
| Hex | B4 | EE | 8B | 18 | 0 | 2A | 7 | 5F | 4A | 4A |
| Octal | 264 | 356 | 213 | 30 | 0 | 52 | 7 | 137 | 112 | 112 |
| Binary | 10110100 | 11101110 | 10001011 | 11000 | 0 | 101010 | 111 | 1011111 | 1001010 | 1001010 |
Color Harmonies of #B4EE8B
Complementary color
Monochromatic Colors of #B4EE8B
Black with #B4EE8B
Text Example
Text Example
White with #B4EE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EE8B; }
p { color: rgb(180,238,139); }
H1.HeaderClassName
{
color: #B4EE8B;
}
.AnyTagClassName
{
color: #B4EE8B;
}
</style>
background-color css
<style>
a { background-color: #B4EE8B; }
a { background-color: rgb(180,238,139); }
div.DivClassName
{
background-color: #B4EE8B;
}
.BgClassName
{
background-color: #B4EE8B;
}
</style>
border-color css
<style>
span { border-color: #B4EE8B; }
span { border-color: rgb(180,238,139); }
td.TdClassName
{
border-color: #B4EE8B;
}
.TagClassName
{
border-color: #B4EE8B;
}
</style>