Shades of Feijoa #9FFB77
Tints of Feijoa #9FFB77
RGB
CMYK
RGB Variations
Color information
#9FFB77 (or 0x9FFB77) is known color: Feijoa. HEX triplet: 9F, FB and 77. RGB value is (159,251,119). Sum of RGB (Red+Green+Blue) = 159+251+119=529 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30.06% from 529); Green value is 251 (98.44% from 255 or 47.45% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB77 is #600488. Grayscale: #D0D0D0. Windows color (decimal): -6292617 or 7863199. OLE color: 7863199.
HSL color Cylindrical-coordinate representation of color #9FFB77: hue angle of 101.82º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FFB77 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 119 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.02 |
| HSL | 101.82º | 0.94% | 0.73% | - |
| HSV(B) | 101.82º | 0.53% | 0.98% | - |
| XYZ | 52.13 | 77.7 | 29.7 | - |
| YUV | 208.44 | 77.52 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 119 | 0.37 | 0 | 0.53 | 0.02 | 101.82 | 0.94 | 0.73 |
| Hex | 9F | FB | 77 | 25 | 0 | 35 | 2 | 66 | 5E | 49 |
| Octal | 237 | 373 | 167 | 45 | 0 | 65 | 2 | 146 | 136 | 111 |
| Binary | 10011111 | 11111011 | 1110111 | 100101 | 0 | 110101 | 10 | 1100110 | 1011110 | 1001001 |
Color Harmonies of #9FFB77
Complementary color
Monochromatic Colors of #9FFB77
Black with #9FFB77
Text Example
Text Example
White with #9FFB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB77; }
p { color: rgb(159,251,119); }
H1.HeaderClassName
{
color: #9FFB77;
}
.AnyTagClassName
{
color: #9FFB77;
}
</style>
background-color css
<style>
a { background-color: #9FFB77; }
a { background-color: rgb(159,251,119); }
div.DivClassName
{
background-color: #9FFB77;
}
.BgClassName
{
background-color: #9FFB77;
}
</style>
border-color css
<style>
span { border-color: #9FFB77; }
span { border-color: rgb(159,251,119); }
td.TdClassName
{
border-color: #9FFB77;
}
.TagClassName
{
border-color: #9FFB77;
}
</style>