Shades of Feijoa #B1DB83
Tints of Feijoa #B1DB83
RGB
CMYK
RGB Variations
Color information
#B1DB83 (or 0xB1DB83) is known color: Feijoa. HEX triplet: B1, DB and 83. RGB value is (177,219,131). Sum of RGB (Red+Green+Blue) = 177+219+131=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 131 (51.56% from 255 or 24.86% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #B1DB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DB83 is #4E247C. Grayscale: #C4C4C4. Windows color (decimal): -5121149 or 8641457. OLE color: 8641457.
HSL color Cylindrical-coordinate representation of color #B1DB83: hue angle of 88.64º 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 #B1DB83 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 219 | 131 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.14 |
| HSL | 88.64º | 0.55% | 0.69% | - |
| HSV(B) | 88.64º | 0.4% | 0.86% | - |
| XYZ | 47.56 | 61.65 | 30.87 | - |
| YUV | 196.41 | 91.09 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 219 | 131 | 0.19 | 0 | 0.40 | 0.14 | 88.64 | 0.55 | 0.69 |
| Hex | B1 | DB | 83 | 13 | 0 | 28 | E | 59 | 37 | 45 |
| Octal | 261 | 333 | 203 | 23 | 0 | 50 | 16 | 131 | 67 | 105 |
| Binary | 10110001 | 11011011 | 10000011 | 10011 | 0 | 101000 | 1110 | 1011001 | 110111 | 1000101 |
Color Harmonies of #B1DB83
Complementary color
Monochromatic Colors of #B1DB83
Black with #B1DB83
Text Example
Text Example
White with #B1DB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DB83; }
p { color: rgb(177,219,131); }
H1.HeaderClassName
{
color: #B1DB83;
}
.AnyTagClassName
{
color: #B1DB83;
}
</style>
background-color css
<style>
a { background-color: #B1DB83; }
a { background-color: rgb(177,219,131); }
div.DivClassName
{
background-color: #B1DB83;
}
.BgClassName
{
background-color: #B1DB83;
}
</style>
border-color css
<style>
span { border-color: #B1DB83; }
span { border-color: rgb(177,219,131); }
td.TdClassName
{
border-color: #B1DB83;
}
.TagClassName
{
border-color: #B1DB83;
}
</style>