Shades of Feijoa #B4E98D
Tints of Feijoa #B4E98D
RGB
CMYK
RGB Variations
Color information
#B4E98D (or 0xB4E98D) is known color: Feijoa. HEX triplet: B4, E9 and 8D. RGB value is (180,233,141). Sum of RGB (Red+Green+Blue) = 180+233+141=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E98D is #4B1672. Grayscale: #CECECE. Windows color (decimal): -4920947 or 9300404. OLE color: 9300404.
HSL color Cylindrical-coordinate representation of color #B4E98D: hue angle of 94.57º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4E98D is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 141 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.09 |
| HSL | 94.57º | 0.68% | 0.73% | - |
| HSV(B) | 94.57º | 0.39% | 0.91% | - |
| XYZ | 52.77 | 69.9 | 35.91 | - |
| YUV | 206.67 | 90.94 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 141 | 0.23 | 0 | 0.39 | 0.09 | 94.57 | 0.68 | 0.73 |
| Hex | B4 | E9 | 8D | 17 | 0 | 27 | 9 | 5F | 44 | 49 |
| Octal | 264 | 351 | 215 | 27 | 0 | 47 | 11 | 137 | 104 | 111 |
| Binary | 10110100 | 11101001 | 10001101 | 10111 | 0 | 100111 | 1001 | 1011111 | 1000100 | 1001001 |
Color Harmonies of #B4E98D
Complementary color
Monochromatic Colors of #B4E98D
Black with #B4E98D
Text Example
Text Example
White with #B4E98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E98D; }
p { color: rgb(180,233,141); }
H1.HeaderClassName
{
color: #B4E98D;
}
.AnyTagClassName
{
color: #B4E98D;
}
</style>
background-color css
<style>
a { background-color: #B4E98D; }
a { background-color: rgb(180,233,141); }
div.DivClassName
{
background-color: #B4E98D;
}
.BgClassName
{
background-color: #B4E98D;
}
</style>
border-color css
<style>
span { border-color: #B4E98D; }
span { border-color: rgb(180,233,141); }
td.TdClassName
{
border-color: #B4E98D;
}
.TagClassName
{
border-color: #B4E98D;
}
</style>