Shades of Feijoa #9DFA71
Tints of Feijoa #9DFA71
RGB
CMYK
RGB Variations
Color information
#9DFA71 (or 0x9DFA71) is known color: Feijoa. HEX triplet: 9D, FA and 71. RGB value is (157,250,113). Sum of RGB (Red+Green+Blue) = 157+250+113=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 113 (44.53% from 255 or 21.73% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFA71 is #62058E. Grayscale: #CFCFCF. Windows color (decimal): -6423951 or 7469725. OLE color: 7469725.
HSL color Cylindrical-coordinate representation of color #9DFA71: hue angle of 100.73º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DFA71 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 250 | 113 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.02 |
| HSL | 100.73º | 0.93% | 0.71% | - |
| HSV(B) | 100.73º | 0.55% | 0.98% | - |
| XYZ | 51.07 | 76.73 | 27.74 | - |
| YUV | 206.58 | 75.19 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 250 | 113 | 0.37 | 0 | 0.55 | 0.02 | 100.73 | 0.93 | 0.71 |
| Hex | 9D | FA | 71 | 25 | 0 | 37 | 2 | 65 | 5D | 47 |
| Octal | 235 | 372 | 161 | 45 | 0 | 67 | 2 | 145 | 135 | 107 |
| Binary | 10011101 | 11111010 | 1110001 | 100101 | 0 | 110111 | 10 | 1100101 | 1011101 | 1000111 |
Color Harmonies of #9DFA71
Complementary color
Monochromatic Colors of #9DFA71
Black with #9DFA71
Text Example
Text Example
White with #9DFA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFA71; }
p { color: rgb(157,250,113); }
H1.HeaderClassName
{
color: #9DFA71;
}
.AnyTagClassName
{
color: #9DFA71;
}
</style>
background-color css
<style>
a { background-color: #9DFA71; }
a { background-color: rgb(157,250,113); }
div.DivClassName
{
background-color: #9DFA71;
}
.BgClassName
{
background-color: #9DFA71;
}
</style>
border-color css
<style>
span { border-color: #9DFA71; }
span { border-color: rgb(157,250,113); }
td.TdClassName
{
border-color: #9DFA71;
}
.TagClassName
{
border-color: #9DFA71;
}
</style>