Shades of Feijoa #B2E08A
Tints of Feijoa #B2E08A
RGB
CMYK
RGB Variations
Color information
#B2E08A (or 0xB2E08A) is known color: Feijoa. HEX triplet: B2, E0 and 8A. RGB value is (178,224,138). Sum of RGB (Red+Green+Blue) = 178+224+138=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2E08A is #4D1F75. Grayscale: #C8C8C8. Windows color (decimal): -5054326 or 9101490. OLE color: 9101490.
HSL color Cylindrical-coordinate representation of color #B2E08A: hue angle of 92.09º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2E08A is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 138 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.12 |
| HSL | 92.09º | 0.58% | 0.71% | - |
| HSV(B) | 92.09º | 0.38% | 0.88% | - |
| XYZ | 49.6 | 64.61 | 33.9 | - |
| YUV | 200.44 | 92.76 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 138 | 0.21 | 0 | 0.38 | 0.12 | 92.09 | 0.58 | 0.71 |
| Hex | B2 | E0 | 8A | 15 | 0 | 26 | C | 5C | 3A | 47 |
| Octal | 262 | 340 | 212 | 25 | 0 | 46 | 14 | 134 | 72 | 107 |
| Binary | 10110010 | 11100000 | 10001010 | 10101 | 0 | 100110 | 1100 | 1011100 | 111010 | 1000111 |
Color Harmonies of #B2E08A
Complementary color
Monochromatic Colors of #B2E08A
Black with #B2E08A
Text Example
Text Example
White with #B2E08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E08A; }
p { color: rgb(178,224,138); }
H1.HeaderClassName
{
color: #B2E08A;
}
.AnyTagClassName
{
color: #B2E08A;
}
</style>
background-color css
<style>
a { background-color: #B2E08A; }
a { background-color: rgb(178,224,138); }
div.DivClassName
{
background-color: #B2E08A;
}
.BgClassName
{
background-color: #B2E08A;
}
</style>
border-color css
<style>
span { border-color: #B2E08A; }
span { border-color: rgb(178,224,138); }
td.TdClassName
{
border-color: #B2E08A;
}
.TagClassName
{
border-color: #B2E08A;
}
</style>