Shades of Feijoa #B0DD79
Tints of Feijoa #B0DD79
RGB
CMYK
RGB Variations
Color information
#B0DD79 (or 0xB0DD79) is known color: Feijoa. HEX triplet: B0, DD and 79. RGB value is (176,221,121). Sum of RGB (Red+Green+Blue) = 176+221+121=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 121 (47.66% from 255 or 23.36% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0DD79 is #4F2286. Grayscale: #C4C4C4. Windows color (decimal): -5186183 or 7986608. OLE color: 7986608.
HSL color Cylindrical-coordinate representation of color #B0DD79: hue angle of 87º 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 #B0DD79 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 221 | 121 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.13 |
| HSL | 87º | 0.6% | 0.67% | - |
| HSV(B) | 87º | 0.45% | 0.87% | - |
| XYZ | 47.21 | 62.32 | 27.63 | - |
| YUV | 196.15 | 85.59 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 221 | 121 | 0.20 | 0 | 0.45 | 0.13 | 87 | 0.6 | 0.67 |
| Hex | B0 | DD | 79 | 14 | 0 | 2D | D | 57 | 3C | 43 |
| Octal | 260 | 335 | 171 | 24 | 0 | 55 | 15 | 127 | 74 | 103 |
| Binary | 10110000 | 11011101 | 1111001 | 10100 | 0 | 101101 | 1101 | 1010111 | 111100 | 1000011 |
Color Harmonies of #B0DD79
Complementary color
Monochromatic Colors of #B0DD79
Black with #B0DD79
Text Example
Text Example
White with #B0DD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DD79; }
p { color: rgb(176,221,121); }
H1.HeaderClassName
{
color: #B0DD79;
}
.AnyTagClassName
{
color: #B0DD79;
}
</style>
background-color css
<style>
a { background-color: #B0DD79; }
a { background-color: rgb(176,221,121); }
div.DivClassName
{
background-color: #B0DD79;
}
.BgClassName
{
background-color: #B0DD79;
}
</style>
border-color css
<style>
span { border-color: #B0DD79; }
span { border-color: rgb(176,221,121); }
td.TdClassName
{
border-color: #B0DD79;
}
.TagClassName
{
border-color: #B0DD79;
}
</style>