Shades of Feijoa #9FFF71
Tints of Feijoa #9FFF71
RGB
CMYK
RGB Variations
Color information
#9FFF71 (or 0x9FFF71) is known color: Feijoa. HEX triplet: 9F, FF and 71. RGB value is (159,255,113). Sum of RGB (Red+Green+Blue) = 159+255+113=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFF71 is #60008E. Grayscale: #D2D2D2. Windows color (decimal): -6291599 or 7471007. OLE color: 7471007.
HSL color Cylindrical-coordinate representation of color #9FFF71: hue angle of 100.56º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FFF71 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 113 | - |
| CMYK | 0.38 | 0 | 0.56 | 0 |
| HSL | 100.56º | 1% | 0.72% | - |
| HSV(B) | 100.56º | 0.56% | 1% | - |
| XYZ | 53.04 | 80.08 | 28.28 | - |
| YUV | 210.11 | 73.2 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 113 | 0.38 | 0 | 0.56 | 0 | 100.56 | 1 | 0.72 |
| Hex | 9F | FF | 71 | 26 | 0 | 38 | 0 | 65 | 64 | 48 |
| Octal | 237 | 377 | 161 | 46 | 0 | 70 | 0 | 145 | 144 | 110 |
| Binary | 10011111 | 11111111 | 1110001 | 100110 | 0 | 111000 | 0 | 1100101 | 1100100 | 1001000 |
Color Harmonies of #9FFF71
Complementary color
Monochromatic Colors of #9FFF71
Black with #9FFF71
Text Example
Text Example
White with #9FFF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF71; }
p { color: rgb(159,255,113); }
H1.HeaderClassName
{
color: #9FFF71;
}
.AnyTagClassName
{
color: #9FFF71;
}
</style>
background-color css
<style>
a { background-color: #9FFF71; }
a { background-color: rgb(159,255,113); }
div.DivClassName
{
background-color: #9FFF71;
}
.BgClassName
{
background-color: #9FFF71;
}
</style>
border-color css
<style>
span { border-color: #9FFF71; }
span { border-color: rgb(159,255,113); }
td.TdClassName
{
border-color: #9FFF71;
}
.TagClassName
{
border-color: #9FFF71;
}
</style>