Shades of Feijoa #B2D78E
Tints of Feijoa #B2D78E
RGB
CMYK
RGB Variations
Color information
#B2D78E (or 0xB2D78E) is known color: Feijoa. HEX triplet: B2, D7 and 8E. RGB value is (178,215,142). Sum of RGB (Red+Green+Blue) = 178+215+142=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 142 (55.86% from 255 or 26.54% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D78E is #4D2871. Grayscale: #C3C3C3. Windows color (decimal): -5056626 or 9361330. OLE color: 9361330.
HSL color Cylindrical-coordinate representation of color #B2D78E: hue angle of 90.41º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2D78E is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 142 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.16 |
| HSL | 90.41º | 0.48% | 0.7% | - |
| HSV(B) | 90.41º | 0.34% | 0.84% | - |
| XYZ | 47.54 | 60.02 | 34.67 | - |
| YUV | 195.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 142 | 0.17 | 0 | 0.34 | 0.16 | 90.41 | 0.48 | 0.7 |
| Hex | B2 | D7 | 8E | 11 | 0 | 22 | 10 | 5A | 30 | 46 |
| Octal | 262 | 327 | 216 | 21 | 0 | 42 | 20 | 132 | 60 | 106 |
| Binary | 10110010 | 11010111 | 10001110 | 10001 | 0 | 100010 | 10000 | 1011010 | 110000 | 1000110 |
Color Harmonies of #B2D78E
Complementary color
Monochromatic Colors of #B2D78E
Black with #B2D78E
Text Example
Text Example
White with #B2D78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D78E; }
p { color: rgb(178,215,142); }
H1.HeaderClassName
{
color: #B2D78E;
}
.AnyTagClassName
{
color: #B2D78E;
}
</style>
background-color css
<style>
a { background-color: #B2D78E; }
a { background-color: rgb(178,215,142); }
div.DivClassName
{
background-color: #B2D78E;
}
.BgClassName
{
background-color: #B2D78E;
}
</style>
border-color css
<style>
span { border-color: #B2D78E; }
span { border-color: rgb(178,215,142); }
td.TdClassName
{
border-color: #B2D78E;
}
.TagClassName
{
border-color: #B2D78E;
}
</style>