Shades of Feijoa #B3E47E
Tints of Feijoa #B3E47E
RGB
CMYK
RGB Variations
Color information
#B3E47E (or 0xB3E47E) is known color: Feijoa. HEX triplet: B3, E4 and 7E. RGB value is (179,228,126). Sum of RGB (Red+Green+Blue) = 179+228+126=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E47E is #4C1B81. Grayscale: #CACACA. Windows color (decimal): -4987778 or 8316083. OLE color: 8316083.
HSL color Cylindrical-coordinate representation of color #B3E47E: hue angle of 88.82º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B3E47E is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 228 | 126 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.11 |
| HSL | 88.82º | 0.65% | 0.69% | - |
| HSV(B) | 88.82º | 0.45% | 0.89% | - |
| XYZ | 50.1 | 66.58 | 29.95 | - |
| YUV | 201.72 | 85.27 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 126 | 0.21 | 0 | 0.45 | 0.11 | 88.82 | 0.65 | 0.69 |
| Hex | B3 | E4 | 7E | 15 | 0 | 2D | B | 59 | 41 | 45 |
| Octal | 263 | 344 | 176 | 25 | 0 | 55 | 13 | 131 | 101 | 105 |
| Binary | 10110011 | 11100100 | 1111110 | 10101 | 0 | 101101 | 1011 | 1011001 | 1000001 | 1000101 |
Color Harmonies of #B3E47E
Complementary color
Monochromatic Colors of #B3E47E
Black with #B3E47E
Text Example
Text Example
White with #B3E47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E47E; }
p { color: rgb(179,228,126); }
H1.HeaderClassName
{
color: #B3E47E;
}
.AnyTagClassName
{
color: #B3E47E;
}
</style>
background-color css
<style>
a { background-color: #B3E47E; }
a { background-color: rgb(179,228,126); }
div.DivClassName
{
background-color: #B3E47E;
}
.BgClassName
{
background-color: #B3E47E;
}
</style>
border-color css
<style>
span { border-color: #B3E47E; }
span { border-color: rgb(179,228,126); }
td.TdClassName
{
border-color: #B3E47E;
}
.TagClassName
{
border-color: #B3E47E;
}
</style>