Shades of Feijoa #B0E38F
Tints of Feijoa #B0E38F
RGB
CMYK
RGB Variations
Color information
#B0E38F (or 0xB0E38F) is known color: Feijoa. HEX triplet: B0, E3 and 8F. RGB value is (176,227,143). Sum of RGB (Red+Green+Blue) = 176+227+143=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 143 (56.25% from 255 or 26.19% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #B0E38F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0E38F is #4F1C70. Grayscale: #CACACA. Windows color (decimal): -5184625 or 9429936. OLE color: 9429936.
HSL color Cylindrical-coordinate representation of color #B0E38F: hue angle of 96.43º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B0E38F is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 227 | 143 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.11 |
| HSL | 96.43º | 0.6% | 0.73% | - |
| HSV(B) | 96.43º | 0.37% | 0.89% | - |
| XYZ | 50.33 | 66.15 | 36.1 | - |
| YUV | 202.18 | 94.6 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 227 | 143 | 0.22 | 0 | 0.37 | 0.11 | 96.43 | 0.6 | 0.73 |
| Hex | B0 | E3 | 8F | 16 | 0 | 25 | B | 60 | 3C | 49 |
| Octal | 260 | 343 | 217 | 26 | 0 | 45 | 13 | 140 | 74 | 111 |
| Binary | 10110000 | 11100011 | 10001111 | 10110 | 0 | 100101 | 1011 | 1100000 | 111100 | 1001001 |
Color Harmonies of #B0E38F
Complementary color
Monochromatic Colors of #B0E38F
Black with #B0E38F
Text Example
Text Example
White with #B0E38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E38F; }
p { color: rgb(176,227,143); }
H1.HeaderClassName
{
color: #B0E38F;
}
.AnyTagClassName
{
color: #B0E38F;
}
</style>
background-color css
<style>
a { background-color: #B0E38F; }
a { background-color: rgb(176,227,143); }
div.DivClassName
{
background-color: #B0E38F;
}
.BgClassName
{
background-color: #B0E38F;
}
</style>
border-color css
<style>
span { border-color: #B0E38F; }
span { border-color: rgb(176,227,143); }
td.TdClassName
{
border-color: #B0E38F;
}
.TagClassName
{
border-color: #B0E38F;
}
</style>