Shades of Feijoa #9FDB77
Tints of Feijoa #9FDB77
RGB
CMYK
RGB Variations
Color information
#9FDB77 (or 0x9FDB77) is known color: Feijoa. HEX triplet: 9F, DB and 77. RGB value is (159,219,119). Sum of RGB (Red+Green+Blue) = 159+219+119=497 (65% of max value = 765). Red value is 159 (62.5% from 255 or 31.99% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 119 (46.88% from 255 or 23.94% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB77 is #602488. Grayscale: #BDBDBD. Windows color (decimal): -6300809 or 7855007. OLE color: 7855007.
HSL color Cylindrical-coordinate representation of color #9FDB77: hue angle of 96º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9FDB77 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 119 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.14 |
| HSL | 96º | 0.58% | 0.66% | - |
| HSV(B) | 96º | 0.46% | 0.86% | - |
| XYZ | 42.96 | 59.37 | 26.65 | - |
| YUV | 189.66 | 88.12 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 119 | 0.27 | 0 | 0.46 | 0.14 | 96 | 0.58 | 0.66 |
| Hex | 9F | DB | 77 | 1B | 0 | 2E | E | 60 | 3A | 42 |
| Octal | 237 | 333 | 167 | 33 | 0 | 56 | 16 | 140 | 72 | 102 |
| Binary | 10011111 | 11011011 | 1110111 | 11011 | 0 | 101110 | 1110 | 1100000 | 111010 | 1000010 |
Color Harmonies of #9FDB77
Complementary color
Monochromatic Colors of #9FDB77
Black with #9FDB77
Text Example
Text Example
White with #9FDB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB77; }
p { color: rgb(159,219,119); }
H1.HeaderClassName
{
color: #9FDB77;
}
.AnyTagClassName
{
color: #9FDB77;
}
</style>
background-color css
<style>
a { background-color: #9FDB77; }
a { background-color: rgb(159,219,119); }
div.DivClassName
{
background-color: #9FDB77;
}
.BgClassName
{
background-color: #9FDB77;
}
</style>
border-color css
<style>
span { border-color: #9FDB77; }
span { border-color: rgb(159,219,119); }
td.TdClassName
{
border-color: #9FDB77;
}
.TagClassName
{
border-color: #9FDB77;
}
</style>