Shades of Feijoa #9FDA67
Tints of Feijoa #9FDA67
RGB
CMYK
RGB Variations
Color information
#9FDA67 (or 0x9FDA67) is known color: Feijoa. HEX triplet: 9F, DA and 67. RGB value is (159,218,103). Sum of RGB (Red+Green+Blue) = 159+218+103=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 218 (85.55% from 255 or 45.42% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA67 is #602598. Grayscale: #BBBBBB. Windows color (decimal): -6301081 or 6806175. OLE color: 6806175.
HSL color Cylindrical-coordinate representation of color #9FDA67: hue angle of 90.78º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FDA67 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 218 | 103 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.15 |
| HSL | 90.78º | 0.61% | 0.63% | - |
| HSV(B) | 90.78º | 0.53% | 0.85% | - |
| XYZ | 41.82 | 58.49 | 21.92 | - |
| YUV | 187.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 218 | 103 | 0.27 | 0 | 0.53 | 0.15 | 90.78 | 0.61 | 0.63 |
| Hex | 9F | DA | 67 | 1B | 0 | 35 | F | 5B | 3D | 3F |
| Octal | 237 | 332 | 147 | 33 | 0 | 65 | 17 | 133 | 75 | 77 |
| Binary | 10011111 | 11011010 | 1100111 | 11011 | 0 | 110101 | 1111 | 1011011 | 111101 | 111111 |
Color Harmonies of #9FDA67
Complementary color
Monochromatic Colors of #9FDA67
Black with #9FDA67
Text Example
Text Example
White with #9FDA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDA67; }
p { color: rgb(159,218,103); }
H1.HeaderClassName
{
color: #9FDA67;
}
.AnyTagClassName
{
color: #9FDA67;
}
</style>
background-color css
<style>
a { background-color: #9FDA67; }
a { background-color: rgb(159,218,103); }
div.DivClassName
{
background-color: #9FDA67;
}
.BgClassName
{
background-color: #9FDA67;
}
</style>
border-color css
<style>
span { border-color: #9FDA67; }
span { border-color: rgb(159,218,103); }
td.TdClassName
{
border-color: #9FDA67;
}
.TagClassName
{
border-color: #9FDA67;
}
</style>