Shades of Feijoa #B1DD79
Tints of Feijoa #B1DD79
RGB
CMYK
RGB Variations
Color information
#B1DD79 (or 0xB1DD79) is known color: Feijoa. HEX triplet: B1, DD and 79. RGB value is (177,221,121). Sum of RGB (Red+Green+Blue) = 177+221+121=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD79 is #4E2286. Grayscale: #C4C4C4. Windows color (decimal): -5120647 or 7986609. OLE color: 7986609.
HSL color Cylindrical-coordinate representation of color #B1DD79: hue angle of 86.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B1DD79 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 121 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.13 |
| HSL | 86.4º | 0.6% | 0.67% | - |
| HSV(B) | 86.4º | 0.45% | 0.87% | - |
| XYZ | 47.44 | 62.44 | 27.64 | - |
| YUV | 196.44 | 85.42 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 121 | 0.20 | 0 | 0.45 | 0.13 | 86.4 | 0.6 | 0.67 |
| Hex | B1 | DD | 79 | 14 | 0 | 2D | D | 56 | 3C | 43 |
| Octal | 261 | 335 | 171 | 24 | 0 | 55 | 15 | 126 | 74 | 103 |
| Binary | 10110001 | 11011101 | 1111001 | 10100 | 0 | 101101 | 1101 | 1010110 | 111100 | 1000011 |
Color Harmonies of #B1DD79
Complementary color
Monochromatic Colors of #B1DD79
Black with #B1DD79
Text Example
Text Example
White with #B1DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD79; }
p { color: rgb(177,221,121); }
H1.HeaderClassName
{
color: #B1DD79;
}
.AnyTagClassName
{
color: #B1DD79;
}
</style>
background-color css
<style>
a { background-color: #B1DD79; }
a { background-color: rgb(177,221,121); }
div.DivClassName
{
background-color: #B1DD79;
}
.BgClassName
{
background-color: #B1DD79;
}
</style>
border-color css
<style>
span { border-color: #B1DD79; }
span { border-color: rgb(177,221,121); }
td.TdClassName
{
border-color: #B1DD79;
}
.TagClassName
{
border-color: #B1DD79;
}
</style>