Shades of Feijoa #B2E47C
Tints of Feijoa #B2E47C
RGB
CMYK
RGB Variations
Color information
#B2E47C (or 0xB2E47C) is known color: Feijoa. HEX triplet: B2, E4 and 7C. RGB value is (178,228,124). Sum of RGB (Red+Green+Blue) = 178+228+124=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2E47C is #4D1B83. Grayscale: #C9C9C9. Windows color (decimal): -5053316 or 8185010. OLE color: 8185010.
HSL color Cylindrical-coordinate representation of color #B2E47C: hue angle of 88.85º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2E47C is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 124 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.11 |
| HSL | 88.85º | 0.66% | 0.69% | - |
| HSV(B) | 88.85º | 0.46% | 0.89% | - |
| XYZ | 49.74 | 66.41 | 29.26 | - |
| YUV | 201.19 | 84.44 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 124 | 0.22 | 0 | 0.46 | 0.11 | 88.85 | 0.66 | 0.69 |
| Hex | B2 | E4 | 7C | 16 | 0 | 2E | B | 59 | 42 | 45 |
| Octal | 262 | 344 | 174 | 26 | 0 | 56 | 13 | 131 | 102 | 105 |
| Binary | 10110010 | 11100100 | 1111100 | 10110 | 0 | 101110 | 1011 | 1011001 | 1000010 | 1000101 |
Color Harmonies of #B2E47C
Complementary color
Monochromatic Colors of #B2E47C
Black with #B2E47C
Text Example
Text Example
White with #B2E47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E47C; }
p { color: rgb(178,228,124); }
H1.HeaderClassName
{
color: #B2E47C;
}
.AnyTagClassName
{
color: #B2E47C;
}
</style>
background-color css
<style>
a { background-color: #B2E47C; }
a { background-color: rgb(178,228,124); }
div.DivClassName
{
background-color: #B2E47C;
}
.BgClassName
{
background-color: #B2E47C;
}
</style>
border-color css
<style>
span { border-color: #B2E47C; }
span { border-color: rgb(178,228,124); }
td.TdClassName
{
border-color: #B2E47C;
}
.TagClassName
{
border-color: #B2E47C;
}
</style>