Shades of Feijoa #B1DB84
Tints of Feijoa #B1DB84
RGB
CMYK
RGB Variations
Color information
#B1DB84 (or 0xB1DB84) is known color: Feijoa. HEX triplet: B1, DB and 84. RGB value is (177,219,132). Sum of RGB (Red+Green+Blue) = 177+219+132=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 132 (51.95% from 255 or 25% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB84 is #4E247B. Grayscale: #C4C4C4. Windows color (decimal): -5121148 or 8706993. OLE color: 8706993.
HSL color Cylindrical-coordinate representation of color #B1DB84: hue angle of 88.97º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1DB84 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 132 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.14 |
| HSL | 88.97º | 0.55% | 0.69% | - |
| HSV(B) | 88.97º | 0.4% | 0.86% | - |
| XYZ | 47.63 | 61.68 | 31.22 | - |
| YUV | 196.52 | 91.59 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 132 | 0.19 | 0 | 0.40 | 0.14 | 88.97 | 0.55 | 0.69 |
| Hex | B1 | DB | 84 | 13 | 0 | 28 | E | 59 | 37 | 45 |
| Octal | 261 | 333 | 204 | 23 | 0 | 50 | 16 | 131 | 67 | 105 |
| Binary | 10110001 | 11011011 | 10000100 | 10011 | 0 | 101000 | 1110 | 1011001 | 110111 | 1000101 |
Color Harmonies of #B1DB84
Complementary color
Monochromatic Colors of #B1DB84
Black with #B1DB84
Text Example
Text Example
White with #B1DB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB84; }
p { color: rgb(177,219,132); }
H1.HeaderClassName
{
color: #B1DB84;
}
.AnyTagClassName
{
color: #B1DB84;
}
</style>
background-color css
<style>
a { background-color: #B1DB84; }
a { background-color: rgb(177,219,132); }
div.DivClassName
{
background-color: #B1DB84;
}
.BgClassName
{
background-color: #B1DB84;
}
</style>
border-color css
<style>
span { border-color: #B1DB84; }
span { border-color: rgb(177,219,132); }
td.TdClassName
{
border-color: #B1DB84;
}
.TagClassName
{
border-color: #B1DB84;
}
</style>