Shades of Feijoa #B2E690
Tints of Feijoa #B2E690
RGB
CMYK
RGB Variations
Color information
#B2E690 (or 0xB2E690) is known color: Feijoa. HEX triplet: B2, E6 and 90. RGB value is (178,230,144). Sum of RGB (Red+Green+Blue) = 178+230+144=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E690 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2E690 is #4D196F. Grayscale: #CCCCCC. Windows color (decimal): -5052784 or 9496242. OLE color: 9496242.
HSL color Cylindrical-coordinate representation of color #B2E690: hue angle of 96.28º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B2E690 is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 144 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.10 |
| HSL | 96.28º | 0.63% | 0.73% | - |
| HSV(B) | 96.28º | 0.37% | 0.9% | - |
| XYZ | 51.69 | 68.07 | 36.8 | - |
| YUV | 204.65 | 93.77 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 144 | 0.23 | 0 | 0.37 | 0.10 | 96.28 | 0.63 | 0.73 |
| Hex | B2 | E6 | 90 | 17 | 0 | 25 | A | 60 | 3F | 49 |
| Octal | 262 | 346 | 220 | 27 | 0 | 45 | 12 | 140 | 77 | 111 |
| Binary | 10110010 | 11100110 | 10010000 | 10111 | 0 | 100101 | 1010 | 1100000 | 111111 | 1001001 |
Color Harmonies of #B2E690
Complementary color
Monochromatic Colors of #B2E690
Black with #B2E690
Text Example
Text Example
White with #B2E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E690; }
p { color: rgb(178,230,144); }
H1.HeaderClassName
{
color: #B2E690;
}
.AnyTagClassName
{
color: #B2E690;
}
</style>
background-color css
<style>
a { background-color: #B2E690; }
a { background-color: rgb(178,230,144); }
div.DivClassName
{
background-color: #B2E690;
}
.BgClassName
{
background-color: #B2E690;
}
</style>
border-color css
<style>
span { border-color: #B2E690; }
span { border-color: rgb(178,230,144); }
td.TdClassName
{
border-color: #B2E690;
}
.TagClassName
{
border-color: #B2E690;
}
</style>