Shades of Feijoa #B2E28A
Tints of Feijoa #B2E28A
RGB
CMYK
RGB Variations
Color information
#B2E28A (or 0xB2E28A) is known color: Feijoa. HEX triplet: B2, E2 and 8A. RGB value is (178,226,138). Sum of RGB (Red+Green+Blue) = 178+226+138=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 138 (54.30% from 255 or 25.46% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E28A is #4D1D75. Grayscale: #C9C9C9. Windows color (decimal): -5053814 or 9102002. OLE color: 9102002.
HSL color Cylindrical-coordinate representation of color #B2E28A: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B2E28A is Cyan = 0.21, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 138 | - |
| CMYK | 0.21 | 0 | 0.39 | 0.11 |
| HSL | 92.73º | 0.6% | 0.71% | - |
| HSV(B) | 92.73º | 0.39% | 0.89% | - |
| XYZ | 50.14 | 65.69 | 34.08 | - |
| YUV | 201.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 138 | 0.21 | 0 | 0.39 | 0.11 | 92.73 | 0.6 | 0.71 |
| Hex | B2 | E2 | 8A | 15 | 0 | 27 | B | 5D | 3C | 47 |
| Octal | 262 | 342 | 212 | 25 | 0 | 47 | 13 | 135 | 74 | 107 |
| Binary | 10110010 | 11100010 | 10001010 | 10101 | 0 | 100111 | 1011 | 1011101 | 111100 | 1000111 |
Color Harmonies of #B2E28A
Complementary color
Monochromatic Colors of #B2E28A
Black with #B2E28A
Text Example
Text Example
White with #B2E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E28A; }
p { color: rgb(178,226,138); }
H1.HeaderClassName
{
color: #B2E28A;
}
.AnyTagClassName
{
color: #B2E28A;
}
</style>
background-color css
<style>
a { background-color: #B2E28A; }
a { background-color: rgb(178,226,138); }
div.DivClassName
{
background-color: #B2E28A;
}
.BgClassName
{
background-color: #B2E28A;
}
</style>
border-color css
<style>
span { border-color: #B2E28A; }
span { border-color: rgb(178,226,138); }
td.TdClassName
{
border-color: #B2E28A;
}
.TagClassName
{
border-color: #B2E28A;
}
</style>