Shades of Feijoa #B3E07E
Tints of Feijoa #B3E07E
RGB
CMYK
RGB Variations
Color information
#B3E07E (or 0xB3E07E) is known color: Feijoa. HEX triplet: B3, E0 and 7E. RGB value is (179,224,126). Sum of RGB (Red+Green+Blue) = 179+224+126=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 224 (87.89% from 255 or 42.34% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3E07E is #4C1F81. Grayscale: #C7C7C7. Windows color (decimal): -4988802 or 8315059. OLE color: 8315059.
HSL color Cylindrical-coordinate representation of color #B3E07E: hue angle of 87.55º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3E07E is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 126 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.12 |
| HSL | 87.55º | 0.61% | 0.69% | - |
| HSV(B) | 87.55º | 0.44% | 0.88% | - |
| XYZ | 49.01 | 64.4 | 29.59 | - |
| YUV | 199.37 | 86.59 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 126 | 0.20 | 0 | 0.44 | 0.12 | 87.55 | 0.61 | 0.69 |
| Hex | B3 | E0 | 7E | 14 | 0 | 2C | C | 58 | 3D | 45 |
| Octal | 263 | 340 | 176 | 24 | 0 | 54 | 14 | 130 | 75 | 105 |
| Binary | 10110011 | 11100000 | 1111110 | 10100 | 0 | 101100 | 1100 | 1011000 | 111101 | 1000101 |
Color Harmonies of #B3E07E
Complementary color
Monochromatic Colors of #B3E07E
Black with #B3E07E
Text Example
Text Example
White with #B3E07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E07E; }
p { color: rgb(179,224,126); }
H1.HeaderClassName
{
color: #B3E07E;
}
.AnyTagClassName
{
color: #B3E07E;
}
</style>
background-color css
<style>
a { background-color: #B3E07E; }
a { background-color: rgb(179,224,126); }
div.DivClassName
{
background-color: #B3E07E;
}
.BgClassName
{
background-color: #B3E07E;
}
</style>
border-color css
<style>
span { border-color: #B3E07E; }
span { border-color: rgb(179,224,126); }
td.TdClassName
{
border-color: #B3E07E;
}
.TagClassName
{
border-color: #B3E07E;
}
</style>