Shades of Feijoa #B2DF8A
Tints of Feijoa #B2DF8A
RGB
CMYK
RGB Variations
Color information
#B2DF8A (or 0xB2DF8A) is known color: Feijoa. HEX triplet: B2, DF and 8A. RGB value is (178,223,138). Sum of RGB (Red+Green+Blue) = 178+223+138=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DF8A is #4D2075. Grayscale: #C8C8C8. Windows color (decimal): -5054582 or 9101234. OLE color: 9101234.
HSL color Cylindrical-coordinate representation of color #B2DF8A: hue angle of 91.76º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2DF8A is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 138 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.13 |
| HSL | 91.76º | 0.57% | 0.71% | - |
| HSV(B) | 91.76º | 0.38% | 0.87% | - |
| XYZ | 49.34 | 64.08 | 33.81 | - |
| YUV | 199.86 | 93.09 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 138 | 0.20 | 0 | 0.38 | 0.13 | 91.76 | 0.57 | 0.71 |
| Hex | B2 | DF | 8A | 14 | 0 | 26 | D | 5C | 39 | 47 |
| Octal | 262 | 337 | 212 | 24 | 0 | 46 | 15 | 134 | 71 | 107 |
| Binary | 10110010 | 11011111 | 10001010 | 10100 | 0 | 100110 | 1101 | 1011100 | 111001 | 1000111 |
Color Harmonies of #B2DF8A
Complementary color
Monochromatic Colors of #B2DF8A
Black with #B2DF8A
Text Example
Text Example
White with #B2DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF8A; }
p { color: rgb(178,223,138); }
H1.HeaderClassName
{
color: #B2DF8A;
}
.AnyTagClassName
{
color: #B2DF8A;
}
</style>
background-color css
<style>
a { background-color: #B2DF8A; }
a { background-color: rgb(178,223,138); }
div.DivClassName
{
background-color: #B2DF8A;
}
.BgClassName
{
background-color: #B2DF8A;
}
</style>
border-color css
<style>
span { border-color: #B2DF8A; }
span { border-color: rgb(178,223,138); }
td.TdClassName
{
border-color: #B2DF8A;
}
.TagClassName
{
border-color: #B2DF8A;
}
</style>