Shades of Feijoa #B2F18E
Tints of Feijoa #B2F18E
RGB
CMYK
RGB Variations
Color information
#B2F18E (or 0xB2F18E) is known color: Feijoa. HEX triplet: B2, F1 and 8E. RGB value is (178,241,142). Sum of RGB (Red+Green+Blue) = 178+241+142=561 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.73% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 142 (55.86% from 255 or 25.31% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F18E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F18E is #4D0E71. Grayscale: #D3D3D3. Windows color (decimal): -5049970 or 9367986. OLE color: 9367986.
HSL color Cylindrical-coordinate representation of color #B2F18E: hue angle of 98.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2F18E is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 142 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.05 |
| HSL | 98.18º | 0.78% | 0.75% | - |
| HSV(B) | 98.18º | 0.41% | 0.95% | - |
| XYZ | 54.7 | 74.33 | 37.06 | - |
| YUV | 210.88 | 89.13 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 142 | 0.26 | 0 | 0.41 | 0.05 | 98.18 | 0.78 | 0.75 |
| Hex | B2 | F1 | 8E | 1A | 0 | 29 | 5 | 62 | 4E | 4B |
| Octal | 262 | 361 | 216 | 32 | 0 | 51 | 5 | 142 | 116 | 113 |
| Binary | 10110010 | 11110001 | 10001110 | 11010 | 0 | 101001 | 101 | 1100010 | 1001110 | 1001011 |
Color Harmonies of #B2F18E
Complementary color
Monochromatic Colors of #B2F18E
Black with #B2F18E
Text Example
Text Example
White with #B2F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F18E; }
p { color: rgb(178,241,142); }
H1.HeaderClassName
{
color: #B2F18E;
}
.AnyTagClassName
{
color: #B2F18E;
}
</style>
background-color css
<style>
a { background-color: #B2F18E; }
a { background-color: rgb(178,241,142); }
div.DivClassName
{
background-color: #B2F18E;
}
.BgClassName
{
background-color: #B2F18E;
}
</style>
border-color css
<style>
span { border-color: #B2F18E; }
span { border-color: rgb(178,241,142); }
td.TdClassName
{
border-color: #B2F18E;
}
.TagClassName
{
border-color: #B2F18E;
}
</style>