Shades of Feijoa #B1E58C
Tints of Feijoa #B1E58C
RGB
CMYK
RGB Variations
Color information
#B1E58C (or 0xB1E58C) is known color: Feijoa. HEX triplet: B1, E5 and 8C. RGB value is (177,229,140). Sum of RGB (Red+Green+Blue) = 177+229+140=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1E58C is #4E1A73. Grayscale: #CBCBCB. Windows color (decimal): -5118580 or 9233841. OLE color: 9233841.
HSL color Cylindrical-coordinate representation of color #B1E58C: hue angle of 95.06º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1E58C is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 229 | 140 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.10 |
| HSL | 95.06º | 0.63% | 0.72% | - |
| HSV(B) | 95.06º | 0.39% | 0.9% | - |
| XYZ | 50.88 | 67.28 | 35.12 | - |
| YUV | 203.31 | 92.27 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 229 | 140 | 0.23 | 0 | 0.39 | 0.10 | 95.06 | 0.63 | 0.72 |
| Hex | B1 | E5 | 8C | 17 | 0 | 27 | A | 5F | 3F | 48 |
| Octal | 261 | 345 | 214 | 27 | 0 | 47 | 12 | 137 | 77 | 110 |
| Binary | 10110001 | 11100101 | 10001100 | 10111 | 0 | 100111 | 1010 | 1011111 | 111111 | 1001000 |
Color Harmonies of #B1E58C
Complementary color
Monochromatic Colors of #B1E58C
Black with #B1E58C
Text Example
Text Example
White with #B1E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E58C; }
p { color: rgb(177,229,140); }
H1.HeaderClassName
{
color: #B1E58C;
}
.AnyTagClassName
{
color: #B1E58C;
}
</style>
background-color css
<style>
a { background-color: #B1E58C; }
a { background-color: rgb(177,229,140); }
div.DivClassName
{
background-color: #B1E58C;
}
.BgClassName
{
background-color: #B1E58C;
}
</style>
border-color css
<style>
span { border-color: #B1E58C; }
span { border-color: rgb(177,229,140); }
td.TdClassName
{
border-color: #B1E58C;
}
.TagClassName
{
border-color: #B1E58C;
}
</style>