Shades of Feijoa #B1DD95
Tints of Feijoa #B1DD95
RGB
CMYK
RGB Variations
Color information
#B1DD95 (or 0xB1DD95) is known color: Feijoa. HEX triplet: B1, DD and 95. RGB value is (177,221,149). Sum of RGB (Red+Green+Blue) = 177+221+149=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DD95 is #4E226A. Grayscale: #C7C7C7. Windows color (decimal): -5120619 or 9821617. OLE color: 9821617.
HSL color Cylindrical-coordinate representation of color #B1DD95: hue angle of 96.67º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1DD95 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 149 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.13 |
| HSL | 96.67º | 0.51% | 0.73% | - |
| HSV(B) | 96.67º | 0.33% | 0.87% | - |
| XYZ | 49.41 | 63.23 | 38.03 | - |
| YUV | 199.64 | 99.42 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 149 | 0.20 | 0 | 0.33 | 0.13 | 96.67 | 0.51 | 0.73 |
| Hex | B1 | DD | 95 | 14 | 0 | 21 | D | 61 | 33 | 49 |
| Octal | 261 | 335 | 225 | 24 | 0 | 41 | 15 | 141 | 63 | 111 |
| Binary | 10110001 | 11011101 | 10010101 | 10100 | 0 | 100001 | 1101 | 1100001 | 110011 | 1001001 |
Color Harmonies of #B1DD95
Complementary color
Monochromatic Colors of #B1DD95
Black with #B1DD95
Text Example
Text Example
White with #B1DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD95; }
p { color: rgb(177,221,149); }
H1.HeaderClassName
{
color: #B1DD95;
}
.AnyTagClassName
{
color: #B1DD95;
}
</style>
background-color css
<style>
a { background-color: #B1DD95; }
a { background-color: rgb(177,221,149); }
div.DivClassName
{
background-color: #B1DD95;
}
.BgClassName
{
background-color: #B1DD95;
}
</style>
border-color css
<style>
span { border-color: #B1DD95; }
span { border-color: rgb(177,221,149); }
td.TdClassName
{
border-color: #B1DD95;
}
.TagClassName
{
border-color: #B1DD95;
}
</style>