Shades of Feijoa #B1DB85
Tints of Feijoa #B1DB85
RGB
CMYK
RGB Variations
Color information
#B1DB85 (or 0xB1DB85) is known color: Feijoa. HEX triplet: B1, DB and 85. RGB value is (177,219,133). Sum of RGB (Red+Green+Blue) = 177+219+133=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB85 is #4E247A. Grayscale: #C4C4C4. Windows color (decimal): -5121147 or 8772529. OLE color: 8772529.
HSL color Cylindrical-coordinate representation of color #B1DB85: hue angle of 89.3º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B1DB85 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 133 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.14 |
| HSL | 89.3º | 0.54% | 0.69% | - |
| HSV(B) | 89.3º | 0.39% | 0.86% | - |
| XYZ | 47.7 | 61.7 | 31.59 | - |
| YUV | 196.64 | 92.09 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 133 | 0.19 | 0 | 0.39 | 0.14 | 89.3 | 0.54 | 0.69 |
| Hex | B1 | DB | 85 | 13 | 0 | 27 | E | 59 | 36 | 45 |
| Octal | 261 | 333 | 205 | 23 | 0 | 47 | 16 | 131 | 66 | 105 |
| Binary | 10110001 | 11011011 | 10000101 | 10011 | 0 | 100111 | 1110 | 1011001 | 110110 | 1000101 |
Color Harmonies of #B1DB85
Complementary color
Monochromatic Colors of #B1DB85
Black with #B1DB85
Text Example
Text Example
White with #B1DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB85; }
p { color: rgb(177,219,133); }
H1.HeaderClassName
{
color: #B1DB85;
}
.AnyTagClassName
{
color: #B1DB85;
}
</style>
background-color css
<style>
a { background-color: #B1DB85; }
a { background-color: rgb(177,219,133); }
div.DivClassName
{
background-color: #B1DB85;
}
.BgClassName
{
background-color: #B1DB85;
}
</style>
border-color css
<style>
span { border-color: #B1DB85; }
span { border-color: rgb(177,219,133); }
td.TdClassName
{
border-color: #B1DB85;
}
.TagClassName
{
border-color: #B1DB85;
}
</style>