Shades of Feijoa #B1DF92
Tints of Feijoa #B1DF92
RGB
CMYK
RGB Variations
Color information
#B1DF92 (or 0xB1DF92) is known color: Feijoa. HEX triplet: B1, DF and 92. RGB value is (177,223,146). Sum of RGB (Red+Green+Blue) = 177+223+146=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 146 (57.42% from 255 or 26.74% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DF92 is #4E206D. Grayscale: #C8C8C8. Windows color (decimal): -5120110 or 9625521. OLE color: 9625521.
HSL color Cylindrical-coordinate representation of color #B1DF92: hue angle of 95.84º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B1DF92 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 146 | - |
| CMYK | 0.21 | 0 | 0.35 | 0.13 |
| HSL | 95.84º | 0.55% | 0.72% | - |
| HSV(B) | 95.84º | 0.35% | 0.87% | - |
| XYZ | 49.71 | 64.2 | 36.97 | - |
| YUV | 200.47 | 97.26 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 146 | 0.21 | 0 | 0.35 | 0.13 | 95.84 | 0.55 | 0.72 |
| Hex | B1 | DF | 92 | 15 | 0 | 23 | D | 60 | 37 | 48 |
| Octal | 261 | 337 | 222 | 25 | 0 | 43 | 15 | 140 | 67 | 110 |
| Binary | 10110001 | 11011111 | 10010010 | 10101 | 0 | 100011 | 1101 | 1100000 | 110111 | 1001000 |
Color Harmonies of #B1DF92
Complementary color
Monochromatic Colors of #B1DF92
Black with #B1DF92
Text Example
Text Example
White with #B1DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF92; }
p { color: rgb(177,223,146); }
H1.HeaderClassName
{
color: #B1DF92;
}
.AnyTagClassName
{
color: #B1DF92;
}
</style>
background-color css
<style>
a { background-color: #B1DF92; }
a { background-color: rgb(177,223,146); }
div.DivClassName
{
background-color: #B1DF92;
}
.BgClassName
{
background-color: #B1DF92;
}
</style>
border-color css
<style>
span { border-color: #B1DF92; }
span { border-color: rgb(177,223,146); }
td.TdClassName
{
border-color: #B1DF92;
}
.TagClassName
{
border-color: #B1DF92;
}
</style>