Shades of Feijoa #B4EE8E
Tints of Feijoa #B4EE8E
RGB
CMYK
RGB Variations
Color information
#B4EE8E (or 0xB4EE8E) is known color: Feijoa. HEX triplet: B4, EE and 8E. RGB value is (180,238,142). Sum of RGB (Red+Green+Blue) = 180+238+142=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #B4EE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EE8E is #4B1171. Grayscale: #D2D2D2. Windows color (decimal): -4919666 or 9367220. OLE color: 9367220.
HSL color Cylindrical-coordinate representation of color #B4EE8E: hue angle of 96.25º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4EE8E is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 238 | 142 | - |
| CMYK | 0.24 | 0 | 0.40 | 0.07 |
| HSL | 96.25º | 0.74% | 0.75% | - |
| HSV(B) | 96.25º | 0.4% | 0.93% | - |
| XYZ | 54.28 | 72.81 | 36.78 | - |
| YUV | 209.71 | 89.78 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 142 | 0.24 | 0 | 0.40 | 0.07 | 96.25 | 0.74 | 0.75 |
| Hex | B4 | EE | 8E | 18 | 0 | 28 | 7 | 60 | 4A | 4B |
| Octal | 264 | 356 | 216 | 30 | 0 | 50 | 7 | 140 | 112 | 113 |
| Binary | 10110100 | 11101110 | 10001110 | 11000 | 0 | 101000 | 111 | 1100000 | 1001010 | 1001011 |
Color Harmonies of #B4EE8E
Complementary color
Monochromatic Colors of #B4EE8E
Black with #B4EE8E
Text Example
Text Example
White with #B4EE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EE8E; }
p { color: rgb(180,238,142); }
H1.HeaderClassName
{
color: #B4EE8E;
}
.AnyTagClassName
{
color: #B4EE8E;
}
</style>
background-color css
<style>
a { background-color: #B4EE8E; }
a { background-color: rgb(180,238,142); }
div.DivClassName
{
background-color: #B4EE8E;
}
.BgClassName
{
background-color: #B4EE8E;
}
</style>
border-color css
<style>
span { border-color: #B4EE8E; }
span { border-color: rgb(180,238,142); }
td.TdClassName
{
border-color: #B4EE8E;
}
.TagClassName
{
border-color: #B4EE8E;
}
</style>