Shades of Feijoa #B1DC73
Tints of Feijoa #B1DC73
RGB
CMYK
RGB Variations
Color information
#B1DC73 (or 0xB1DC73) is known color: Feijoa. HEX triplet: B1, DC and 73. RGB value is (177,220,115). Sum of RGB (Red+Green+Blue) = 177+220+115=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC73 is #4E238C. Grayscale: #C3C3C3. Windows color (decimal): -5120909 or 7593137. OLE color: 7593137.
HSL color Cylindrical-coordinate representation of color #B1DC73: hue angle of 84.57º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1DC73 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 115 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.14 |
| HSL | 84.57º | 0.6% | 0.66% | - |
| HSV(B) | 84.57º | 0.48% | 0.86% | - |
| XYZ | 46.82 | 61.77 | 25.68 | - |
| YUV | 195.17 | 82.75 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 115 | 0.20 | 0 | 0.48 | 0.14 | 84.57 | 0.6 | 0.66 |
| Hex | B1 | DC | 73 | 14 | 0 | 30 | E | 55 | 3C | 42 |
| Octal | 261 | 334 | 163 | 24 | 0 | 60 | 16 | 125 | 74 | 102 |
| Binary | 10110001 | 11011100 | 1110011 | 10100 | 0 | 110000 | 1110 | 1010101 | 111100 | 1000010 |
Color Harmonies of #B1DC73
Complementary color
Monochromatic Colors of #B1DC73
Black with #B1DC73
Text Example
Text Example
White with #B1DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC73; }
p { color: rgb(177,220,115); }
H1.HeaderClassName
{
color: #B1DC73;
}
.AnyTagClassName
{
color: #B1DC73;
}
</style>
background-color css
<style>
a { background-color: #B1DC73; }
a { background-color: rgb(177,220,115); }
div.DivClassName
{
background-color: #B1DC73;
}
.BgClassName
{
background-color: #B1DC73;
}
</style>
border-color css
<style>
span { border-color: #B1DC73; }
span { border-color: rgb(177,220,115); }
td.TdClassName
{
border-color: #B1DC73;
}
.TagClassName
{
border-color: #B1DC73;
}
</style>