Shades of Feijoa #B2E68B
Tints of Feijoa #B2E68B
RGB
CMYK
RGB Variations
Color information
#B2E68B (or 0xB2E68B) is known color: Feijoa. HEX triplet: B2, E6 and 8B. RGB value is (178,230,139). Sum of RGB (Red+Green+Blue) = 178+230+139=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E68B is #4D1974. Grayscale: #CCCCCC. Windows color (decimal): -5052789 or 9168562. OLE color: 9168562.
HSL color Cylindrical-coordinate representation of color #B2E68B: hue angle of 94.29º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2E68B is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 139 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.10 |
| HSL | 94.29º | 0.65% | 0.72% | - |
| HSV(B) | 94.29º | 0.4% | 0.9% | - |
| XYZ | 51.32 | 67.92 | 34.83 | - |
| YUV | 204.08 | 91.27 | 109.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 139 | 0.23 | 0 | 0.40 | 0.10 | 94.29 | 0.65 | 0.72 |
| Hex | B2 | E6 | 8B | 17 | 0 | 28 | A | 5E | 41 | 48 |
| Octal | 262 | 346 | 213 | 27 | 0 | 50 | 12 | 136 | 101 | 110 |
| Binary | 10110010 | 11100110 | 10001011 | 10111 | 0 | 101000 | 1010 | 1011110 | 1000001 | 1001000 |
Color Harmonies of #B2E68B
Complementary color
Monochromatic Colors of #B2E68B
Black with #B2E68B
Text Example
Text Example
White with #B2E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E68B; }
p { color: rgb(178,230,139); }
H1.HeaderClassName
{
color: #B2E68B;
}
.AnyTagClassName
{
color: #B2E68B;
}
</style>
background-color css
<style>
a { background-color: #B2E68B; }
a { background-color: rgb(178,230,139); }
div.DivClassName
{
background-color: #B2E68B;
}
.BgClassName
{
background-color: #B2E68B;
}
</style>
border-color css
<style>
span { border-color: #B2E68B; }
span { border-color: rgb(178,230,139); }
td.TdClassName
{
border-color: #B2E68B;
}
.TagClassName
{
border-color: #B2E68B;
}
</style>