Shades of Feijoa #B2E593
Tints of Feijoa #B2E593
RGB
CMYK
RGB Variations
Color information
#B2E593 (or 0xB2E593) is known color: Feijoa. HEX triplet: B2, E5 and 93. RGB value is (178,229,147). Sum of RGB (Red+Green+Blue) = 178+229+147=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E593 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E593 is #4D1A6C. Grayscale: #CCCCCC. Windows color (decimal): -5053037 or 9692594. OLE color: 9692594.
HSL color Cylindrical-coordinate representation of color #B2E593: hue angle of 97.32º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2E593 is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 229 | 147 | - |
| CMYK | 0.22 | 0 | 0.36 | 0.10 |
| HSL | 97.32º | 0.61% | 0.74% | - |
| HSV(B) | 97.32º | 0.36% | 0.9% | - |
| XYZ | 51.65 | 67.61 | 37.93 | - |
| YUV | 204.4 | 95.6 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 229 | 147 | 0.22 | 0 | 0.36 | 0.10 | 97.32 | 0.61 | 0.74 |
| Hex | B2 | E5 | 93 | 16 | 0 | 24 | A | 61 | 3D | 4A |
| Octal | 262 | 345 | 223 | 26 | 0 | 44 | 12 | 141 | 75 | 112 |
| Binary | 10110010 | 11100101 | 10010011 | 10110 | 0 | 100100 | 1010 | 1100001 | 111101 | 1001010 |
Color Harmonies of #B2E593
Complementary color
Monochromatic Colors of #B2E593
Black with #B2E593
Text Example
Text Example
White with #B2E593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E593; }
p { color: rgb(178,229,147); }
H1.HeaderClassName
{
color: #B2E593;
}
.AnyTagClassName
{
color: #B2E593;
}
</style>
background-color css
<style>
a { background-color: #B2E593; }
a { background-color: rgb(178,229,147); }
div.DivClassName
{
background-color: #B2E593;
}
.BgClassName
{
background-color: #B2E593;
}
</style>
border-color css
<style>
span { border-color: #B2E593; }
span { border-color: rgb(178,229,147); }
td.TdClassName
{
border-color: #B2E593;
}
.TagClassName
{
border-color: #B2E593;
}
</style>