Shades of Feijoa #B4E58D
Tints of Feijoa #B4E58D
RGB
CMYK
RGB Variations
Color information
#B4E58D (or 0xB4E58D) is known color: Feijoa. HEX triplet: B4, E5 and 8D. RGB value is (180,229,141). Sum of RGB (Red+Green+Blue) = 180+229+141=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #B4E58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E58D is #4B1A72. Grayscale: #CCCCCC. Windows color (decimal): -4921971 or 9299380. OLE color: 9299380.
HSL color Cylindrical-coordinate representation of color #B4E58D: hue angle of 93.41º 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 #B4E58D is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 180 | 229 | 141 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.10 |
| HSL | 93.41º | 0.63% | 0.73% | - |
| HSV(B) | 93.41º | 0.38% | 0.9% | - |
| XYZ | 51.65 | 67.67 | 35.54 | - |
| YUV | 204.32 | 92.27 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 229 | 141 | 0.21 | 0 | 0.38 | 0.10 | 93.41 | 0.63 | 0.73 |
| Hex | B4 | E5 | 8D | 15 | 0 | 26 | A | 5D | 3F | 49 |
| Octal | 264 | 345 | 215 | 25 | 0 | 46 | 12 | 135 | 77 | 111 |
| Binary | 10110100 | 11100101 | 10001101 | 10101 | 0 | 100110 | 1010 | 1011101 | 111111 | 1001001 |
Color Harmonies of #B4E58D
Complementary color
Monochromatic Colors of #B4E58D
Black with #B4E58D
Text Example
Text Example
White with #B4E58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E58D; }
p { color: rgb(180,229,141); }
H1.HeaderClassName
{
color: #B4E58D;
}
.AnyTagClassName
{
color: #B4E58D;
}
</style>
background-color css
<style>
a { background-color: #B4E58D; }
a { background-color: rgb(180,229,141); }
div.DivClassName
{
background-color: #B4E58D;
}
.BgClassName
{
background-color: #B4E58D;
}
</style>
border-color css
<style>
span { border-color: #B4E58D; }
span { border-color: rgb(180,229,141); }
td.TdClassName
{
border-color: #B4E58D;
}
.TagClassName
{
border-color: #B4E58D;
}
</style>