Shades of Feijoa #B4E58F
Tints of Feijoa #B4E58F
RGB
CMYK
RGB Variations
Color information
#B4E58F (or 0xB4E58F) is known color: Feijoa. HEX triplet: B4, E5 and 8F. RGB value is (180,229,143). Sum of RGB (Red+Green+Blue) = 180+229+143=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 143 (56.25% from 255 or 25.91% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E58F is #4B1A70. Grayscale: #CCCCCC. Windows color (decimal): -4921969 or 9430452. OLE color: 9430452.
HSL color Cylindrical-coordinate representation of color #B4E58F: hue angle of 94.19º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4E58F is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 143 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.10 |
| HSL | 94.19º | 0.62% | 0.73% | - |
| HSV(B) | 94.19º | 0.38% | 0.9% | - |
| XYZ | 51.8 | 67.73 | 36.33 | - |
| YUV | 204.55 | 93.27 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 143 | 0.21 | 0 | 0.38 | 0.10 | 94.19 | 0.62 | 0.73 |
| Hex | B4 | E5 | 8F | 15 | 0 | 26 | A | 5E | 3E | 49 |
| Octal | 264 | 345 | 217 | 25 | 0 | 46 | 12 | 136 | 76 | 111 |
| Binary | 10110100 | 11100101 | 10001111 | 10101 | 0 | 100110 | 1010 | 1011110 | 111110 | 1001001 |
Color Harmonies of #B4E58F
Complementary color
Monochromatic Colors of #B4E58F
Black with #B4E58F
Text Example
Text Example
White with #B4E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E58F; }
p { color: rgb(180,229,143); }
H1.HeaderClassName
{
color: #B4E58F;
}
.AnyTagClassName
{
color: #B4E58F;
}
</style>
background-color css
<style>
a { background-color: #B4E58F; }
a { background-color: rgb(180,229,143); }
div.DivClassName
{
background-color: #B4E58F;
}
.BgClassName
{
background-color: #B4E58F;
}
</style>
border-color css
<style>
span { border-color: #B4E58F; }
span { border-color: rgb(180,229,143); }
td.TdClassName
{
border-color: #B4E58F;
}
.TagClassName
{
border-color: #B4E58F;
}
</style>