Shades of Feijoa #B2D78D
Tints of Feijoa #B2D78D
RGB
CMYK
RGB Variations
Color information
#B2D78D (or 0xB2D78D) is known color: Feijoa. HEX triplet: B2, D7 and 8D. RGB value is (178,215,141). Sum of RGB (Red+Green+Blue) = 178+215+141=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 141 (55.47% from 255 or 26.40% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D78D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2D78D is #4D2872. Grayscale: #C3C3C3. Windows color (decimal): -5056627 or 9295794. OLE color: 9295794.
HSL color Cylindrical-coordinate representation of color #B2D78D: hue angle of 90º 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 #B2D78D is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 215 | 141 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.16 |
| HSL | 90º | 0.48% | 0.7% | - |
| HSV(B) | 90º | 0.34% | 0.84% | - |
| XYZ | 47.47 | 59.99 | 34.28 | - |
| YUV | 195.5 | 97.24 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 215 | 141 | 0.17 | 0 | 0.34 | 0.16 | 90 | 0.48 | 0.7 |
| Hex | B2 | D7 | 8D | 11 | 0 | 22 | 10 | 5A | 30 | 46 |
| Octal | 262 | 327 | 215 | 21 | 0 | 42 | 20 | 132 | 60 | 106 |
| Binary | 10110010 | 11010111 | 10001101 | 10001 | 0 | 100010 | 10000 | 1011010 | 110000 | 1000110 |
Color Harmonies of #B2D78D
Complementary color
Monochromatic Colors of #B2D78D
Black with #B2D78D
Text Example
Text Example
White with #B2D78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D78D; }
p { color: rgb(178,215,141); }
H1.HeaderClassName
{
color: #B2D78D;
}
.AnyTagClassName
{
color: #B2D78D;
}
</style>
background-color css
<style>
a { background-color: #B2D78D; }
a { background-color: rgb(178,215,141); }
div.DivClassName
{
background-color: #B2D78D;
}
.BgClassName
{
background-color: #B2D78D;
}
</style>
border-color css
<style>
span { border-color: #B2D78D; }
span { border-color: rgb(178,215,141); }
td.TdClassName
{
border-color: #B2D78D;
}
.TagClassName
{
border-color: #B2D78D;
}
</style>