Shades of Feijoa #B1DA80
Tints of Feijoa #B1DA80
RGB
CMYK
RGB Variations
Color information
#B1DA80 (or 0xB1DA80) is known color: Feijoa. HEX triplet: B1, DA and 80. RGB value is (177,218,128). Sum of RGB (Red+Green+Blue) = 177+218+128=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #B1DA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DA80 is #4E257F. Grayscale: #C3C3C3. Windows color (decimal): -5121408 or 8444593. OLE color: 8444593.
HSL color Cylindrical-coordinate representation of color #B1DA80: hue angle of 87.33º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1DA80 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 218 | 128 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.15 |
| HSL | 87.33º | 0.55% | 0.68% | - |
| HSV(B) | 87.33º | 0.41% | 0.85% | - |
| XYZ | 47.1 | 61.05 | 29.72 | - |
| YUV | 195.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 218 | 128 | 0.19 | 0 | 0.41 | 0.15 | 87.33 | 0.55 | 0.68 |
| Hex | B1 | DA | 80 | 13 | 0 | 29 | F | 57 | 37 | 44 |
| Octal | 261 | 332 | 200 | 23 | 0 | 51 | 17 | 127 | 67 | 104 |
| Binary | 10110001 | 11011010 | 10000000 | 10011 | 0 | 101001 | 1111 | 1010111 | 110111 | 1000100 |
Color Harmonies of #B1DA80
Complementary color
Monochromatic Colors of #B1DA80
Black with #B1DA80
Text Example
Text Example
White with #B1DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DA80; }
p { color: rgb(177,218,128); }
H1.HeaderClassName
{
color: #B1DA80;
}
.AnyTagClassName
{
color: #B1DA80;
}
</style>
background-color css
<style>
a { background-color: #B1DA80; }
a { background-color: rgb(177,218,128); }
div.DivClassName
{
background-color: #B1DA80;
}
.BgClassName
{
background-color: #B1DA80;
}
</style>
border-color css
<style>
span { border-color: #B1DA80; }
span { border-color: rgb(177,218,128); }
td.TdClassName
{
border-color: #B1DA80;
}
.TagClassName
{
border-color: #B1DA80;
}
</style>