Shades of Feijoa #B3EE8E
Tints of Feijoa #B3EE8E
RGB
CMYK
RGB Variations
Color information
#B3EE8E (or 0xB3EE8E) is known color: Feijoa. HEX triplet: B3, EE and 8E. RGB value is (179,238,142). Sum of RGB (Red+Green+Blue) = 179+238+142=559 (74% of max value = 765). Red value is 179 (70.31% from 255 or 32.02% from 559); Green value is 238 (93.36% from 255 or 42.58% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3EE8E is #4C1171. Grayscale: #D1D1D1. Windows color (decimal): -4985202 or 9367219. OLE color: 9367219.
HSL color Cylindrical-coordinate representation of color #B3EE8E: hue angle of 96.88º 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 #B3EE8E is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 238 | 142 | - |
| CMYK | 0.25 | 0 | 0.40 | 0.07 |
| HSL | 96.88º | 0.74% | 0.75% | - |
| HSV(B) | 96.88º | 0.4% | 0.93% | - |
| XYZ | 54.05 | 72.69 | 36.77 | - |
| YUV | 209.42 | 89.95 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 142 | 0.25 | 0 | 0.40 | 0.07 | 96.88 | 0.74 | 0.75 |
| Hex | B3 | EE | 8E | 19 | 0 | 28 | 7 | 61 | 4A | 4B |
| Octal | 263 | 356 | 216 | 31 | 0 | 50 | 7 | 141 | 112 | 113 |
| Binary | 10110011 | 11101110 | 10001110 | 11001 | 0 | 101000 | 111 | 1100001 | 1001010 | 1001011 |
Color Harmonies of #B3EE8E
Complementary color
Monochromatic Colors of #B3EE8E
Black with #B3EE8E
Text Example
Text Example
White with #B3EE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EE8E; }
p { color: rgb(179,238,142); }
H1.HeaderClassName
{
color: #B3EE8E;
}
.AnyTagClassName
{
color: #B3EE8E;
}
</style>
background-color css
<style>
a { background-color: #B3EE8E; }
a { background-color: rgb(179,238,142); }
div.DivClassName
{
background-color: #B3EE8E;
}
.BgClassName
{
background-color: #B3EE8E;
}
</style>
border-color css
<style>
span { border-color: #B3EE8E; }
span { border-color: rgb(179,238,142); }
td.TdClassName
{
border-color: #B3EE8E;
}
.TagClassName
{
border-color: #B3EE8E;
}
</style>