Shades of Feijoa #9FDC77
Tints of Feijoa #9FDC77
RGB
CMYK
RGB Variations
Color information
#9FDC77 (or 0x9FDC77) is known color: Feijoa. HEX triplet: 9F, DC and 77. RGB value is (159,220,119). Sum of RGB (Red+Green+Blue) = 159+220+119=498 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.93% from 498); Green value is 220 (86.33% from 255 or 44.18% from 498); Blue value is 119 (46.88% from 255 or 23.90% from 498); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC77 is #602388. Grayscale: #BEBEBE. Windows color (decimal): -6300553 or 7855263. OLE color: 7855263.
HSL color Cylindrical-coordinate representation of color #9FDC77: hue angle of 96.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FDC77 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 119 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.14 |
| HSL | 96.24º | 0.59% | 0.66% | - |
| HSV(B) | 96.24º | 0.46% | 0.86% | - |
| XYZ | 43.22 | 59.89 | 26.73 | - |
| YUV | 190.25 | 87.79 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 119 | 0.28 | 0 | 0.46 | 0.14 | 96.24 | 0.59 | 0.66 |
| Hex | 9F | DC | 77 | 1C | 0 | 2E | E | 60 | 3B | 42 |
| Octal | 237 | 334 | 167 | 34 | 0 | 56 | 16 | 140 | 73 | 102 |
| Binary | 10011111 | 11011100 | 1110111 | 11100 | 0 | 101110 | 1110 | 1100000 | 111011 | 1000010 |
Color Harmonies of #9FDC77
Complementary color
Monochromatic Colors of #9FDC77
Black with #9FDC77
Text Example
Text Example
White with #9FDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC77; }
p { color: rgb(159,220,119); }
H1.HeaderClassName
{
color: #9FDC77;
}
.AnyTagClassName
{
color: #9FDC77;
}
</style>
background-color css
<style>
a { background-color: #9FDC77; }
a { background-color: rgb(159,220,119); }
div.DivClassName
{
background-color: #9FDC77;
}
.BgClassName
{
background-color: #9FDC77;
}
</style>
border-color css
<style>
span { border-color: #9FDC77; }
span { border-color: rgb(159,220,119); }
td.TdClassName
{
border-color: #9FDC77;
}
.TagClassName
{
border-color: #9FDC77;
}
</style>