Shades of Feijoa #B1E385
Tints of Feijoa #B1E385
RGB
CMYK
RGB Variations
Color information
#B1E385 (or 0xB1E385) is known color: Feijoa. HEX triplet: B1, E3 and 85. RGB value is (177,227,133). Sum of RGB (Red+Green+Blue) = 177+227+133=537 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.96% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #B1E385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E385 is #4E1C7A. Grayscale: #C9C9C9. Windows color (decimal): -5119099 or 8774577. OLE color: 8774577.
HSL color Cylindrical-coordinate representation of color #B1E385: hue angle of 91.91º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1E385 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 227 | 133 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.11 |
| HSL | 91.91º | 0.63% | 0.71% | - |
| HSV(B) | 91.91º | 0.41% | 0.89% | - |
| XYZ | 49.83 | 65.98 | 32.3 | - |
| YUV | 201.33 | 89.44 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 227 | 133 | 0.22 | 0 | 0.41 | 0.11 | 91.91 | 0.63 | 0.71 |
| Hex | B1 | E3 | 85 | 16 | 0 | 29 | B | 5C | 3F | 47 |
| Octal | 261 | 343 | 205 | 26 | 0 | 51 | 13 | 134 | 77 | 107 |
| Binary | 10110001 | 11100011 | 10000101 | 10110 | 0 | 101001 | 1011 | 1011100 | 111111 | 1000111 |
Color Harmonies of #B1E385
Complementary color
Monochromatic Colors of #B1E385
Black with #B1E385
Text Example
Text Example
White with #B1E385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E385; }
p { color: rgb(177,227,133); }
H1.HeaderClassName
{
color: #B1E385;
}
.AnyTagClassName
{
color: #B1E385;
}
</style>
background-color css
<style>
a { background-color: #B1E385; }
a { background-color: rgb(177,227,133); }
div.DivClassName
{
background-color: #B1E385;
}
.BgClassName
{
background-color: #B1E385;
}
</style>
border-color css
<style>
span { border-color: #B1E385; }
span { border-color: rgb(177,227,133); }
td.TdClassName
{
border-color: #B1E385;
}
.TagClassName
{
border-color: #B1E385;
}
</style>