Shades of Feijoa #B1DB75
Tints of Feijoa #B1DB75
RGB
CMYK
RGB Variations
Color information
#B1DB75 (or 0xB1DB75) is known color: Feijoa. HEX triplet: B1, DB and 75. RGB value is (177,219,117). Sum of RGB (Red+Green+Blue) = 177+219+117=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DB75 is #4E248A. Grayscale: #C3C3C3. Windows color (decimal): -5121163 or 7723953. OLE color: 7723953.
HSL color Cylindrical-coordinate representation of color #B1DB75: hue angle of 84.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1DB75 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 117 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.14 |
| HSL | 84.71º | 0.59% | 0.66% | - |
| HSV(B) | 84.71º | 0.47% | 0.86% | - |
| XYZ | 46.67 | 61.29 | 26.2 | - |
| YUV | 194.81 | 84.09 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 117 | 0.19 | 0 | 0.47 | 0.14 | 84.71 | 0.59 | 0.66 |
| Hex | B1 | DB | 75 | 13 | 0 | 2F | E | 55 | 3B | 42 |
| Octal | 261 | 333 | 165 | 23 | 0 | 57 | 16 | 125 | 73 | 102 |
| Binary | 10110001 | 11011011 | 1110101 | 10011 | 0 | 101111 | 1110 | 1010101 | 111011 | 1000010 |
Color Harmonies of #B1DB75
Complementary color
Monochromatic Colors of #B1DB75
Black with #B1DB75
Text Example
Text Example
White with #B1DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB75; }
p { color: rgb(177,219,117); }
H1.HeaderClassName
{
color: #B1DB75;
}
.AnyTagClassName
{
color: #B1DB75;
}
</style>
background-color css
<style>
a { background-color: #B1DB75; }
a { background-color: rgb(177,219,117); }
div.DivClassName
{
background-color: #B1DB75;
}
.BgClassName
{
background-color: #B1DB75;
}
</style>
border-color css
<style>
span { border-color: #B1DB75; }
span { border-color: rgb(177,219,117); }
td.TdClassName
{
border-color: #B1DB75;
}
.TagClassName
{
border-color: #B1DB75;
}
</style>