Shades of Feijoa #B2D97D
Tints of Feijoa #B2D97D
RGB
CMYK
RGB Variations
Color information
#B2D97D (or 0xB2D97D) is known color: Feijoa. HEX triplet: B2, D9 and 7D. RGB value is (178,217,125). Sum of RGB (Red+Green+Blue) = 178+217+125=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D97D is #4D2682. Grayscale: #C3C3C3. Windows color (decimal): -5056131 or 8247730. OLE color: 8247730.
HSL color Cylindrical-coordinate representation of color #B2D97D: hue angle of 85.43º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2D97D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 217 | 125 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.15 |
| HSL | 85.43º | 0.55% | 0.67% | - |
| HSV(B) | 85.43º | 0.42% | 0.85% | - |
| XYZ | 46.87 | 60.57 | 28.62 | - |
| YUV | 194.85 | 88.58 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 217 | 125 | 0.18 | 0 | 0.42 | 0.15 | 85.43 | 0.55 | 0.67 |
| Hex | B2 | D9 | 7D | 12 | 0 | 2A | F | 55 | 37 | 43 |
| Octal | 262 | 331 | 175 | 22 | 0 | 52 | 17 | 125 | 67 | 103 |
| Binary | 10110010 | 11011001 | 1111101 | 10010 | 0 | 101010 | 1111 | 1010101 | 110111 | 1000011 |
Color Harmonies of #B2D97D
Complementary color
Monochromatic Colors of #B2D97D
Black with #B2D97D
Text Example
Text Example
White with #B2D97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D97D; }
p { color: rgb(178,217,125); }
H1.HeaderClassName
{
color: #B2D97D;
}
.AnyTagClassName
{
color: #B2D97D;
}
</style>
background-color css
<style>
a { background-color: #B2D97D; }
a { background-color: rgb(178,217,125); }
div.DivClassName
{
background-color: #B2D97D;
}
.BgClassName
{
background-color: #B2D97D;
}
</style>
border-color css
<style>
span { border-color: #B2D97D; }
span { border-color: rgb(178,217,125); }
td.TdClassName
{
border-color: #B2D97D;
}
.TagClassName
{
border-color: #B2D97D;
}
</style>