Shades of Feijoa #B3EE8F
Tints of Feijoa #B3EE8F
RGB
CMYK
RGB Variations
Color information
#B3EE8F (or 0xB3EE8F) is known color: Feijoa. HEX triplet: B3, EE and 8F. RGB value is (179,238,143). Sum of RGB (Red+Green+Blue) = 179+238+143=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 238 (93.36% from 255 or 42.5% from 560); Blue value is 143 (56.25% from 255 or 25.54% from 560); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EE8F is #4C1170. Grayscale: #D1D1D1. Windows color (decimal): -4985201 or 9432755. OLE color: 9432755.
HSL color Cylindrical-coordinate representation of color #B3EE8F: hue angle of 97.26º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B3EE8F is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 238 | 143 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.07 |
| HSL | 97.26º | 0.74% | 0.75% | - |
| HSV(B) | 97.26º | 0.4% | 0.93% | - |
| XYZ | 54.12 | 72.72 | 37.17 | - |
| YUV | 209.53 | 90.45 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 143 | 0.25 | 0 | 0.40 | 0.07 | 97.26 | 0.74 | 0.75 |
| Hex | B3 | EE | 8F | 19 | 0 | 28 | 7 | 61 | 4A | 4B |
| Octal | 263 | 356 | 217 | 31 | 0 | 50 | 7 | 141 | 112 | 113 |
| Binary | 10110011 | 11101110 | 10001111 | 11001 | 0 | 101000 | 111 | 1100001 | 1001010 | 1001011 |
Color Harmonies of #B3EE8F
Complementary color
Monochromatic Colors of #B3EE8F
Black with #B3EE8F
Text Example
Text Example
White with #B3EE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EE8F; }
p { color: rgb(179,238,143); }
H1.HeaderClassName
{
color: #B3EE8F;
}
.AnyTagClassName
{
color: #B3EE8F;
}
</style>
background-color css
<style>
a { background-color: #B3EE8F; }
a { background-color: rgb(179,238,143); }
div.DivClassName
{
background-color: #B3EE8F;
}
.BgClassName
{
background-color: #B3EE8F;
}
</style>
border-color css
<style>
span { border-color: #B3EE8F; }
span { border-color: rgb(179,238,143); }
td.TdClassName
{
border-color: #B3EE8F;
}
.TagClassName
{
border-color: #B3EE8F;
}
</style>