Shades of Feijoa #B2D97F
Tints of Feijoa #B2D97F
RGB
CMYK
RGB Variations
Color information
#B2D97F (or 0xB2D97F) is known color: Feijoa. HEX triplet: B2, D9 and 7F. RGB value is (178,217,127). Sum of RGB (Red+Green+Blue) = 178+217+127=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 127 (50% from 255 or 24.33% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D97F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D97F is #4D2680. Grayscale: #C3C3C3. Windows color (decimal): -5056129 or 8378802. OLE color: 8378802.
HSL color Cylindrical-coordinate representation of color #B2D97F: hue angle of 86º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2D97F is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 127 | - |
| CMYK | 0.18 | 0 | 0.41 | 0.15 |
| HSL | 86º | 0.54% | 0.67% | - |
| HSV(B) | 86º | 0.41% | 0.85% | - |
| XYZ | 47 | 60.62 | 29.3 | - |
| YUV | 195.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 127 | 0.18 | 0 | 0.41 | 0.15 | 86 | 0.54 | 0.67 |
| Hex | B2 | D9 | 7F | 12 | 0 | 29 | F | 56 | 36 | 43 |
| Octal | 262 | 331 | 177 | 22 | 0 | 51 | 17 | 126 | 66 | 103 |
| Binary | 10110010 | 11011001 | 1111111 | 10010 | 0 | 101001 | 1111 | 1010110 | 110110 | 1000011 |
Color Harmonies of #B2D97F
Complementary color
Monochromatic Colors of #B2D97F
Black with #B2D97F
Text Example
Text Example
White with #B2D97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D97F; }
p { color: rgb(178,217,127); }
H1.HeaderClassName
{
color: #B2D97F;
}
.AnyTagClassName
{
color: #B2D97F;
}
</style>
background-color css
<style>
a { background-color: #B2D97F; }
a { background-color: rgb(178,217,127); }
div.DivClassName
{
background-color: #B2D97F;
}
.BgClassName
{
background-color: #B2D97F;
}
</style>
border-color css
<style>
span { border-color: #B2D97F; }
span { border-color: rgb(178,217,127); }
td.TdClassName
{
border-color: #B2D97F;
}
.TagClassName
{
border-color: #B2D97F;
}
</style>