Shades of Feijoa #9FDB68
Tints of Feijoa #9FDB68
RGB
CMYK
RGB Variations
Color information
#9FDB68 (or 0x9FDB68) is known color: Feijoa. HEX triplet: 9F, DB and 68. RGB value is (159,219,104). Sum of RGB (Red+Green+Blue) = 159+219+104=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB68 is #602497. Grayscale: #BCBCBC. Windows color (decimal): -6300824 or 6871967. OLE color: 6871967.
HSL color Cylindrical-coordinate representation of color #9FDB68: hue angle of 91.3º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FDB68 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 104 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.14 |
| HSL | 91.3º | 0.61% | 0.63% | - |
| HSV(B) | 91.3º | 0.53% | 0.86% | - |
| XYZ | 42.13 | 59.03 | 22.27 | - |
| YUV | 187.95 | 80.62 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 104 | 0.27 | 0 | 0.53 | 0.14 | 91.3 | 0.61 | 0.63 |
| Hex | 9F | DB | 68 | 1B | 0 | 35 | E | 5B | 3D | 3F |
| Octal | 237 | 333 | 150 | 33 | 0 | 65 | 16 | 133 | 75 | 77 |
| Binary | 10011111 | 11011011 | 1101000 | 11011 | 0 | 110101 | 1110 | 1011011 | 111101 | 111111 |
Color Harmonies of #9FDB68
Complementary color
Monochromatic Colors of #9FDB68
Black with #9FDB68
Text Example
Text Example
White with #9FDB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB68; }
p { color: rgb(159,219,104); }
H1.HeaderClassName
{
color: #9FDB68;
}
.AnyTagClassName
{
color: #9FDB68;
}
</style>
background-color css
<style>
a { background-color: #9FDB68; }
a { background-color: rgb(159,219,104); }
div.DivClassName
{
background-color: #9FDB68;
}
.BgClassName
{
background-color: #9FDB68;
}
</style>
border-color css
<style>
span { border-color: #9FDB68; }
span { border-color: rgb(159,219,104); }
td.TdClassName
{
border-color: #9FDB68;
}
.TagClassName
{
border-color: #9FDB68;
}
</style>