Shades of Feijoa #B1DF94
Tints of Feijoa #B1DF94
RGB
CMYK
RGB Variations
Color information
#B1DF94 (or 0xB1DF94) is known color: Feijoa. HEX triplet: B1, DF and 94. RGB value is (177,223,148). Sum of RGB (Red+Green+Blue) = 177+223+148=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DF94 is #4E206B. Grayscale: #C8C8C8. Windows color (decimal): -5120108 or 9756593. OLE color: 9756593.
HSL color Cylindrical-coordinate representation of color #B1DF94: hue angle of 96.8º 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 #B1DF94 is Cyan = 0.21, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 148 | - |
| CMYK | 0.21 | 0 | 0.34 | 0.13 |
| HSL | 96.8º | 0.54% | 0.73% | - |
| HSV(B) | 96.8º | 0.34% | 0.87% | - |
| XYZ | 49.86 | 64.26 | 37.79 | - |
| YUV | 200.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 148 | 0.21 | 0 | 0.34 | 0.13 | 96.8 | 0.54 | 0.73 |
| Hex | B1 | DF | 94 | 15 | 0 | 22 | D | 61 | 36 | 49 |
| Octal | 261 | 337 | 224 | 25 | 0 | 42 | 15 | 141 | 66 | 111 |
| Binary | 10110001 | 11011111 | 10010100 | 10101 | 0 | 100010 | 1101 | 1100001 | 110110 | 1001001 |
Color Harmonies of #B1DF94
Complementary color
Monochromatic Colors of #B1DF94
Black with #B1DF94
Text Example
Text Example
White with #B1DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF94; }
p { color: rgb(177,223,148); }
H1.HeaderClassName
{
color: #B1DF94;
}
.AnyTagClassName
{
color: #B1DF94;
}
</style>
background-color css
<style>
a { background-color: #B1DF94; }
a { background-color: rgb(177,223,148); }
div.DivClassName
{
background-color: #B1DF94;
}
.BgClassName
{
background-color: #B1DF94;
}
</style>
border-color css
<style>
span { border-color: #B1DF94; }
span { border-color: rgb(177,223,148); }
td.TdClassName
{
border-color: #B1DF94;
}
.TagClassName
{
border-color: #B1DF94;
}
</style>