Shades of Feijoa #B2EC83
Tints of Feijoa #B2EC83
RGB
CMYK
RGB Variations
Color information
#B2EC83 (or 0xB2EC83) is known color: Feijoa. HEX triplet: B2, EC and 83. RGB value is (178,236,131). Sum of RGB (Red+Green+Blue) = 178+236+131=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 131 (51.56% from 255 or 24.04% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2EC83 is #4D137C. Grayscale: #CFCFCF. Windows color (decimal): -5051261 or 8645810. OLE color: 8645810.
HSL color Cylindrical-coordinate representation of color #B2EC83: hue angle of 93.14º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2EC83 is Cyan = 0.25, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 131 | - |
| CMYK | 0.25 | 0 | 0.44 | 0.07 |
| HSL | 93.14º | 0.73% | 0.72% | - |
| HSV(B) | 93.14º | 0.44% | 0.93% | - |
| XYZ | 52.45 | 71.09 | 32.43 | - |
| YUV | 206.69 | 85.28 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 131 | 0.25 | 0 | 0.44 | 0.07 | 93.14 | 0.73 | 0.72 |
| Hex | B2 | EC | 83 | 19 | 0 | 2C | 7 | 5D | 49 | 48 |
| Octal | 262 | 354 | 203 | 31 | 0 | 54 | 7 | 135 | 111 | 110 |
| Binary | 10110010 | 11101100 | 10000011 | 11001 | 0 | 101100 | 111 | 1011101 | 1001001 | 1001000 |
Color Harmonies of #B2EC83
Complementary color
Monochromatic Colors of #B2EC83
Black with #B2EC83
Text Example
Text Example
White with #B2EC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EC83; }
p { color: rgb(178,236,131); }
H1.HeaderClassName
{
color: #B2EC83;
}
.AnyTagClassName
{
color: #B2EC83;
}
</style>
background-color css
<style>
a { background-color: #B2EC83; }
a { background-color: rgb(178,236,131); }
div.DivClassName
{
background-color: #B2EC83;
}
.BgClassName
{
background-color: #B2EC83;
}
</style>
border-color css
<style>
span { border-color: #B2EC83; }
span { border-color: rgb(178,236,131); }
td.TdClassName
{
border-color: #B2EC83;
}
.TagClassName
{
border-color: #B2EC83;
}
</style>