Shades of Feijoa #9FDF71
Tints of Feijoa #9FDF71
RGB
CMYK
RGB Variations
Color information
#9FDF71 (or 0x9FDF71) is known color: Feijoa. HEX triplet: 9F, DF and 71. RGB value is (159,223,113). Sum of RGB (Red+Green+Blue) = 159+223+113=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF71 is #60208E. Grayscale: #BFBFBF. Windows color (decimal): -6299791 or 7462815. OLE color: 7462815.
HSL color Cylindrical-coordinate representation of color #9FDF71: hue angle of 94.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FDF71 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 113 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.13 |
| HSL | 94.91º | 0.63% | 0.66% | - |
| HSV(B) | 94.91º | 0.49% | 0.87% | - |
| XYZ | 43.67 | 61.34 | 25.16 | - |
| YUV | 191.32 | 83.8 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 113 | 0.29 | 0 | 0.49 | 0.13 | 94.91 | 0.63 | 0.66 |
| Hex | 9F | DF | 71 | 1D | 0 | 31 | D | 5F | 3F | 42 |
| Octal | 237 | 337 | 161 | 35 | 0 | 61 | 15 | 137 | 77 | 102 |
| Binary | 10011111 | 11011111 | 1110001 | 11101 | 0 | 110001 | 1101 | 1011111 | 111111 | 1000010 |
Color Harmonies of #9FDF71
Complementary color
Monochromatic Colors of #9FDF71
Black with #9FDF71
Text Example
Text Example
White with #9FDF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDF71; }
p { color: rgb(159,223,113); }
H1.HeaderClassName
{
color: #9FDF71;
}
.AnyTagClassName
{
color: #9FDF71;
}
</style>
background-color css
<style>
a { background-color: #9FDF71; }
a { background-color: rgb(159,223,113); }
div.DivClassName
{
background-color: #9FDF71;
}
.BgClassName
{
background-color: #9FDF71;
}
</style>
border-color css
<style>
span { border-color: #9FDF71; }
span { border-color: rgb(159,223,113); }
td.TdClassName
{
border-color: #9FDF71;
}
.TagClassName
{
border-color: #9FDF71;
}
</style>