Shades of Feijoa #9FDE74
Tints of Feijoa #9FDE74
RGB
CMYK
RGB Variations
Color information
#9FDE74 (or 0x9FDE74) is known color: Feijoa. HEX triplet: 9F, DE and 74. RGB value is (159,222,116). Sum of RGB (Red+Green+Blue) = 159+222+116=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 222 (87.11% from 255 or 44.67% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE74 is #60218B. Grayscale: #BFBFBF. Windows color (decimal): -6300044 or 7659167. OLE color: 7659167.
HSL color Cylindrical-coordinate representation of color #9FDE74: hue angle of 95.66º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FDE74 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 116 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.13 |
| HSL | 95.66º | 0.62% | 0.66% | - |
| HSV(B) | 95.66º | 0.48% | 0.87% | - |
| XYZ | 43.57 | 60.87 | 25.98 | - |
| YUV | 191.08 | 85.63 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 116 | 0.28 | 0 | 0.48 | 0.13 | 95.66 | 0.62 | 0.66 |
| Hex | 9F | DE | 74 | 1C | 0 | 30 | D | 60 | 3E | 42 |
| Octal | 237 | 336 | 164 | 34 | 0 | 60 | 15 | 140 | 76 | 102 |
| Binary | 10011111 | 11011110 | 1110100 | 11100 | 0 | 110000 | 1101 | 1100000 | 111110 | 1000010 |
Color Harmonies of #9FDE74
Complementary color
Monochromatic Colors of #9FDE74
Black with #9FDE74
Text Example
Text Example
White with #9FDE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE74; }
p { color: rgb(159,222,116); }
H1.HeaderClassName
{
color: #9FDE74;
}
.AnyTagClassName
{
color: #9FDE74;
}
</style>
background-color css
<style>
a { background-color: #9FDE74; }
a { background-color: rgb(159,222,116); }
div.DivClassName
{
background-color: #9FDE74;
}
.BgClassName
{
background-color: #9FDE74;
}
</style>
border-color css
<style>
span { border-color: #9FDE74; }
span { border-color: rgb(159,222,116); }
td.TdClassName
{
border-color: #9FDE74;
}
.TagClassName
{
border-color: #9FDE74;
}
</style>