Shades of Feijoa #9FDB7D
Tints of Feijoa #9FDB7D
RGB
CMYK
RGB Variations
Color information
#9FDB7D (or 0x9FDB7D) is known color: Feijoa. HEX triplet: 9F, DB and 7D. RGB value is (159,219,125). Sum of RGB (Red+Green+Blue) = 159+219+125=503 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.61% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB7D is #602482. Grayscale: #BEBEBE. Windows color (decimal): -6300803 or 8248223. OLE color: 8248223.
HSL color Cylindrical-coordinate representation of color #9FDB7D: hue angle of 98.3º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FDB7D is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 219 | 125 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.14 |
| HSL | 98.3º | 0.57% | 0.67% | - |
| HSV(B) | 98.3º | 0.43% | 0.86% | - |
| XYZ | 43.33 | 59.51 | 28.61 | - |
| YUV | 190.34 | 91.12 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 219 | 125 | 0.27 | 0 | 0.43 | 0.14 | 98.3 | 0.57 | 0.67 |
| Hex | 9F | DB | 7D | 1B | 0 | 2B | E | 62 | 39 | 43 |
| Octal | 237 | 333 | 175 | 33 | 0 | 53 | 16 | 142 | 71 | 103 |
| Binary | 10011111 | 11011011 | 1111101 | 11011 | 0 | 101011 | 1110 | 1100010 | 111001 | 1000011 |
Color Harmonies of #9FDB7D
Complementary color
Monochromatic Colors of #9FDB7D
Black with #9FDB7D
Text Example
Text Example
White with #9FDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDB7D; }
p { color: rgb(159,219,125); }
H1.HeaderClassName
{
color: #9FDB7D;
}
.AnyTagClassName
{
color: #9FDB7D;
}
</style>
background-color css
<style>
a { background-color: #9FDB7D; }
a { background-color: rgb(159,219,125); }
div.DivClassName
{
background-color: #9FDB7D;
}
.BgClassName
{
background-color: #9FDB7D;
}
</style>
border-color css
<style>
span { border-color: #9FDB7D; }
span { border-color: rgb(159,219,125); }
td.TdClassName
{
border-color: #9FDB7D;
}
.TagClassName
{
border-color: #9FDB7D;
}
</style>