Shades of Feijoa #B0E58D
Tints of Feijoa #B0E58D
RGB
CMYK
RGB Variations
Color information
#B0E58D (or 0xB0E58D) is known color: Feijoa. HEX triplet: B0, E5 and 8D. RGB value is (176,229,141). Sum of RGB (Red+Green+Blue) = 176+229+141=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E58D is #4F1A72. Grayscale: #CBCBCB. Windows color (decimal): -5184115 or 9299376. OLE color: 9299376.
HSL color Cylindrical-coordinate representation of color #B0E58D: hue angle of 96.14º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0E58D is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 141 | - |
| CMYK | 0.23 | 0 | 0.38 | 0.10 |
| HSL | 96.14º | 0.63% | 0.73% | - |
| HSV(B) | 96.14º | 0.38% | 0.9% | - |
| XYZ | 50.73 | 67.19 | 35.49 | - |
| YUV | 203.12 | 92.94 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 141 | 0.23 | 0 | 0.38 | 0.10 | 96.14 | 0.63 | 0.73 |
| Hex | B0 | E5 | 8D | 17 | 0 | 26 | A | 60 | 3F | 49 |
| Octal | 260 | 345 | 215 | 27 | 0 | 46 | 12 | 140 | 77 | 111 |
| Binary | 10110000 | 11100101 | 10001101 | 10111 | 0 | 100110 | 1010 | 1100000 | 111111 | 1001001 |
Color Harmonies of #B0E58D
Complementary color
Monochromatic Colors of #B0E58D
Black with #B0E58D
Text Example
Text Example
White with #B0E58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E58D; }
p { color: rgb(176,229,141); }
H1.HeaderClassName
{
color: #B0E58D;
}
.AnyTagClassName
{
color: #B0E58D;
}
</style>
background-color css
<style>
a { background-color: #B0E58D; }
a { background-color: rgb(176,229,141); }
div.DivClassName
{
background-color: #B0E58D;
}
.BgClassName
{
background-color: #B0E58D;
}
</style>
border-color css
<style>
span { border-color: #B0E58D; }
span { border-color: rgb(176,229,141); }
td.TdClassName
{
border-color: #B0E58D;
}
.TagClassName
{
border-color: #B0E58D;
}
</style>