Shades of Feijoa #B2F788
Tints of Feijoa #B2F788
RGB
CMYK
RGB Variations
Color information
#B2F788 (or 0xB2F788) is known color: Feijoa. HEX triplet: B2, F7 and 88. RGB value is (178,247,136). Sum of RGB (Red+Green+Blue) = 178+247+136=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F788 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F788 is #4D0877. Grayscale: #D6D6D6. Windows color (decimal): -5048440 or 8976306. OLE color: 8976306.
HSL color Cylindrical-coordinate representation of color #B2F788: hue angle of 97.3º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2F788 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 136 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.03 |
| HSL | 97.3º | 0.87% | 0.75% | - |
| HSV(B) | 97.3º | 0.45% | 0.97% | - |
| XYZ | 56.06 | 77.76 | 35.35 | - |
| YUV | 213.72 | 84.14 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 136 | 0.28 | 0 | 0.45 | 0.03 | 97.3 | 0.87 | 0.75 |
| Hex | B2 | F7 | 88 | 1C | 0 | 2D | 3 | 61 | 57 | 4B |
| Octal | 262 | 367 | 210 | 34 | 0 | 55 | 3 | 141 | 127 | 113 |
| Binary | 10110010 | 11110111 | 10001000 | 11100 | 0 | 101101 | 11 | 1100001 | 1010111 | 1001011 |
Color Harmonies of #B2F788
Complementary color
Monochromatic Colors of #B2F788
Black with #B2F788
Text Example
Text Example
White with #B2F788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F788; }
p { color: rgb(178,247,136); }
H1.HeaderClassName
{
color: #B2F788;
}
.AnyTagClassName
{
color: #B2F788;
}
</style>
background-color css
<style>
a { background-color: #B2F788; }
a { background-color: rgb(178,247,136); }
div.DivClassName
{
background-color: #B2F788;
}
.BgClassName
{
background-color: #B2F788;
}
</style>
border-color css
<style>
span { border-color: #B2F788; }
span { border-color: rgb(178,247,136); }
td.TdClassName
{
border-color: #B2F788;
}
.TagClassName
{
border-color: #B2F788;
}
</style>