Shades of Feijoa #B2E085
Tints of Feijoa #B2E085
RGB
CMYK
RGB Variations
Color information
#B2E085 (or 0xB2E085) is known color: Feijoa. HEX triplet: B2, E0 and 85. RGB value is (178,224,133). Sum of RGB (Red+Green+Blue) = 178+224+133=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E085 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E085 is #4D1F7A. Grayscale: #C8C8C8. Windows color (decimal): -5054331 or 8773810. OLE color: 8773810.
HSL color Cylindrical-coordinate representation of color #B2E085: hue angle of 90.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B2E085 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 133 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.12 |
| HSL | 90.33º | 0.59% | 0.7% | - |
| HSV(B) | 90.33º | 0.41% | 0.88% | - |
| XYZ | 49.25 | 64.47 | 32.04 | - |
| YUV | 199.87 | 90.26 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 133 | 0.21 | 0 | 0.41 | 0.12 | 90.33 | 0.59 | 0.7 |
| Hex | B2 | E0 | 85 | 15 | 0 | 29 | C | 5A | 3B | 46 |
| Octal | 262 | 340 | 205 | 25 | 0 | 51 | 14 | 132 | 73 | 106 |
| Binary | 10110010 | 11100000 | 10000101 | 10101 | 0 | 101001 | 1100 | 1011010 | 111011 | 1000110 |
Color Harmonies of #B2E085
Complementary color
Monochromatic Colors of #B2E085
Black with #B2E085
Text Example
Text Example
White with #B2E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E085; }
p { color: rgb(178,224,133); }
H1.HeaderClassName
{
color: #B2E085;
}
.AnyTagClassName
{
color: #B2E085;
}
</style>
background-color css
<style>
a { background-color: #B2E085; }
a { background-color: rgb(178,224,133); }
div.DivClassName
{
background-color: #B2E085;
}
.BgClassName
{
background-color: #B2E085;
}
</style>
border-color css
<style>
span { border-color: #B2E085; }
span { border-color: rgb(178,224,133); }
td.TdClassName
{
border-color: #B2E085;
}
.TagClassName
{
border-color: #B2E085;
}
</style>