Shades of Feijoa #B2E58A
Tints of Feijoa #B2E58A
RGB
CMYK
RGB Variations
Color information
#B2E58A (or 0xB2E58A) is known color: Feijoa. HEX triplet: B2, E5 and 8A. RGB value is (178,229,138). Sum of RGB (Red+Green+Blue) = 178+229+138=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E58A is #4D1A75. Grayscale: #CBCBCB. Windows color (decimal): -5053046 or 9102770. OLE color: 9102770.
HSL color Cylindrical-coordinate representation of color #B2E58A: hue angle of 93.63º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B2E58A is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 138 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.10 |
| HSL | 93.63º | 0.64% | 0.72% | - |
| HSV(B) | 93.63º | 0.4% | 0.9% | - |
| XYZ | 50.97 | 67.34 | 34.36 | - |
| YUV | 203.38 | 91.1 | 109.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 138 | 0.22 | 0 | 0.40 | 0.10 | 93.63 | 0.64 | 0.72 |
| Hex | B2 | E5 | 8A | 16 | 0 | 28 | A | 5E | 40 | 48 |
| Octal | 262 | 345 | 212 | 26 | 0 | 50 | 12 | 136 | 100 | 110 |
| Binary | 10110010 | 11100101 | 10001010 | 10110 | 0 | 101000 | 1010 | 1011110 | 1000000 | 1001000 |
Color Harmonies of #B2E58A
Complementary color
Monochromatic Colors of #B2E58A
Black with #B2E58A
Text Example
Text Example
White with #B2E58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E58A; }
p { color: rgb(178,229,138); }
H1.HeaderClassName
{
color: #B2E58A;
}
.AnyTagClassName
{
color: #B2E58A;
}
</style>
background-color css
<style>
a { background-color: #B2E58A; }
a { background-color: rgb(178,229,138); }
div.DivClassName
{
background-color: #B2E58A;
}
.BgClassName
{
background-color: #B2E58A;
}
</style>
border-color css
<style>
span { border-color: #B2E58A; }
span { border-color: rgb(178,229,138); }
td.TdClassName
{
border-color: #B2E58A;
}
.TagClassName
{
border-color: #B2E58A;
}
</style>