Shades of Feijoa #B3F18E
Tints of Feijoa #B3F18E
RGB
CMYK
RGB Variations
Color information
#B3F18E (or 0xB3F18E) is known color: Feijoa. HEX triplet: B3, F1 and 8E. RGB value is (179,241,142). Sum of RGB (Red+Green+Blue) = 179+241+142=562 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.85% from 562); Green value is 241 (94.53% from 255 or 42.88% from 562); Blue value is 142 (55.86% from 255 or 25.27% from 562); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3F18E is #4C0E71. Grayscale: #D3D3D3. Windows color (decimal): -4984434 or 9367987. OLE color: 9367987.
HSL color Cylindrical-coordinate representation of color #B3F18E: hue angle of 97.58º 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 #B3F18E is Cyan = 0.26, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 142 | - |
| CMYK | 0.26 | 0 | 0.41 | 0.05 |
| HSL | 97.58º | 0.78% | 0.75% | - |
| HSV(B) | 97.58º | 0.41% | 0.95% | - |
| XYZ | 54.93 | 74.45 | 37.07 | - |
| YUV | 211.18 | 88.96 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 142 | 0.26 | 0 | 0.41 | 0.05 | 97.58 | 0.78 | 0.75 |
| Hex | B3 | F1 | 8E | 1A | 0 | 29 | 5 | 62 | 4E | 4B |
| Octal | 263 | 361 | 216 | 32 | 0 | 51 | 5 | 142 | 116 | 113 |
| Binary | 10110011 | 11110001 | 10001110 | 11010 | 0 | 101001 | 101 | 1100010 | 1001110 | 1001011 |
Color Harmonies of #B3F18E
Complementary color
Monochromatic Colors of #B3F18E
Black with #B3F18E
Text Example
Text Example
White with #B3F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F18E; }
p { color: rgb(179,241,142); }
H1.HeaderClassName
{
color: #B3F18E;
}
.AnyTagClassName
{
color: #B3F18E;
}
</style>
background-color css
<style>
a { background-color: #B3F18E; }
a { background-color: rgb(179,241,142); }
div.DivClassName
{
background-color: #B3F18E;
}
.BgClassName
{
background-color: #B3F18E;
}
</style>
border-color css
<style>
span { border-color: #B3F18E; }
span { border-color: rgb(179,241,142); }
td.TdClassName
{
border-color: #B3F18E;
}
.TagClassName
{
border-color: #B3F18E;
}
</style>