Shades of Feijoa #B2DF94
Tints of Feijoa #B2DF94
RGB
CMYK
RGB Variations
Color information
#B2DF94 (or 0xB2DF94) is known color: Feijoa. HEX triplet: B2, DF and 94. RGB value is (178,223,148). Sum of RGB (Red+Green+Blue) = 178+223+148=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2DF94 is #4D206B. Grayscale: #C9C9C9. Windows color (decimal): -5054572 or 9756594. OLE color: 9756594.
HSL color Cylindrical-coordinate representation of color #B2DF94: hue angle of 96º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2DF94 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 223 | 148 | - |
| CMYK | 0.20 | 0 | 0.34 | 0.13 |
| HSL | 96º | 0.54% | 0.73% | - |
| HSV(B) | 96º | 0.34% | 0.87% | - |
| XYZ | 50.09 | 64.38 | 37.8 | - |
| YUV | 201 | 98.09 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 223 | 148 | 0.20 | 0 | 0.34 | 0.13 | 96 | 0.54 | 0.73 |
| Hex | B2 | DF | 94 | 14 | 0 | 22 | D | 60 | 36 | 49 |
| Octal | 262 | 337 | 224 | 24 | 0 | 42 | 15 | 140 | 66 | 111 |
| Binary | 10110010 | 11011111 | 10010100 | 10100 | 0 | 100010 | 1101 | 1100000 | 110110 | 1001001 |
Color Harmonies of #B2DF94
Complementary color
Monochromatic Colors of #B2DF94
Black with #B2DF94
Text Example
Text Example
White with #B2DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DF94; }
p { color: rgb(178,223,148); }
H1.HeaderClassName
{
color: #B2DF94;
}
.AnyTagClassName
{
color: #B2DF94;
}
</style>
background-color css
<style>
a { background-color: #B2DF94; }
a { background-color: rgb(178,223,148); }
div.DivClassName
{
background-color: #B2DF94;
}
.BgClassName
{
background-color: #B2DF94;
}
</style>
border-color css
<style>
span { border-color: #B2DF94; }
span { border-color: rgb(178,223,148); }
td.TdClassName
{
border-color: #B2DF94;
}
.TagClassName
{
border-color: #B2DF94;
}
</style>