Shades of Feijoa #B1E17E
Tints of Feijoa #B1E17E
RGB
CMYK
RGB Variations
Color information
#B1E17E (or 0xB1E17E) is known color: Feijoa. HEX triplet: B1, E1 and 7E. RGB value is (177,225,126). Sum of RGB (Red+Green+Blue) = 177+225+126=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E17E is #4E1E81. Grayscale: #C7C7C7. Windows color (decimal): -5119618 or 8315313. OLE color: 8315313.
HSL color Cylindrical-coordinate representation of color #B1E17E: hue angle of 89.09º 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 #B1E17E is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 126 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.12 |
| HSL | 89.09º | 0.62% | 0.69% | - |
| HSV(B) | 89.09º | 0.44% | 0.88% | - |
| XYZ | 48.82 | 64.7 | 29.65 | - |
| YUV | 199.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 126 | 0.21 | 0 | 0.44 | 0.12 | 89.09 | 0.62 | 0.69 |
| Hex | B1 | E1 | 7E | 15 | 0 | 2C | C | 59 | 3E | 45 |
| Octal | 261 | 341 | 176 | 25 | 0 | 54 | 14 | 131 | 76 | 105 |
| Binary | 10110001 | 11100001 | 1111110 | 10101 | 0 | 101100 | 1100 | 1011001 | 111110 | 1000101 |
Color Harmonies of #B1E17E
Complementary color
Monochromatic Colors of #B1E17E
Black with #B1E17E
Text Example
Text Example
White with #B1E17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E17E; }
p { color: rgb(177,225,126); }
H1.HeaderClassName
{
color: #B1E17E;
}
.AnyTagClassName
{
color: #B1E17E;
}
</style>
background-color css
<style>
a { background-color: #B1E17E; }
a { background-color: rgb(177,225,126); }
div.DivClassName
{
background-color: #B1E17E;
}
.BgClassName
{
background-color: #B1E17E;
}
</style>
border-color css
<style>
span { border-color: #B1E17E; }
span { border-color: rgb(177,225,126); }
td.TdClassName
{
border-color: #B1E17E;
}
.TagClassName
{
border-color: #B1E17E;
}
</style>