Shades of Feijoa #B2F185
Tints of Feijoa #B2F185
RGB
CMYK
RGB Variations
Color information
#B2F185 (or 0xB2F185) is known color: Feijoa. HEX triplet: B2, F1 and 85. RGB value is (178,241,133). Sum of RGB (Red+Green+Blue) = 178+241+133=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 241 (94.53% from 255 or 43.66% from 552); Blue value is 133 (52.34% from 255 or 24.09% from 552); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F185 is #4D0E7A. Grayscale: #D2D2D2. Windows color (decimal): -5049979 or 8778162. OLE color: 8778162.
HSL color Cylindrical-coordinate representation of color #B2F185: hue angle of 95º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B2F185 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 133 | - |
| CMYK | 0.26 | 0 | 0.45 | 0.05 |
| HSL | 95º | 0.79% | 0.73% | - |
| HSV(B) | 95º | 0.45% | 0.95% | - |
| XYZ | 54.05 | 74.07 | 33.64 | - |
| YUV | 209.85 | 84.63 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 133 | 0.26 | 0 | 0.45 | 0.05 | 95 | 0.79 | 0.73 |
| Hex | B2 | F1 | 85 | 1A | 0 | 2D | 5 | 5F | 4F | 49 |
| Octal | 262 | 361 | 205 | 32 | 0 | 55 | 5 | 137 | 117 | 111 |
| Binary | 10110010 | 11110001 | 10000101 | 11010 | 0 | 101101 | 101 | 1011111 | 1001111 | 1001001 |
Color Harmonies of #B2F185
Complementary color
Monochromatic Colors of #B2F185
Black with #B2F185
Text Example
Text Example
White with #B2F185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F185; }
p { color: rgb(178,241,133); }
H1.HeaderClassName
{
color: #B2F185;
}
.AnyTagClassName
{
color: #B2F185;
}
</style>
background-color css
<style>
a { background-color: #B2F185; }
a { background-color: rgb(178,241,133); }
div.DivClassName
{
background-color: #B2F185;
}
.BgClassName
{
background-color: #B2F185;
}
</style>
border-color css
<style>
span { border-color: #B2F185; }
span { border-color: rgb(178,241,133); }
td.TdClassName
{
border-color: #B2F185;
}
.TagClassName
{
border-color: #B2F185;
}
</style>