Shades of Feijoa #B4E28F
Tints of Feijoa #B4E28F
RGB
CMYK
RGB Variations
Color information
#B4E28F (or 0xB4E28F) is known color: Feijoa. HEX triplet: B4, E2 and 8F. RGB value is (180,226,143). Sum of RGB (Red+Green+Blue) = 180+226+143=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 143 (56.25% from 255 or 26.05% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E28F is #4B1D70. Grayscale: #CBCBCB. Windows color (decimal): -4922737 or 9429684. OLE color: 9429684.
HSL color Cylindrical-coordinate representation of color #B4E28F: hue angle of 93.25º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B4E28F is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 143 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.11 |
| HSL | 93.25º | 0.59% | 0.72% | - |
| HSV(B) | 93.25º | 0.37% | 0.89% | - |
| XYZ | 50.98 | 66.08 | 36.05 | - |
| YUV | 202.78 | 94.26 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 143 | 0.20 | 0 | 0.37 | 0.11 | 93.25 | 0.59 | 0.72 |
| Hex | B4 | E2 | 8F | 14 | 0 | 25 | B | 5D | 3B | 48 |
| Octal | 264 | 342 | 217 | 24 | 0 | 45 | 13 | 135 | 73 | 110 |
| Binary | 10110100 | 11100010 | 10001111 | 10100 | 0 | 100101 | 1011 | 1011101 | 111011 | 1001000 |
Color Harmonies of #B4E28F
Complementary color
Monochromatic Colors of #B4E28F
Black with #B4E28F
Text Example
Text Example
White with #B4E28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E28F; }
p { color: rgb(180,226,143); }
H1.HeaderClassName
{
color: #B4E28F;
}
.AnyTagClassName
{
color: #B4E28F;
}
</style>
background-color css
<style>
a { background-color: #B4E28F; }
a { background-color: rgb(180,226,143); }
div.DivClassName
{
background-color: #B4E28F;
}
.BgClassName
{
background-color: #B4E28F;
}
</style>
border-color css
<style>
span { border-color: #B4E28F; }
span { border-color: rgb(180,226,143); }
td.TdClassName
{
border-color: #B4E28F;
}
.TagClassName
{
border-color: #B4E28F;
}
</style>