Shades of Feijoa #B1E38D
Tints of Feijoa #B1E38D
RGB
CMYK
RGB Variations
Color information
#B1E38D (or 0xB1E38D) is known color: Feijoa. HEX triplet: B1, E3 and 8D. RGB value is (177,227,141). Sum of RGB (Red+Green+Blue) = 177+227+141=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E38D is #4E1C72. Grayscale: #CACACA. Windows color (decimal): -5119091 or 9298865. OLE color: 9298865.
HSL color Cylindrical-coordinate representation of color #B1E38D: hue angle of 94.88º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1E38D is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 141 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.11 |
| HSL | 94.88º | 0.61% | 0.72% | - |
| HSV(B) | 94.88º | 0.38% | 0.89% | - |
| XYZ | 50.41 | 66.21 | 35.32 | - |
| YUV | 202.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 141 | 0.22 | 0 | 0.38 | 0.11 | 94.88 | 0.61 | 0.72 |
| Hex | B1 | E3 | 8D | 16 | 0 | 26 | B | 5F | 3D | 48 |
| Octal | 261 | 343 | 215 | 26 | 0 | 46 | 13 | 137 | 75 | 110 |
| Binary | 10110001 | 11100011 | 10001101 | 10110 | 0 | 100110 | 1011 | 1011111 | 111101 | 1001000 |
Color Harmonies of #B1E38D
Complementary color
Monochromatic Colors of #B1E38D
Black with #B1E38D
Text Example
Text Example
White with #B1E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E38D; }
p { color: rgb(177,227,141); }
H1.HeaderClassName
{
color: #B1E38D;
}
.AnyTagClassName
{
color: #B1E38D;
}
</style>
background-color css
<style>
a { background-color: #B1E38D; }
a { background-color: rgb(177,227,141); }
div.DivClassName
{
background-color: #B1E38D;
}
.BgClassName
{
background-color: #B1E38D;
}
</style>
border-color css
<style>
span { border-color: #B1E38D; }
span { border-color: rgb(177,227,141); }
td.TdClassName
{
border-color: #B1E38D;
}
.TagClassName
{
border-color: #B1E38D;
}
</style>