Shades of Feijoa #9FDD77
Tints of Feijoa #9FDD77
RGB
CMYK
RGB Variations
Color information
#9FDD77 (or 0x9FDD77) is known color: Feijoa. HEX triplet: 9F, DD and 77. RGB value is (159,221,119). Sum of RGB (Red+Green+Blue) = 159+221+119=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD77 is #602288. Grayscale: #BFBFBF. Windows color (decimal): -6300297 or 7855519. OLE color: 7855519.
HSL color Cylindrical-coordinate representation of color #9FDD77: hue angle of 96.47º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FDD77 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 119 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.13 |
| HSL | 96.47º | 0.6% | 0.67% | - |
| HSV(B) | 96.47º | 0.46% | 0.87% | - |
| XYZ | 43.48 | 60.42 | 26.82 | - |
| YUV | 190.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 119 | 0.28 | 0 | 0.46 | 0.13 | 96.47 | 0.6 | 0.67 |
| Hex | 9F | DD | 77 | 1C | 0 | 2E | D | 60 | 3C | 43 |
| Octal | 237 | 335 | 167 | 34 | 0 | 56 | 15 | 140 | 74 | 103 |
| Binary | 10011111 | 11011101 | 1110111 | 11100 | 0 | 101110 | 1101 | 1100000 | 111100 | 1000011 |
Color Harmonies of #9FDD77
Complementary color
Monochromatic Colors of #9FDD77
Black with #9FDD77
Text Example
Text Example
White with #9FDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD77; }
p { color: rgb(159,221,119); }
H1.HeaderClassName
{
color: #9FDD77;
}
.AnyTagClassName
{
color: #9FDD77;
}
</style>
background-color css
<style>
a { background-color: #9FDD77; }
a { background-color: rgb(159,221,119); }
div.DivClassName
{
background-color: #9FDD77;
}
.BgClassName
{
background-color: #9FDD77;
}
</style>
border-color css
<style>
span { border-color: #9FDD77; }
span { border-color: rgb(159,221,119); }
td.TdClassName
{
border-color: #9FDD77;
}
.TagClassName
{
border-color: #9FDD77;
}
</style>