Shades of Feijoa #9FDB71
Tints of Feijoa #9FDB71
RGB
CMYK
RGB Variations
Color information
#9FDB71 (or 0x9FDB71) is known color: Feijoa. HEX triplet: 9F, DB and 71. RGB value is (159,219,113). Sum of RGB (Red+Green+Blue) = 159+219+113=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB71 is #60248E. Grayscale: #BDBDBD. Windows color (decimal): -6300815 or 7461791. OLE color: 7461791.
HSL color Cylindrical-coordinate representation of color #9FDB71: hue angle of 93.96º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FDB71 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 113 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.14 |
| HSL | 93.96º | 0.6% | 0.65% | - |
| HSV(B) | 93.96º | 0.48% | 0.86% | - |
| XYZ | 42.61 | 59.23 | 24.81 | - |
| YUV | 188.98 | 85.12 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 113 | 0.27 | 0 | 0.48 | 0.14 | 93.96 | 0.6 | 0.65 |
| Hex | 9F | DB | 71 | 1B | 0 | 30 | E | 5E | 3C | 41 |
| Octal | 237 | 333 | 161 | 33 | 0 | 60 | 16 | 136 | 74 | 101 |
| Binary | 10011111 | 11011011 | 1110001 | 11011 | 0 | 110000 | 1110 | 1011110 | 111100 | 1000001 |
Color Harmonies of #9FDB71
Complementary color
Monochromatic Colors of #9FDB71
Black with #9FDB71
Text Example
Text Example
White with #9FDB71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB71; }
p { color: rgb(159,219,113); }
H1.HeaderClassName
{
color: #9FDB71;
}
.AnyTagClassName
{
color: #9FDB71;
}
</style>
background-color css
<style>
a { background-color: #9FDB71; }
a { background-color: rgb(159,219,113); }
div.DivClassName
{
background-color: #9FDB71;
}
.BgClassName
{
background-color: #9FDB71;
}
</style>
border-color css
<style>
span { border-color: #9FDB71; }
span { border-color: rgb(159,219,113); }
td.TdClassName
{
border-color: #9FDB71;
}
.TagClassName
{
border-color: #9FDB71;
}
</style>