Shades of Feijoa #B4E78A
Tints of Feijoa #B4E78A
RGB
CMYK
RGB Variations
Color information
#B4E78A (or 0xB4E78A) is known color: Feijoa. HEX triplet: B4, E7 and 8A. RGB value is (180,231,138). Sum of RGB (Red+Green+Blue) = 180+231+138=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 231 (90.62% from 255 or 42.08% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 231 - color contains mainly: green. Hex color #B4E78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4E78A is #4B1875. Grayscale: #CDCDCD. Windows color (decimal): -4921462 or 9103284. OLE color: 9103284.
HSL color Cylindrical-coordinate representation of color #B4E78A: hue angle of 92.9º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B4E78A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 231 | 138 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.09 |
| HSL | 92.9º | 0.66% | 0.72% | - |
| HSV(B) | 92.9º | 0.4% | 0.91% | - |
| XYZ | 51.99 | 68.69 | 34.56 | - |
| YUV | 205.15 | 90.1 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 231 | 138 | 0.22 | 0 | 0.40 | 0.09 | 92.9 | 0.66 | 0.72 |
| Hex | B4 | E7 | 8A | 16 | 0 | 28 | 9 | 5D | 42 | 48 |
| Octal | 264 | 347 | 212 | 26 | 0 | 50 | 11 | 135 | 102 | 110 |
| Binary | 10110100 | 11100111 | 10001010 | 10110 | 0 | 101000 | 1001 | 1011101 | 1000010 | 1001000 |
Color Harmonies of #B4E78A
Complementary color
Monochromatic Colors of #B4E78A
Black with #B4E78A
Text Example
Text Example
White with #B4E78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E78A; }
p { color: rgb(180,231,138); }
H1.HeaderClassName
{
color: #B4E78A;
}
.AnyTagClassName
{
color: #B4E78A;
}
</style>
background-color css
<style>
a { background-color: #B4E78A; }
a { background-color: rgb(180,231,138); }
div.DivClassName
{
background-color: #B4E78A;
}
.BgClassName
{
background-color: #B4E78A;
}
</style>
border-color css
<style>
span { border-color: #B4E78A; }
span { border-color: rgb(180,231,138); }
td.TdClassName
{
border-color: #B4E78A;
}
.TagClassName
{
border-color: #B4E78A;
}
</style>