Shades of Feijoa #B1D58E
Tints of Feijoa #B1D58E
RGB
CMYK
RGB Variations
Color information
#B1D58E (or 0xB1D58E) is known color: Feijoa. HEX triplet: B1, D5 and 8E. RGB value is (177,213,142). Sum of RGB (Red+Green+Blue) = 177+213+142=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D58E is #4E2A71. Grayscale: #C2C2C2. Windows color (decimal): -5122674 or 9360817. OLE color: 9360817.
HSL color Cylindrical-coordinate representation of color #B1D58E: hue angle of 90.42º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1D58E is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 213 | 142 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.16 |
| HSL | 90.42º | 0.46% | 0.7% | - |
| HSV(B) | 90.42º | 0.33% | 0.84% | - |
| XYZ | 46.81 | 58.89 | 34.49 | - |
| YUV | 194.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 213 | 142 | 0.17 | 0 | 0.33 | 0.16 | 90.42 | 0.46 | 0.7 |
| Hex | B1 | D5 | 8E | 11 | 0 | 21 | 10 | 5A | 2E | 46 |
| Octal | 261 | 325 | 216 | 21 | 0 | 41 | 20 | 132 | 56 | 106 |
| Binary | 10110001 | 11010101 | 10001110 | 10001 | 0 | 100001 | 10000 | 1011010 | 101110 | 1000110 |
Color Harmonies of #B1D58E
Complementary color
Monochromatic Colors of #B1D58E
Black with #B1D58E
Text Example
Text Example
White with #B1D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D58E; }
p { color: rgb(177,213,142); }
H1.HeaderClassName
{
color: #B1D58E;
}
.AnyTagClassName
{
color: #B1D58E;
}
</style>
background-color css
<style>
a { background-color: #B1D58E; }
a { background-color: rgb(177,213,142); }
div.DivClassName
{
background-color: #B1D58E;
}
.BgClassName
{
background-color: #B1D58E;
}
</style>
border-color css
<style>
span { border-color: #B1D58E; }
span { border-color: rgb(177,213,142); }
td.TdClassName
{
border-color: #B1D58E;
}
.TagClassName
{
border-color: #B1D58E;
}
</style>