Shades of Feijoa #9DFA73
Tints of Feijoa #9DFA73
RGB
CMYK
RGB Variations
Color information
#9DFA73 (or 0x9DFA73) is known color: Feijoa. HEX triplet: 9D, FA and 73. RGB value is (157,250,115). Sum of RGB (Red+Green+Blue) = 157+250+115=522 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.08% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFA73 is #62058C. Grayscale: #CFCFCF. Windows color (decimal): -6423949 or 7600797. OLE color: 7600797.
HSL color Cylindrical-coordinate representation of color #9DFA73: hue angle of 101.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DFA73 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 250 | 115 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.02 |
| HSL | 101.33º | 0.93% | 0.72% | - |
| HSV(B) | 101.33º | 0.54% | 0.98% | - |
| XYZ | 51.18 | 76.78 | 28.34 | - |
| YUV | 206.8 | 76.19 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 250 | 115 | 0.37 | 0 | 0.54 | 0.02 | 101.33 | 0.93 | 0.72 |
| Hex | 9D | FA | 73 | 25 | 0 | 36 | 2 | 65 | 5D | 48 |
| Octal | 235 | 372 | 163 | 45 | 0 | 66 | 2 | 145 | 135 | 110 |
| Binary | 10011101 | 11111010 | 1110011 | 100101 | 0 | 110110 | 10 | 1100101 | 1011101 | 1001000 |
Color Harmonies of #9DFA73
Complementary color
Monochromatic Colors of #9DFA73
Black with #9DFA73
Text Example
Text Example
White with #9DFA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFA73; }
p { color: rgb(157,250,115); }
H1.HeaderClassName
{
color: #9DFA73;
}
.AnyTagClassName
{
color: #9DFA73;
}
</style>
background-color css
<style>
a { background-color: #9DFA73; }
a { background-color: rgb(157,250,115); }
div.DivClassName
{
background-color: #9DFA73;
}
.BgClassName
{
background-color: #9DFA73;
}
</style>
border-color css
<style>
span { border-color: #9DFA73; }
span { border-color: rgb(157,250,115); }
td.TdClassName
{
border-color: #9DFA73;
}
.TagClassName
{
border-color: #9DFA73;
}
</style>