Shades of Feijoa #B0F288
Tints of Feijoa #B0F288
RGB
CMYK
RGB Variations
Color information
#B0F288 (or 0xB0F288) is known color: Feijoa. HEX triplet: B0, F2 and 88. RGB value is (176,242,136). Sum of RGB (Red+Green+Blue) = 176+242+136=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 136 (53.52% from 255 or 24.55% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F288 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0F288 is #4F0D77. Grayscale: #D2D2D2. Windows color (decimal): -5180792 or 8975024. OLE color: 8975024.
HSL color Cylindrical-coordinate representation of color #B0F288: hue angle of 97.36º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B0F288 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 136 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.05 |
| HSL | 97.36º | 0.8% | 0.74% | - |
| HSV(B) | 97.36º | 0.44% | 0.95% | - |
| XYZ | 54.1 | 74.51 | 34.82 | - |
| YUV | 210.18 | 86.13 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 136 | 0.27 | 0 | 0.44 | 0.05 | 97.36 | 0.8 | 0.74 |
| Hex | B0 | F2 | 88 | 1B | 0 | 2C | 5 | 61 | 50 | 4A |
| Octal | 260 | 362 | 210 | 33 | 0 | 54 | 5 | 141 | 120 | 112 |
| Binary | 10110000 | 11110010 | 10001000 | 11011 | 0 | 101100 | 101 | 1100001 | 1010000 | 1001010 |
Color Harmonies of #B0F288
Complementary color
Monochromatic Colors of #B0F288
Black with #B0F288
Text Example
Text Example
White with #B0F288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F288; }
p { color: rgb(176,242,136); }
H1.HeaderClassName
{
color: #B0F288;
}
.AnyTagClassName
{
color: #B0F288;
}
</style>
background-color css
<style>
a { background-color: #B0F288; }
a { background-color: rgb(176,242,136); }
div.DivClassName
{
background-color: #B0F288;
}
.BgClassName
{
background-color: #B0F288;
}
</style>
border-color css
<style>
span { border-color: #B0F288; }
span { border-color: rgb(176,242,136); }
td.TdClassName
{
border-color: #B0F288;
}
.TagClassName
{
border-color: #B0F288;
}
</style>