Shades of Feijoa #B1E17D
Tints of Feijoa #B1E17D
RGB
CMYK
RGB Variations
Color information
#B1E17D (or 0xB1E17D) is known color: Feijoa. HEX triplet: B1, E1 and 7D. RGB value is (177,225,125). Sum of RGB (Red+Green+Blue) = 177+225+125=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E17D is #4E1E82. Grayscale: #C7C7C7. Windows color (decimal): -5119619 or 8249777. OLE color: 8249777.
HSL color Cylindrical-coordinate representation of color #B1E17D: hue angle of 88.8º 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 #B1E17D is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 225 | 125 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.12 |
| HSL | 88.8º | 0.63% | 0.69% | - |
| HSV(B) | 88.8º | 0.44% | 0.88% | - |
| XYZ | 48.76 | 64.68 | 29.32 | - |
| YUV | 199.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 225 | 125 | 0.21 | 0 | 0.44 | 0.12 | 88.8 | 0.63 | 0.69 |
| Hex | B1 | E1 | 7D | 15 | 0 | 2C | C | 59 | 3E | 45 |
| Octal | 261 | 341 | 175 | 25 | 0 | 54 | 14 | 131 | 76 | 105 |
| Binary | 10110001 | 11100001 | 1111101 | 10101 | 0 | 101100 | 1100 | 1011001 | 111110 | 1000101 |
Color Harmonies of #B1E17D
Complementary color
Monochromatic Colors of #B1E17D
Black with #B1E17D
Text Example
Text Example
White with #B1E17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E17D; }
p { color: rgb(177,225,125); }
H1.HeaderClassName
{
color: #B1E17D;
}
.AnyTagClassName
{
color: #B1E17D;
}
</style>
background-color css
<style>
a { background-color: #B1E17D; }
a { background-color: rgb(177,225,125); }
div.DivClassName
{
background-color: #B1E17D;
}
.BgClassName
{
background-color: #B1E17D;
}
</style>
border-color css
<style>
span { border-color: #B1E17D; }
span { border-color: rgb(177,225,125); }
td.TdClassName
{
border-color: #B1E17D;
}
.TagClassName
{
border-color: #B1E17D;
}
</style>