Shades of Feijoa #9FDC75
Tints of Feijoa #9FDC75
RGB
CMYK
RGB Variations
Color information
#9FDC75 (or 0x9FDC75) is known color: Feijoa. HEX triplet: 9F, DC and 75. RGB value is (159,220,117). Sum of RGB (Red+Green+Blue) = 159+220+117=496 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.06% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC75 is #60238A. Grayscale: #BEBEBE. Windows color (decimal): -6300555 or 7724191. OLE color: 7724191.
HSL color Cylindrical-coordinate representation of color #9FDC75: hue angle of 95.53º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FDC75 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 117 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.14 |
| HSL | 95.53º | 0.6% | 0.66% | - |
| HSV(B) | 95.53º | 0.47% | 0.86% | - |
| XYZ | 43.1 | 59.84 | 26.11 | - |
| YUV | 190.02 | 86.79 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 117 | 0.28 | 0 | 0.47 | 0.14 | 95.53 | 0.6 | 0.66 |
| Hex | 9F | DC | 75 | 1C | 0 | 2F | E | 60 | 3C | 42 |
| Octal | 237 | 334 | 165 | 34 | 0 | 57 | 16 | 140 | 74 | 102 |
| Binary | 10011111 | 11011100 | 1110101 | 11100 | 0 | 101111 | 1110 | 1100000 | 111100 | 1000010 |
Color Harmonies of #9FDC75
Complementary color
Monochromatic Colors of #9FDC75
Black with #9FDC75
Text Example
Text Example
White with #9FDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC75; }
p { color: rgb(159,220,117); }
H1.HeaderClassName
{
color: #9FDC75;
}
.AnyTagClassName
{
color: #9FDC75;
}
</style>
background-color css
<style>
a { background-color: #9FDC75; }
a { background-color: rgb(159,220,117); }
div.DivClassName
{
background-color: #9FDC75;
}
.BgClassName
{
background-color: #9FDC75;
}
</style>
border-color css
<style>
span { border-color: #9FDC75; }
span { border-color: rgb(159,220,117); }
td.TdClassName
{
border-color: #9FDC75;
}
.TagClassName
{
border-color: #9FDC75;
}
</style>