Shades of Feijoa #9FDD71
Tints of Feijoa #9FDD71
RGB
CMYK
RGB Variations
Color information
#9FDD71 (or 0x9FDD71) is known color: Feijoa. HEX triplet: 9F, DD and 71. RGB value is (159,221,113). Sum of RGB (Red+Green+Blue) = 159+221+113=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 113 (44.53% from 255 or 22.92% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD71 is #60228E. Grayscale: #BEBEBE. Windows color (decimal): -6300303 or 7462303. OLE color: 7462303.
HSL color Cylindrical-coordinate representation of color #9FDD71: hue angle of 94.44º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FDD71 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 113 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.13 |
| HSL | 94.44º | 0.61% | 0.65% | - |
| HSV(B) | 94.44º | 0.49% | 0.87% | - |
| XYZ | 43.14 | 60.28 | 24.98 | - |
| YUV | 190.15 | 84.46 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 113 | 0.28 | 0 | 0.49 | 0.13 | 94.44 | 0.61 | 0.65 |
| Hex | 9F | DD | 71 | 1C | 0 | 31 | D | 5E | 3D | 41 |
| Octal | 237 | 335 | 161 | 34 | 0 | 61 | 15 | 136 | 75 | 101 |
| Binary | 10011111 | 11011101 | 1110001 | 11100 | 0 | 110001 | 1101 | 1011110 | 111101 | 1000001 |
Color Harmonies of #9FDD71
Complementary color
Monochromatic Colors of #9FDD71
Black with #9FDD71
Text Example
Text Example
White with #9FDD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD71; }
p { color: rgb(159,221,113); }
H1.HeaderClassName
{
color: #9FDD71;
}
.AnyTagClassName
{
color: #9FDD71;
}
</style>
background-color css
<style>
a { background-color: #9FDD71; }
a { background-color: rgb(159,221,113); }
div.DivClassName
{
background-color: #9FDD71;
}
.BgClassName
{
background-color: #9FDD71;
}
</style>
border-color css
<style>
span { border-color: #9FDD71; }
span { border-color: rgb(159,221,113); }
td.TdClassName
{
border-color: #9FDD71;
}
.TagClassName
{
border-color: #9FDD71;
}
</style>