Shades of Feijoa #B0E17E
Tints of Feijoa #B0E17E
RGB
CMYK
RGB Variations
Color information
#B0E17E (or 0xB0E17E) is known color: Feijoa. HEX triplet: B0, E1 and 7E. RGB value is (176,225,126). Sum of RGB (Red+Green+Blue) = 176+225+126=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 126 (49.61% from 255 or 23.91% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #B0E17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E17E is #4F1E81. Grayscale: #C7C7C7. Windows color (decimal): -5185154 or 8315312. OLE color: 8315312.
HSL color Cylindrical-coordinate representation of color #B0E17E: hue angle of 89.7º degrees, saturation: 0.62, 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 #B0E17E is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 225 | 126 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.12 |
| HSL | 89.7º | 0.62% | 0.69% | - |
| HSV(B) | 89.7º | 0.44% | 0.88% | - |
| XYZ | 48.6 | 64.59 | 29.64 | - |
| YUV | 199.06 | 86.77 | 111.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 225 | 126 | 0.22 | 0 | 0.44 | 0.12 | 89.7 | 0.62 | 0.69 |
| Hex | B0 | E1 | 7E | 16 | 0 | 2C | C | 5A | 3E | 45 |
| Octal | 260 | 341 | 176 | 26 | 0 | 54 | 14 | 132 | 76 | 105 |
| Binary | 10110000 | 11100001 | 1111110 | 10110 | 0 | 101100 | 1100 | 1011010 | 111110 | 1000101 |
Color Harmonies of #B0E17E
Complementary color
Monochromatic Colors of #B0E17E
Black with #B0E17E
Text Example
Text Example
White with #B0E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E17E; }
p { color: rgb(176,225,126); }
H1.HeaderClassName
{
color: #B0E17E;
}
.AnyTagClassName
{
color: #B0E17E;
}
</style>
background-color css
<style>
a { background-color: #B0E17E; }
a { background-color: rgb(176,225,126); }
div.DivClassName
{
background-color: #B0E17E;
}
.BgClassName
{
background-color: #B0E17E;
}
</style>
border-color css
<style>
span { border-color: #B0E17E; }
span { border-color: rgb(176,225,126); }
td.TdClassName
{
border-color: #B0E17E;
}
.TagClassName
{
border-color: #B0E17E;
}
</style>