Shades of Feijoa #B0E57A
Tints of Feijoa #B0E57A
RGB
CMYK
RGB Variations
Color information
#B0E57A (or 0xB0E57A) is known color: Feijoa. HEX triplet: B0, E5 and 7A. RGB value is (176,229,122). Sum of RGB (Red+Green+Blue) = 176+229+122=527 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.40% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E57A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E57A is #4F1A85. Grayscale: #C9C9C9. Windows color (decimal): -5184134 or 8054192. OLE color: 8054192.
HSL color Cylindrical-coordinate representation of color #B0E57A: hue angle of 89.72º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0E57A is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 122 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.10 |
| HSL | 89.72º | 0.67% | 0.69% | - |
| HSV(B) | 89.72º | 0.47% | 0.9% | - |
| XYZ | 49.44 | 66.67 | 28.68 | - |
| YUV | 200.96 | 83.44 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 122 | 0.23 | 0 | 0.47 | 0.10 | 89.72 | 0.67 | 0.69 |
| Hex | B0 | E5 | 7A | 17 | 0 | 2F | A | 5A | 43 | 45 |
| Octal | 260 | 345 | 172 | 27 | 0 | 57 | 12 | 132 | 103 | 105 |
| Binary | 10110000 | 11100101 | 1111010 | 10111 | 0 | 101111 | 1010 | 1011010 | 1000011 | 1000101 |
Color Harmonies of #B0E57A
Complementary color
Monochromatic Colors of #B0E57A
Black with #B0E57A
Text Example
Text Example
White with #B0E57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E57A; }
p { color: rgb(176,229,122); }
H1.HeaderClassName
{
color: #B0E57A;
}
.AnyTagClassName
{
color: #B0E57A;
}
</style>
background-color css
<style>
a { background-color: #B0E57A; }
a { background-color: rgb(176,229,122); }
div.DivClassName
{
background-color: #B0E57A;
}
.BgClassName
{
background-color: #B0E57A;
}
</style>
border-color css
<style>
span { border-color: #B0E57A; }
span { border-color: rgb(176,229,122); }
td.TdClassName
{
border-color: #B0E57A;
}
.TagClassName
{
border-color: #B0E57A;
}
</style>