Shades of Feijoa #B4EC90
Tints of Feijoa #B4EC90
RGB
CMYK
RGB Variations
Color information
#B4EC90 (or 0xB4EC90) is known color: Feijoa. HEX triplet: B4, EC and 90. RGB value is (180,236,144). Sum of RGB (Red+Green+Blue) = 180+236+144=560 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.14% from 560); Green value is 236 (92.58% from 255 or 42.14% from 560); Blue value is 144 (56.64% from 255 or 25.71% from 560); Max value from RGB is 236 - color contains mainly: green. Hex color #B4EC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4EC90 is #4B136F. Grayscale: #D1D1D1. Windows color (decimal): -4920176 or 9497780. OLE color: 9497780.
HSL color Cylindrical-coordinate representation of color #B4EC90: hue angle of 96.52º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4EC90 is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 236 | 144 | - |
| CMYK | 0.24 | 0 | 0.39 | 0.07 |
| HSL | 96.52º | 0.71% | 0.75% | - |
| HSV(B) | 96.52º | 0.39% | 0.93% | - |
| XYZ | 53.85 | 71.71 | 37.39 | - |
| YUV | 208.77 | 91.45 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 236 | 144 | 0.24 | 0 | 0.39 | 0.07 | 96.52 | 0.71 | 0.75 |
| Hex | B4 | EC | 90 | 18 | 0 | 27 | 7 | 61 | 47 | 4B |
| Octal | 264 | 354 | 220 | 30 | 0 | 47 | 7 | 141 | 107 | 113 |
| Binary | 10110100 | 11101100 | 10010000 | 11000 | 0 | 100111 | 111 | 1100001 | 1000111 | 1001011 |
Color Harmonies of #B4EC90
Complementary color
Monochromatic Colors of #B4EC90
Black with #B4EC90
Text Example
Text Example
White with #B4EC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EC90; }
p { color: rgb(180,236,144); }
H1.HeaderClassName
{
color: #B4EC90;
}
.AnyTagClassName
{
color: #B4EC90;
}
</style>
background-color css
<style>
a { background-color: #B4EC90; }
a { background-color: rgb(180,236,144); }
div.DivClassName
{
background-color: #B4EC90;
}
.BgClassName
{
background-color: #B4EC90;
}
</style>
border-color css
<style>
span { border-color: #B4EC90; }
span { border-color: rgb(180,236,144); }
td.TdClassName
{
border-color: #B4EC90;
}
.TagClassName
{
border-color: #B4EC90;
}
</style>