Shades of Feijoa #9FDB79
Tints of Feijoa #9FDB79
RGB
CMYK
RGB Variations
Color information
#9FDB79 (or 0x9FDB79) is known color: Feijoa. HEX triplet: 9F, DB and 79. RGB value is (159,219,121). Sum of RGB (Red+Green+Blue) = 159+219+121=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB79 is #602486. Grayscale: #BEBEBE. Windows color (decimal): -6300807 or 7986079. OLE color: 7986079.
HSL color Cylindrical-coordinate representation of color #9FDB79: hue angle of 96.73º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FDB79 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 121 | - |
| CMYK | 0.27 | 0 | 0.45 | 0.14 |
| HSL | 96.73º | 0.58% | 0.67% | - |
| HSV(B) | 96.73º | 0.45% | 0.86% | - |
| XYZ | 43.08 | 59.41 | 27.29 | - |
| YUV | 189.89 | 89.12 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 121 | 0.27 | 0 | 0.45 | 0.14 | 96.73 | 0.58 | 0.67 |
| Hex | 9F | DB | 79 | 1B | 0 | 2D | E | 61 | 3A | 43 |
| Octal | 237 | 333 | 171 | 33 | 0 | 55 | 16 | 141 | 72 | 103 |
| Binary | 10011111 | 11011011 | 1111001 | 11011 | 0 | 101101 | 1110 | 1100001 | 111010 | 1000011 |
Color Harmonies of #9FDB79
Complementary color
Monochromatic Colors of #9FDB79
Black with #9FDB79
Text Example
Text Example
White with #9FDB79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB79; }
p { color: rgb(159,219,121); }
H1.HeaderClassName
{
color: #9FDB79;
}
.AnyTagClassName
{
color: #9FDB79;
}
</style>
background-color css
<style>
a { background-color: #9FDB79; }
a { background-color: rgb(159,219,121); }
div.DivClassName
{
background-color: #9FDB79;
}
.BgClassName
{
background-color: #9FDB79;
}
</style>
border-color css
<style>
span { border-color: #9FDB79; }
span { border-color: rgb(159,219,121); }
td.TdClassName
{
border-color: #9FDB79;
}
.TagClassName
{
border-color: #9FDB79;
}
</style>