Shades of Feijoa #B2E78D
Tints of Feijoa #B2E78D
RGB
CMYK
RGB Variations
Color information
#B2E78D (or 0xB2E78D) is known color: Feijoa. HEX triplet: B2, E7 and 8D. RGB value is (178,231,141). Sum of RGB (Red+Green+Blue) = 178+231+141=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 141 (55.47% from 255 or 25.64% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E78D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E78D is #4D1872. Grayscale: #CDCDCD. Windows color (decimal): -5052531 or 9299890. OLE color: 9299890.
HSL color Cylindrical-coordinate representation of color #B2E78D: hue angle of 95.33º degrees, saturation: 0.65, 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 #B2E78D is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 141 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.09 |
| HSL | 95.33º | 0.65% | 0.73% | - |
| HSV(B) | 95.33º | 0.39% | 0.91% | - |
| XYZ | 51.74 | 68.54 | 35.7 | - |
| YUV | 204.89 | 91.94 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 141 | 0.23 | 0 | 0.39 | 0.09 | 95.33 | 0.65 | 0.73 |
| Hex | B2 | E7 | 8D | 17 | 0 | 27 | 9 | 5F | 41 | 49 |
| Octal | 262 | 347 | 215 | 27 | 0 | 47 | 11 | 137 | 101 | 111 |
| Binary | 10110010 | 11100111 | 10001101 | 10111 | 0 | 100111 | 1001 | 1011111 | 1000001 | 1001001 |
Color Harmonies of #B2E78D
Complementary color
Monochromatic Colors of #B2E78D
Black with #B2E78D
Text Example
Text Example
White with #B2E78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E78D; }
p { color: rgb(178,231,141); }
H1.HeaderClassName
{
color: #B2E78D;
}
.AnyTagClassName
{
color: #B2E78D;
}
</style>
background-color css
<style>
a { background-color: #B2E78D; }
a { background-color: rgb(178,231,141); }
div.DivClassName
{
background-color: #B2E78D;
}
.BgClassName
{
background-color: #B2E78D;
}
</style>
border-color css
<style>
span { border-color: #B2E78D; }
span { border-color: rgb(178,231,141); }
td.TdClassName
{
border-color: #B2E78D;
}
.TagClassName
{
border-color: #B2E78D;
}
</style>