Shades of Feijoa #B3F088
Tints of Feijoa #B3F088
RGB
CMYK
RGB Variations
Color information
#B3F088 (or 0xB3F088) is known color: Feijoa. HEX triplet: B3, F0 and 88. RGB value is (179,240,136). Sum of RGB (Red+Green+Blue) = 179+240+136=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F088 is #4C0F77. Grayscale: #D2D2D2. Windows color (decimal): -4984696 or 8974515. OLE color: 8974515.
HSL color Cylindrical-coordinate representation of color #B3F088: hue angle of 95.19º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3F088 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 240 | 136 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.06 |
| HSL | 95.19º | 0.78% | 0.74% | - |
| HSV(B) | 95.19º | 0.43% | 0.94% | - |
| XYZ | 54.19 | 73.68 | 34.66 | - |
| YUV | 209.91 | 86.29 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 240 | 136 | 0.25 | 0 | 0.43 | 0.06 | 95.19 | 0.78 | 0.74 |
| Hex | B3 | F0 | 88 | 19 | 0 | 2B | 6 | 5F | 4E | 4A |
| Octal | 263 | 360 | 210 | 31 | 0 | 53 | 6 | 137 | 116 | 112 |
| Binary | 10110011 | 11110000 | 10001000 | 11001 | 0 | 101011 | 110 | 1011111 | 1001110 | 1001010 |
Color Harmonies of #B3F088
Complementary color
Monochromatic Colors of #B3F088
Black with #B3F088
Text Example
Text Example
White with #B3F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F088; }
p { color: rgb(179,240,136); }
H1.HeaderClassName
{
color: #B3F088;
}
.AnyTagClassName
{
color: #B3F088;
}
</style>
background-color css
<style>
a { background-color: #B3F088; }
a { background-color: rgb(179,240,136); }
div.DivClassName
{
background-color: #B3F088;
}
.BgClassName
{
background-color: #B3F088;
}
</style>
border-color css
<style>
span { border-color: #B3F088; }
span { border-color: rgb(179,240,136); }
td.TdClassName
{
border-color: #B3F088;
}
.TagClassName
{
border-color: #B3F088;
}
</style>