Shades of Feijoa #B4E28C
Tints of Feijoa #B4E28C
RGB
CMYK
RGB Variations
Color information
#B4E28C (or 0xB4E28C) is known color: Feijoa. HEX triplet: B4, E2 and 8C. RGB value is (180,226,140). Sum of RGB (Red+Green+Blue) = 180+226+140=546 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.97% from 546); Green value is 226 (88.67% from 255 or 41.39% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4E28C is #4B1D73. Grayscale: #CACACA. Windows color (decimal): -4922740 or 9233076. OLE color: 9233076.
HSL color Cylindrical-coordinate representation of color #B4E28C: hue angle of 92.09º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B4E28C is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 140 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.11 |
| HSL | 92.09º | 0.6% | 0.72% | - |
| HSV(B) | 92.09º | 0.38% | 0.89% | - |
| XYZ | 50.75 | 65.99 | 34.87 | - |
| YUV | 202.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 140 | 0.20 | 0 | 0.38 | 0.11 | 92.09 | 0.6 | 0.72 |
| Hex | B4 | E2 | 8C | 14 | 0 | 26 | B | 5C | 3C | 48 |
| Octal | 264 | 342 | 214 | 24 | 0 | 46 | 13 | 134 | 74 | 110 |
| Binary | 10110100 | 11100010 | 10001100 | 10100 | 0 | 100110 | 1011 | 1011100 | 111100 | 1001000 |
Color Harmonies of #B4E28C
Complementary color
Monochromatic Colors of #B4E28C
Black with #B4E28C
Text Example
Text Example
White with #B4E28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E28C; }
p { color: rgb(180,226,140); }
H1.HeaderClassName
{
color: #B4E28C;
}
.AnyTagClassName
{
color: #B4E28C;
}
</style>
background-color css
<style>
a { background-color: #B4E28C; }
a { background-color: rgb(180,226,140); }
div.DivClassName
{
background-color: #B4E28C;
}
.BgClassName
{
background-color: #B4E28C;
}
</style>
border-color css
<style>
span { border-color: #B4E28C; }
span { border-color: rgb(180,226,140); }
td.TdClassName
{
border-color: #B4E28C;
}
.TagClassName
{
border-color: #B4E28C;
}
</style>