Shades of Feijoa #B2E982
Tints of Feijoa #B2E982
RGB
CMYK
RGB Variations
Color information
#B2E982 (or 0xB2E982) is known color: Feijoa. HEX triplet: B2, E9 and 82. RGB value is (178,233,130). Sum of RGB (Red+Green+Blue) = 178+233+130=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 130 (51.17% from 255 or 24.03% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E982 is #4D167D. Grayscale: #CDCDCD. Windows color (decimal): -5052030 or 8579506. OLE color: 8579506.
HSL color Cylindrical-coordinate representation of color #B2E982: hue angle of 92.04º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2E982 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 130 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.09 |
| HSL | 92.04º | 0.7% | 0.71% | - |
| HSV(B) | 92.04º | 0.44% | 0.91% | - |
| XYZ | 51.53 | 69.35 | 31.79 | - |
| YUV | 204.81 | 85.78 | 108.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 130 | 0.24 | 0 | 0.44 | 0.09 | 92.04 | 0.7 | 0.71 |
| Hex | B2 | E9 | 82 | 18 | 0 | 2C | 9 | 5C | 46 | 47 |
| Octal | 262 | 351 | 202 | 30 | 0 | 54 | 11 | 134 | 106 | 107 |
| Binary | 10110010 | 11101001 | 10000010 | 11000 | 0 | 101100 | 1001 | 1011100 | 1000110 | 1000111 |
Color Harmonies of #B2E982
Complementary color
Monochromatic Colors of #B2E982
Black with #B2E982
Text Example
Text Example
White with #B2E982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E982; }
p { color: rgb(178,233,130); }
H1.HeaderClassName
{
color: #B2E982;
}
.AnyTagClassName
{
color: #B2E982;
}
</style>
background-color css
<style>
a { background-color: #B2E982; }
a { background-color: rgb(178,233,130); }
div.DivClassName
{
background-color: #B2E982;
}
.BgClassName
{
background-color: #B2E982;
}
</style>
border-color css
<style>
span { border-color: #B2E982; }
span { border-color: rgb(178,233,130); }
td.TdClassName
{
border-color: #B2E982;
}
.TagClassName
{
border-color: #B2E982;
}
</style>