Shades of Feijoa #B1DC83
Tints of Feijoa #B1DC83
RGB
CMYK
RGB Variations
Color information
#B1DC83 (or 0xB1DC83) is known color: Feijoa. HEX triplet: B1, DC and 83. RGB value is (177,220,131). Sum of RGB (Red+Green+Blue) = 177+220+131=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 131 (51.56% from 255 or 24.81% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1DC83 is #4E237C. Grayscale: #C5C5C5. Windows color (decimal): -5120893 or 8641713. OLE color: 8641713.
HSL color Cylindrical-coordinate representation of color #B1DC83: hue angle of 88.99º degrees, saturation: 0.56, 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 #B1DC83 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 131 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.14 |
| HSL | 88.99º | 0.56% | 0.69% | - |
| HSV(B) | 88.99º | 0.4% | 0.86% | - |
| XYZ | 47.82 | 62.17 | 30.95 | - |
| YUV | 197 | 90.75 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 131 | 0.20 | 0 | 0.40 | 0.14 | 88.99 | 0.56 | 0.69 |
| Hex | B1 | DC | 83 | 14 | 0 | 28 | E | 59 | 38 | 45 |
| Octal | 261 | 334 | 203 | 24 | 0 | 50 | 16 | 131 | 70 | 105 |
| Binary | 10110001 | 11011100 | 10000011 | 10100 | 0 | 101000 | 1110 | 1011001 | 111000 | 1000101 |
Color Harmonies of #B1DC83
Complementary color
Monochromatic Colors of #B1DC83
Black with #B1DC83
Text Example
Text Example
White with #B1DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC83; }
p { color: rgb(177,220,131); }
H1.HeaderClassName
{
color: #B1DC83;
}
.AnyTagClassName
{
color: #B1DC83;
}
</style>
background-color css
<style>
a { background-color: #B1DC83; }
a { background-color: rgb(177,220,131); }
div.DivClassName
{
background-color: #B1DC83;
}
.BgClassName
{
background-color: #B1DC83;
}
</style>
border-color css
<style>
span { border-color: #B1DC83; }
span { border-color: rgb(177,220,131); }
td.TdClassName
{
border-color: #B1DC83;
}
.TagClassName
{
border-color: #B1DC83;
}
</style>