Shades of Feijoa #B4E58E
Tints of Feijoa #B4E58E
RGB
CMYK
RGB Variations
Color information
#B4E58E (or 0xB4E58E) is known color: Feijoa. HEX triplet: B4, E5 and 8E. RGB value is (180,229,142). Sum of RGB (Red+Green+Blue) = 180+229+142=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E58E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E58E is #4B1A71. Grayscale: #CCCCCC. Windows color (decimal): -4921970 or 9364916. OLE color: 9364916.
HSL color Cylindrical-coordinate representation of color #B4E58E: hue angle of 93.79º degrees, saturation: 0.63, 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 #B4E58E is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 142 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.10 |
| HSL | 93.79º | 0.63% | 0.73% | - |
| HSV(B) | 93.79º | 0.38% | 0.9% | - |
| XYZ | 51.72 | 67.69 | 35.93 | - |
| YUV | 204.43 | 92.77 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 142 | 0.21 | 0 | 0.38 | 0.10 | 93.79 | 0.63 | 0.73 |
| Hex | B4 | E5 | 8E | 15 | 0 | 26 | A | 5E | 3F | 49 |
| Octal | 264 | 345 | 216 | 25 | 0 | 46 | 12 | 136 | 77 | 111 |
| Binary | 10110100 | 11100101 | 10001110 | 10101 | 0 | 100110 | 1010 | 1011110 | 111111 | 1001001 |
Color Harmonies of #B4E58E
Complementary color
Monochromatic Colors of #B4E58E
Black with #B4E58E
Text Example
Text Example
White with #B4E58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E58E; }
p { color: rgb(180,229,142); }
H1.HeaderClassName
{
color: #B4E58E;
}
.AnyTagClassName
{
color: #B4E58E;
}
</style>
background-color css
<style>
a { background-color: #B4E58E; }
a { background-color: rgb(180,229,142); }
div.DivClassName
{
background-color: #B4E58E;
}
.BgClassName
{
background-color: #B4E58E;
}
</style>
border-color css
<style>
span { border-color: #B4E58E; }
span { border-color: rgb(180,229,142); }
td.TdClassName
{
border-color: #B4E58E;
}
.TagClassName
{
border-color: #B4E58E;
}
</style>